<?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: monitor I/O with sar on dl360 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671802#M20627</link>
    <description>Sure here is an example that should give some numbers othern than zero.&lt;BR /&gt;&lt;BR /&gt;$ dd if=/dev/zero of=BIGFILE bs=1024 count=1000000&lt;BR /&gt;&lt;BR /&gt;[1]+  Stopped                 dd if=/dev/zero of=BIGFILE bs=1024 count=1000000&lt;BR /&gt;$ bg&lt;BR /&gt;[1]+ dd if=/dev/zero of=BIGFILE bs=1024 count=1000000 &amp;amp;&lt;BR /&gt;$ sar -b 2 2000&lt;BR /&gt;Linux 2.4.21-20.ELsmp (hostname)       11/15/2005&lt;BR /&gt;&lt;BR /&gt;02:15:24 PM       tps      rtps      wtps   bread/s   bwrtn/s&lt;BR /&gt;02:15:26 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:28 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:30 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:32 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:34 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:36 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:38 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:40 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;1000000+0 records in&lt;BR /&gt;1000000+0 records out&lt;BR /&gt;02:15:42 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:44 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;&lt;BR /&gt;[1]+  Done                    dd if=/dev/zero of=BIGFILE bs=1024 count=1000000&lt;BR /&gt;&lt;BR /&gt;First I run the 'dd' command to generate some i/o then I put it in the background and then start 'sar -b' to watch the activity. When I run these commands on another server (not a dl360 with raid) it works fine.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;//Martin</description>
    <pubDate>Tue, 15 Nov 2005 08:28:08 GMT</pubDate>
    <dc:creator>Martin_146</dc:creator>
    <dc:date>2005-11-15T08:28:08Z</dc:date>
    <item>
      <title>monitor I/O with sar on dl360</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671799#M20624</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I wonder why sar won't output the I/O activity when i run 'sar -b' on my ProLiant DL360 G4 server with RedHat Enterprise Linux 3, kernel 2.4.21-20.ELsmp. I have made the raid with the external Smart Array card. The devices I want to monitor is /dev/cciss/c0d0p*.&lt;BR /&gt;&lt;BR /&gt;To monitor the cpu with the sar command is no problem, but the disk won't work.&lt;BR /&gt;&lt;BR /&gt;Proliant Support pack 7.20 is installed.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;//Martin</description>
      <pubDate>Tue, 15 Nov 2005 06:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671799#M20624</guid>
      <dc:creator>Martin_146</dc:creator>
      <dc:date>2005-11-15T06:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: monitor I/O with sar on dl360</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671800#M20625</link>
      <description>Please show us the command you are using and the system response.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 15 Nov 2005 07:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671800#M20625</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-15T07:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: monitor I/O with sar on dl360</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671801#M20626</link>
      <description>If sar does not work, you can use iostat.</description>
      <pubDate>Tue, 15 Nov 2005 08:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671801#M20626</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-15T08:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: monitor I/O with sar on dl360</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671802#M20627</link>
      <description>Sure here is an example that should give some numbers othern than zero.&lt;BR /&gt;&lt;BR /&gt;$ dd if=/dev/zero of=BIGFILE bs=1024 count=1000000&lt;BR /&gt;&lt;BR /&gt;[1]+  Stopped                 dd if=/dev/zero of=BIGFILE bs=1024 count=1000000&lt;BR /&gt;$ bg&lt;BR /&gt;[1]+ dd if=/dev/zero of=BIGFILE bs=1024 count=1000000 &amp;amp;&lt;BR /&gt;$ sar -b 2 2000&lt;BR /&gt;Linux 2.4.21-20.ELsmp (hostname)       11/15/2005&lt;BR /&gt;&lt;BR /&gt;02:15:24 PM       tps      rtps      wtps   bread/s   bwrtn/s&lt;BR /&gt;02:15:26 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:28 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:30 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:32 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:34 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:36 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:38 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:40 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;1000000+0 records in&lt;BR /&gt;1000000+0 records out&lt;BR /&gt;02:15:42 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;02:15:44 PM      0.00      0.00      0.00      0.00      0.00&lt;BR /&gt;&lt;BR /&gt;[1]+  Done                    dd if=/dev/zero of=BIGFILE bs=1024 count=1000000&lt;BR /&gt;&lt;BR /&gt;First I run the 'dd' command to generate some i/o then I put it in the background and then start 'sar -b' to watch the activity. When I run these commands on another server (not a dl360 with raid) it works fine.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;//Martin</description>
      <pubDate>Tue, 15 Nov 2005 08:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671802#M20627</guid>
      <dc:creator>Martin_146</dc:creator>
      <dc:date>2005-11-15T08:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: monitor I/O with sar on dl360</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671803#M20628</link>
      <description>Thanks for the tip Ivan.&lt;BR /&gt;But I'm monitoring several servers with a script that use sar. 3 of them are dl360 G4 and the rest of them are "unknown" servers. It would be easier to get sar to work on the HP servers than changing the script.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Martin</description>
      <pubDate>Tue, 15 Nov 2005 10:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-i-o-with-sar-on-dl360/m-p/3671803#M20628</guid>
      <dc:creator>Martin_146</dc:creator>
      <dc:date>2005-11-15T10:31:56Z</dc:date>
    </item>
  </channel>
</rss>

