<?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 Linux benchmark tools in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531285#M70174</link>
    <description>Hi exports,&lt;BR /&gt;&lt;BR /&gt;    Do you know which is the best benchmark tools under linux? I need CPU,memory,i/o,file system and network benchmark tools.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
    <pubDate>Mon, 25 Apr 2005 10:29:47 GMT</pubDate>
    <dc:creator>NiCK_76</dc:creator>
    <dc:date>2005-04-25T10:29:47Z</dc:date>
    <item>
      <title>Linux benchmark tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531285#M70174</link>
      <description>Hi exports,&lt;BR /&gt;&lt;BR /&gt;    Do you know which is the best benchmark tools under linux? I need CPU,memory,i/o,file system and network benchmark tools.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Mon, 25 Apr 2005 10:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531285#M70174</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-04-25T10:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linux benchmark tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531286#M70175</link>
      <description>If you have the sysstat package loaded then you have the tools such as 'sar' which can provide you with CPU, IO, swap, buffers, etc, those kind of stats.&lt;BR /&gt;&lt;BR /&gt;There are numerous cost packages available as well.&lt;BR /&gt;&lt;BR /&gt;The sysstat package is an RPM package that you can download and install. No cost.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Apr 2005 10:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531286#M70175</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-04-25T10:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linux benchmark tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531287#M70176</link>
      <description>Hi Nick,&lt;BR /&gt;&lt;BR /&gt;Try the RRDtool. The official site is  (&lt;A href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/index.en.html)." target="_blank"&gt;http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/index.en.html).&lt;/A&gt; If you Google it, a lot of very nice scripts will appear. &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Tue, 26 Apr 2005 03:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531287#M70176</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-04-26T03:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linux benchmark tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531288#M70177</link>
      <description>I also started to use `sar`. I found the internal-raid of the 'hp-dl380' is not in these statistics, I end up finding the statistics in the /proc filesystem (see `man proc` and just add them to a daily logfile using a crontab-entry that runs every 5 minutes.&lt;BR /&gt;&lt;BR /&gt;Then I created a bunch of scripts to visualize them using gnu-plot.</description>
      <pubDate>Tue, 26 Apr 2005 04:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531288#M70177</guid>
      <dc:creator>C. Beerse</dc:creator>
      <dc:date>2005-04-26T04:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linux benchmark tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531289#M70178</link>
      <description>What exactly are you wanting to benchmark?  For simple performance comparisons, you can still get your hands on Byte's benchmark suite (ByteMark).  For disk bottleneck/performance check out Bonnie, and for stressing the kernel, try out IBM's Linux Test Project. (&lt;A href="http://www-106.ibm.com/developerworks/library/l-stress/)" target="_blank"&gt;http://www-106.ibm.com/developerworks/library/l-stress/)&lt;/A&gt;</description>
      <pubDate>Tue, 26 Apr 2005 06:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531289#M70178</guid>
      <dc:creator>George Robinson_1</dc:creator>
      <dc:date>2005-04-26T06:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linux benchmark tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531290#M70179</link>
      <description>George has a very good point - just what do you want to benchmark or do with the benchmarks?&lt;BR /&gt;&lt;BR /&gt;BTW, aren't the byte benchmarks a bit long in the tooth these days?  I've heard anectdotal evidence that modern compilers can optimize at least some of it away completely.&lt;BR /&gt;&lt;BR /&gt;For disc I/O I'll put-forth iozone.&lt;BR /&gt;For network I/O I'll not so humbly put-forth netperf :)&lt;BR /&gt;For CPU you might consider SPECcpu.&lt;BR /&gt;For memory - I presume memory bandwidth? - STREAM.&lt;BR /&gt;&lt;BR /&gt;Again though, what is the goal of the benchmarking?</description>
      <pubDate>Tue, 26 Apr 2005 11:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-benchmark-tools/m-p/3531290#M70179</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-04-26T11:56:20Z</dc:date>
    </item>
  </channel>
</rss>

