<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" >
<channel>
    
    <title>s9y testdrive - benchmarks</title>
    <link>http://nerdbynature.de/s9y/</link>
    <description>(who took the 'we' out of weblog?)</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6-alpha2 - http://www.s9y.org/</generator>
    
    

<item>
    <title>ext2 vs. ext3 vs. ext4</title>
    <link>http://nerdbynature.de/s9y/?129</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?129#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=129</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=129</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    I always wondered if those &lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=blob;f=Documentation/filesystems/ext4.txt&quot;&gt;ext* mountoptions&lt;/a&gt; did anything performance wise. Turns out they do, kind of:

&lt;pre&gt;
FS   mount option    avg over 3 runs
------------------------------------
ext2 option: orlov        - 56.3333 sec
ext2 option: oldalloc     - 66.3333 sec
ext2 option: atime        - 62.6667 sec
ext2 option: noatime      - 57.3333 sec
ext2 option: data=journal   ---
ext2 option: data=ordered   ---
ext2 option: data=writeback ---
ext2 option: acl          - 59 sec
ext2 option: noacl        - 57.6667 sec
ext2 option: user_xattr   - 59 sec
ext2 option: nouser_xattr - 59 sec

ext3 option: orlov        - 61.3333 sec
ext3 option: oldalloc     - 62.3333 sec
ext3 option: atime        - 62.3333 sec
ext3 option: noatime      - 60.6667 sec
ext3 option: data=journal   - 114 sec
ext3 option: data=ordered   - 62.6667 sec
ext3 option: data=writeback - 61.6667 sec
ext3 option: acl          - 62.6667 sec
ext3 option: noacl        - 61.6667 sec
ext3 option: user_xattr   - 64.3333 sec
ext3 option: nouser_xattr - 60.6667 sec

ext4 option: orlov        - 49.6667 sec
ext4 option: oldalloc     - 52.6667 sec
ext4 option: atime        - 49.6667 sec
ext4 option: noatime      - 50 sec
ext4 option: data=journal   - 101.333 sec
ext4 option: data=ordered   - 49.3333 sec
ext4 option: data=writeback - 51 sec
ext4 option: acl          - 48.6667 sec
ext4 option: noacl        - 51.6667 sec
ext4 option: user_xattr   - 49.6667 sec
ext4 option: nouser_xattr - 50.6667 sec
&lt;/pre&gt;

This was done by a &lt;a href=&quot;http://nerdbynature.de/bits/scripts/b-ext.sh.txt&quot;&gt;script&lt;/a&gt; extracting a ~800MB tarball onto a freshly created ext* filesystem, 3 times in a row. 
    </content:encoded>

    <pubDate>Sun, 15 Nov 2009 23:38:44 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?129</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>space vs. time</title>
    <link>http://nerdbynature.de/s9y/?63</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?63#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    &lt;pre&gt;
# time &lt;a href=&quot;http://compression.ca/pbzip2/&quot;&gt;pbzip2&lt;/a&gt; -c wordlist.txt &gt; wordlist.txt.bz2
real    41m53.295s
user    67m17.972s
sys     5m38.981s

# time &lt;a href=&quot;http://7z.sourceforge.net/&quot;&gt;7z&lt;/a&gt; a -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on wordlist.txt.7z wordlist.txt
real    525m35.861s
user    446m31.866s
sys     32m20.861s

# ls -lhgo
total 31G
-rw------- 1  25G 2008-12-16 00:55 wordlist.txt
-rw------- 1 776M 2008-12-17 01:09 wordlist.txt.7z
-rw------- 1 5.0G 2008-12-16 08:46 wordlist.txt.bz2
&lt;/pre&gt;
....&#039;nuff said. 
    </content:encoded>

    <pubDate>Tue, 16 Dec 2008 16:54:45 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?63</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>and the winner is...</title>
    <link>http://nerdbynature.de/s9y/?59</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?59#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=59</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=59</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Ah, benchmarks - what else would we spend our CPU cycles on anyway? Quite a long time ago I was surprised to see that &lt;a href=&quot;http://www.opengroup.org/onlinepubs/009695399/utilities/awk.html&quot;&gt;awk&lt;/a&gt; was so much slower than &lt;a href=&quot;http://www.opengroup.org/onlinepubs/009695399/utilities/grep.html&quot;&gt;grep&lt;/a&gt;. This was a long time ago and I don&#039;t remember all the details, but there was sort involved too, and it was GNU/grep vs. Solaris/awk, IIRC. Anyway, here&#039;s what I did just now:
&lt;pre&gt;
# ls -lhgo du.all; wc -l du.all 
 -rw-r--r--    1     2.2M Jan  7 17:26 du.all
          23773 du.all

# time sort -n du.all | grep -v /home &gt; /dev/null 
real	0m8.939s
user	0m8.920s
sys	0m0.010s

# time grep -v /home du.all | sort -n &gt; /dev/null 
real	0m25.694s
user	0m25.670s
sys	0m0.010s

# time awk &#039;!/\/home/&#039; du.all | sort -n &gt; /dev/null 
real	0m0.622s
user	0m0.620s
sys	0m0.010s
&lt;/pre&gt;
Yes, the sort(1) is not even relvant here, it&#039;s really grep(1) taking so long. There&#039;s a --mmap switch to grep, promising better performance and sometimes
coredumps, neither of both happened. This was done with GNU sort-4.5.3, GNU Awk 3.1.1, GNU grep 2.5.1. Oh, yeah - these may have been &quot;current&quot; 
versions back in ~2002 :) 
    </content:encoded>

    <pubDate>Fri, 21 Nov 2008 15:54:59 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?59</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>my bonnie++ lies over the ocean</title>
    <link>http://nerdbynature.de/s9y/?39</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?39#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=39</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=39</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Got myself new &lt;a href=&quot;http://www.macpower.com.tw/products/hddmulti/taurus/comparison&quot; title=&quot;taurus&quot;&gt;diskspace&lt;/a&gt; today: 2x1TB &lt;a href=&quot;http://www.samsung.com/global/business/hdd/productmodel.do?type=61&amp;subtype=63&amp;model_cd=249&quot; title=&quot;SATA II&quot;&gt;Samsung HD103UJ&lt;/a&gt;, enclosed in an &lt;a href=&quot;http://www.macpower.com.tw/products/hddmulti/taurus/pdd_raid&quot;&gt;Taurus RAID&lt;/a&gt; case. First tests in &lt;a href=&quot;http://www.apple.com/leopard/&quot; title=&quot;MacOS 10.5&quot;&gt;Leopard&lt;/a&gt; say 35MB/s over &lt;a href=&quot;http://en.wikipedia.org/wiki/Firewire&quot; title=&quot;FW400&quot;&gt;FireWire400&lt;/a&gt;, more testing ahead. I was surprised to see that the &lt;a href=&quot;http://www.coker.com.au/bonnie++&quot; title=&quot;filesystem benchmark&quot;&gt;bonnie++&lt;/a&gt; filesystem benchmark was not available via &lt;a href=&quot;http://fink.sf.net/&quot; title=&quot;Fink&quot;&gt;Fink&lt;/a&gt;. Compiling from source failed with:

&lt;pre&gt;
g++ -O2  -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic 
        -ffor-scope  -c getc_putc.cpp
getc_putc.cpp: In function ‘int main(int, char**)’:
getc_putc.cpp:174: error: no matching function for call to 
                          ‘min(long unsigned int, unsigned int)’
make: *** [getc_putc.o] Error 1
&lt;/pre&gt;

There is a &lt;a href=&quot;http://mirrors.yocum.org/cvsup/ports/benchmarks/bonnie%2B%2B/files/patch-getc_putc.cpp,v&quot; title=&quot;patch&quot;&gt;patch&lt;/a&gt; for some 64-bit platforms, but the &lt;em&gt;ifdef&lt;/em&gt; does not catch MacOS X, I guess. So, here&#039;s a slightly edited version of this very patch:
&lt;pre&gt;
--- getc_putc.cpp.ORIG	2008-07-12 22:43:34.000000000 +0200
+++ getc_putc.cpp	2008-07-12 22:53:11.000000000 +0200
@@ -17,6 +17,10 @@
 #include &quot;duration.h&quot;
 #include &quot;getc_putc.h&quot;
 
+/* Work around for: line 168, no matching function for call to... */
+#include &amp;lt;sys/param.h&amp;gt;
+#define min MIN
+
 static void usage()
 {
   fprintf(stderr, &quot;usage:\n&quot;
&lt;/pre&gt;

Btw, first benchmarks of GNU/Linux 2.6.24 with the internal &lt;a href=&quot;http://www.hitachigst.com/tech/techlib.nsf/products/Travelstar_5K250&quot; title=&quot;Hitachi HTS542512K9SA00&quot;&gt;120GB drive&lt;/a&gt; are &lt;a href=&quot;http://www.nerdbynature.de/bench/macmini/2008-07-12/&quot; title=&quot;benchmarks&quot;&gt;here&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Sat, 12 Jul 2008 12:54:05 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?39</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>testing xfs again with slightly more interesting results ;) </title>
    <link>http://nerdbynature.de/s9y/?13</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?13#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Since my last benchmark with XFS was kinda stupid (testing 512 MB of data on a box with 1GB RAM), I tested again, this time &lt;a href=&quot;/bench/amd64/2.6.19-git7_xfs.2/&quot;&gt;with 4GB of data&lt;/a&gt;.
&lt;ul&gt;
	&lt;li&gt;&quot;Sequential output&quot; and &quot;random delete&quot; seem to be higher with an external logdev set (here: l_logdevhda5_size67108864)&lt;/li&gt;
	&lt;li&gt;In other places the external log seem to slow down operations
(well, the logdev (hda5) *is* slower that the devices the tests were run on, but I somehow thought the journal would fit  into RAM anyway. Hm, OTOH a journal written to RAM makes no sense, does it?&lt;/li&gt;
	&lt;li&gt;adjusting &quot;-b size&quot; from 4096 to 512 during mkfs(8) does not seem to change much, except for &quot;sequential output&quot; (+1MB/s) and &#039;sequential delete&#039; (twice as much deletes/s)&lt;/li&gt;
	&lt;li&gt;adjusting the &quot;-l size&quot; to 4MB decreased &#039;random deletes&#039; (with 64MB it&#039;s twice as fast)&lt;/li&gt;
&lt;/ul&gt;
The mountoptions do not seem to do much, but I really need to learn gnuplot(1) to generate nice graphs out of all these fine numbers.... 
    </content:encoded>

    <pubDate>Wed, 06 Dec 2006 07:54:16 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?13</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>testing -mm, playing around with xfs</title>
    <link>http://nerdbynature.de/s9y/?12</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?12#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    I&#039;m tracking &lt;a href=&quot;http://kernel.org/patchtypes/mm.html&quot;&gt;-mm&lt;/a&gt; too and finally got around to &lt;a href=&quot;/bench/amd64/2.6.19-rc6-mm2_raid1/&quot;&gt;benchmark&lt;/a&gt; it.

Out of &lt;a href=&quot;http://oss.sgi.com/archives/xfs/2006-11/msg00307.html&quot;&gt;curiosity&lt;/a&gt; about the numerous options for mkfs(8) and mount(8) I did a few benchmarks. The &lt;a href=&quot;/bench/amd64/2.6.19-git7_xfs/&quot;&gt;results&lt;/a&gt; however are a bit boring and I for one have no reason to tweak these options for a desktop machine. OTOH, the bonnie++ options could be altered again to test each combination more thoroughly. 
    </content:encoded>

    <pubDate>Tue, 05 Dec 2006 09:39:27 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?12</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>benchmarks, 2.6.19-rc6-git11 @ raid0</title>
    <link>http://nerdbynature.de/s9y/?11</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?11#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    &lt;a href=&quot;http://nerdbynature.de/bench/amd64/2.6.19-rc6-git11_raid0/&quot;&gt;Here&lt;/a&gt;&#039;s another one: This time we&#039;ll test a &lt;a href=&quot;http://nerdbynature.de/bench/amd64/2.6.19-rc6-git11_raid0/mdstat.txt&quot;&gt;RAID-0&lt;/a&gt;, again with the shiny new Samsung disks. Bah, enough benchmarking for quite a time I guess... 
    </content:encoded>

    <pubDate>Thu, 30 Nov 2006 08:10:19 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?11</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>benchmarks, 2.6.19-rc6-git11 @ raid1</title>
    <link>http://nerdbynature.de/s9y/?10</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?10#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    yet another testrun: this time the 2xHD400LD were combined as a &lt;a href=&quot;http://nerdbynature.de/bench/amd64/2.6.19-rc6-git11_raid1/mdstat.txt&quot;&gt;RAID-1&lt;/a&gt; and the benchmarks were done while X11 was running and so was the Folding@home client. As I&#039;d like to use dm-crypt in favour of loop-aes, I&#039;ve skipped a few &quot;uninteresting&quot; ciphers. &lt;a href=&quot;http://nerdbynature.de/bench/amd64/2.6.19-rc6-git11_raid1/&quot;&gt;Here&lt;/a&gt; are the results. 
    </content:encoded>

    <pubDate>Wed, 29 Nov 2006 14:10:58 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?10</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>benchmarks, 2.6.19-rc6-git2</title>
    <link>http://nerdbynature.de/s9y/?9</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?9#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    whooha, another testrun: this time the CPU has been used by the &lt;a href=&quot;http://folding.stanford.edu/download.html&quot;&gt;Folding@home&lt;/a&gt; client (reniced to priority 0, same as bonnie++) and the backend was a raid-0 (2x HD400LD). See the &lt;a href=&quot;http://nerdbynature.de/bench/amd64/2.6.19-rc6-git2/&quot;&gt;results&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Tue, 28 Nov 2006 22:32:01 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?9</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>benchmarks, 2.6.19-rc5-git4</title>
    <link>http://nerdbynature.de/s9y/?8</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?8#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    As promised, here are some more current &lt;a href=&quot;/bench/amd64/2.6.19-rc5-git4/&quot;&gt;test results&lt;/a&gt;. This was done on a shiny new &lt;a href=&quot;http://www.samsung.com/Products/HardDiskDrive/SpinPointTSeries/HardDiskDrive_SpinPointTSeries_HD400LD.asp&quot;&gt;HD400LD&lt;/a&gt; IDE disk,  &lt;a href=&quot;/bench/amd64/2.6.19-rc5-git4/test-3/dmesg.txt&quot;&gt;dmesg&lt;/a&gt;, &lt;a href=&quot;/bench/amd64/2.6.19-rc5-git4/test-3/config.gz&quot;&gt;.config&lt;/a&gt; and &lt;a href=&quot;/bench/scripts/bench.sh.txt&quot;&gt;testscript&lt;/a&gt; is available too.

I&#039;m happy to test other benchmark programs or use other mount/mkfs-options, so don&#039;t hestitate to contact &lt;a href=&quot;mailto:benchmarks_&amp;Atilde;&amp;curren;t_nerdbynature_de&quot;&gt;me&lt;/a&gt;
 
    </content:encoded>

    <pubDate>Sun, 19 Nov 2006 17:11:09 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?8</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>benchmarks galore</title>
    <link>http://nerdbynature.de/s9y/?7</link>
            <category>benchmarks</category>
    
    <comments>http://nerdbynature.de/s9y/?7#comments</comments>
    <wfw:comment>http://nerdbynature.de/s9y/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://nerdbynature.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    I&#039;m &lt;strike&gt;thinking about &lt;/strike&gt; giving up my old &lt;a href=&quot;/bench/index_old.html&quot;&gt;benchmark frontpage&lt;/a&gt; and posting benchmark results right here in this weblog. Easier for me to maintain and much healthier for your eyes ;-)

Let me start with all the old stuff first, my next post will deal with more current data:

The filesystems tested are the usual suspects: ext2, ext3, jfs, reiser, reiser4 (only a few results available) and xfs for different kernels and different benchmark programs like tiobench, Bonnie++, ioZone and even generic system tools like cp, rm, tar, dd. Also loop-aes was used to test encrypted volumes as well.

I&#039;ve used several benchmark scripts, starting with &lt;a href=&quot;/bench/scripts/tio-bench.sh.txt.gz&quot;&gt;tio-bench.sh&lt;/a&gt;, which has been superseded by &lt;a href=&quot;/bench/scripts/bench_old.txt&quot;&gt;bench.sh&lt;/a&gt;. And &lt;a href=&quot;/bench/scripts/crypto-bench.sh.txt.gz&quot;&gt;here&#039;s&lt;/a&gt; yet another one, I&#039;ve forgotten when I was using this though. Being ugly as hell they served my needs and all they did was executing these commands:

bonnie++ -f -s 2048 -r 0 -n 10:10240:10
tiobench.pl --size 2048 --numruns 1
iozone -s 2048 -f /mnt/bench/iozone.img
tar -xjf linux.tar.bz2 -C /mnt/bench/tarball
find /mnt/bench/tarball
cp -a /mnt/bench/tarball /mnt/bench/tarball_copy
rm -rf /mnt/bench/tarball
dd if=/dev/zero of=/mnt/bench/test.img bs=1M count=2048
dd if=/mnt/bench/test.img of=/dev/null bs=1M count=2048

the mount options used:

-t ext2fs -o noatime
-t ext3fs -o noatime,data=ordered
-t jfs -o noatime,integrity
-t reiserfs -o noatime,notail
-t reiser4 -o noatime
-t xfs -o noatime,notail
I&#039;ve tested different machines, very irregularly and only a few results are available for each box:
&lt;a href=&quot;/bench/amd-900tb&quot;&gt; &lt;/a&gt;

&lt;a href=&quot;/bench/amd-900tb&quot;&gt;@ AMD 900 MHz, 512 MB RAM, 1x18GB IBM-DTLA-305020&lt;/a&gt;
&lt;a href=&quot;/bench/alpha&quot;&gt; @ AlphaStation 255/233 EV45/Avanti, 233 MHz, 64MB RAM&lt;/a&gt;
&lt;a href=&quot;/bench/ppc604-PReP&quot;&gt; @ Motorola PowerPC 604r PReP Utah (Powerstack II Pro4000), 300MHz(?), 192 MB RAM&lt;/a&gt;
&lt;a href=&quot;/bench/atlant&quot;&gt; @ AMD Dual-Athlon MP 1900+, 1 GB RAM, 8-disk-RAID-5&lt;/a&gt;
&lt;a href=&quot;/bench/hal&quot;&gt; @ Intel PIII 500 MHz, 256 MB RAM&lt;/a&gt;
&lt;a href=&quot;/bench/some_server&quot;&gt; @ AMD64 3200+, 1GB RAM, 2x160GB SATA RAID-1&lt;/a&gt;

Enjoy! 
    </content:encoded>

    <pubDate>Sun, 19 Nov 2006 16:00:47 +0000</pubDate>
    <guid isPermaLink="false">http://nerdbynature.de/s9y/?7</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>

</channel>
</rss>