<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to tell which processes are causing i/o bottleneck in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864548#M44925</link>
    <description>as far as i know, the only tool i know that can display his kind of information is HP Glance.&lt;BR /&gt;&lt;BR /&gt;i'm pretty sure it is possible to write this yourself in C. otherwise you have to play the guessing game with hit and miss.&lt;BR /&gt;&lt;BR /&gt;but then again, if you have so much IO, i would think the process is also using a lot of CPU time.</description>
    <pubDate>Fri, 08 Oct 2004 01:36:43 GMT</pubDate>
    <dc:creator>dirk dierickx</dc:creator>
    <dc:date>2004-10-08T01:36:43Z</dc:date>
    <item>
      <title>how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864543#M44920</link>
      <description>Using top, we see that our RHEL 3 taroon update 3 server DL380 G3 server shows a high % of iowait. iostat -x reveals that it's on /dev/cciss/c0d0p2, that is used by logical volume /dev/Vol01/LV01_opt. %util show 190% (!!) in the sample below. So we have narrowed &lt;BR /&gt;it down to this disk. But how can we tell what processes are hammering this &lt;BR /&gt;disk? &lt;BR /&gt; &lt;BR /&gt;Device:    rrqm/s wrqm/s   r/s   w/s  rsec/s  wsec/s    rkB/s    wkB/s avgrq-sz &lt;BR /&gt;avgqu-sz   await  svctm  %util &lt;BR /&gt;/dev/cciss/c0d0p2 &lt;BR /&gt;0.00 0.00 0.00 686.30 0.00 5459.36 0.00 2729.68 7.95 &lt;BR /&gt;  178.58   26.30   2.78 190.87&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Oct 2004 09:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864543#M44920</guid>
      <dc:creator>Johan Hoeke</dc:creator>
      <dc:date>2004-10-07T09:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864544#M44921</link>
      <description>Under the "System Tools" menu item, you will find a "System Monitor" that will display PIDs as well as the corresponding name of the process.&lt;BR /&gt;&lt;BR /&gt;Note, this is an installable app.&lt;BR /&gt;&lt;BR /&gt;If installed you can find in /usr/bin/gnome-system-monitor</description>
      <pubDate>Thu, 07 Oct 2004 10:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864544#M44921</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-10-07T10:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864545#M44922</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you don't determine any application at all, verify if you are not running out of memory. The high intence io my be paging/swap activity.&lt;BR /&gt;Does /dev/cciss/c0d0p2 is your swap partition or does you have some extra swapfile defined there ?&lt;BR /&gt;&lt;BR /&gt;Just a guess.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Thu, 07 Oct 2004 12:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864545#M44922</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2004-10-07T12:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864546#M44923</link>
      <description>thanks for the answers so far.&lt;BR /&gt;&lt;BR /&gt;nope, no swap or anything like that there.&lt;BR /&gt;the processes there are cloverleaf / quovadx sites. (communication engine for enterprise application integration like sybase impact or microsoft bizztalk). 15 or so sites with their own processes. can't tell which is causing the high i/o. looking for a top, but then sorted by  i/o or something similar.</description>
      <pubDate>Thu, 07 Oct 2004 13:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864546#M44923</guid>
      <dc:creator>Johan Hoeke</dc:creator>
      <dc:date>2004-10-07T13:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864547#M44924</link>
      <description>Well,&lt;BR /&gt;&lt;BR /&gt;one thing that may help you is to determine what processes have opened files on the affected file system.&lt;BR /&gt;&lt;BR /&gt;lsof /dev/Vol01/LV01_opt&lt;BR /&gt;or&lt;BR /&gt;lsof /dev/cciss/c0d0p2&lt;BR /&gt;&lt;BR /&gt;will show you processes and opened files.&lt;BR /&gt;&lt;BR /&gt;The second step is to guess who is the best wish to be the guilty. One good choice is the top cpu consuming process, that you can determine using top.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Thu, 07 Oct 2004 14:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864547#M44924</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2004-10-07T14:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864548#M44925</link>
      <description>as far as i know, the only tool i know that can display his kind of information is HP Glance.&lt;BR /&gt;&lt;BR /&gt;i'm pretty sure it is possible to write this yourself in C. otherwise you have to play the guessing game with hit and miss.&lt;BR /&gt;&lt;BR /&gt;but then again, if you have so much IO, i would think the process is also using a lot of CPU time.</description>
      <pubDate>Fri, 08 Oct 2004 01:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864548#M44925</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-10-08T01:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864549#M44926</link>
      <description>thanks for the replies again guys.&lt;BR /&gt;&lt;BR /&gt;Rick: tried gnome-system monitor. fancy top, like kde system guard. But I found no i/o specific stuff. &lt;BR /&gt;&lt;BR /&gt;xyko: i know lsof, but thanks.&lt;BR /&gt;&lt;BR /&gt;Dirk: am running a trial of glance for linux. it is telling me i've got a disk bottleneck. but I can't get it to show me what process is consuming a lot of i/o&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Oct 2004 01:51:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864549#M44926</guid>
      <dc:creator>Johan Hoeke</dc:creator>
      <dc:date>2004-10-08T01:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864550#M44927</link>
      <description>hi Johan,&lt;BR /&gt;&lt;BR /&gt;i'm sorry, i don't know any tool to see wich process do the havy load. But my advise is to stop one process after the other and have look on the harddisk load after stoping a process to see which process did the havy load.&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Fri, 08 Oct 2004 03:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864550#M44927</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-10-08T03:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864551#M44928</link>
      <description>Rather than stopping processes, you could use lsof to see which process has open fd's on the disk/partition in question.   You could then use strace to trace the processes while they are running to see which ones are doing a lot of read/write/stat/access calls.  Probably have to do something like: &lt;BR /&gt;&lt;BR /&gt;strace pid | grep -E 'read|write'&lt;BR /&gt;&lt;BR /&gt;Sampling would be the best way, so some profiling tool might be useful.  There are a couple of projects such as:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://oss.sgi.com/projects/kernprof/" target="_blank"&gt;http://oss.sgi.com/projects/kernprof/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which may be a start.</description>
      <pubDate>Fri, 08 Oct 2004 06:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864551#M44928</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-10-08T06:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864552#M44929</link>
      <description>Hi Johan,&lt;BR /&gt;&lt;BR /&gt;doing some research on the net I found acct.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/acct/" target="_blank"&gt;http://www.gnu.org/software/acct/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Try to accton for a while, when the high i/o occurs, and see if the log helps you.&lt;BR /&gt;&lt;BR /&gt;But don't let the system account on forever. It may consume a lot of computer resource and slowdown your server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Fri, 08 Oct 2004 07:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864552#M44929</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2004-10-08T07:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864553#M44930</link>
      <description>thanks for the info everybody. no obvious answer. work to be done.</description>
      <pubDate>Fri, 08 Oct 2004 09:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864553#M44930</guid>
      <dc:creator>Johan Hoeke</dc:creator>
      <dc:date>2004-10-08T09:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to tell which processes are causing i/o bottleneck</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864554#M44931</link>
      <description>thanks for the info everybody. no obvious answer. work to be done.</description>
      <pubDate>Fri, 08 Oct 2004 09:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-tell-which-processes-are-causing-i-o-bottleneck/m-p/4864554#M44931</guid>
      <dc:creator>Johan Hoeke</dc:creator>
      <dc:date>2004-10-08T09:23:25Z</dc:date>
    </item>
  </channel>
</rss>

