Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Compiled this simple testprogram for random access read benchmark. http://www.linuxinsight.com/how_fast_is_your_disk.html
Howto run on dns323
cd /tmp
wget "http://sniffekatt.dyndns.org:8080/seeker"
chmod a+x seeker
./seeker /dev/sda
WD Caviar Green 500 GB @dns323
root@dlink-574EDD:/tmp# ./seeker /dev/sda
Seeker v2.0, 2007-01-15, http://www.linuxinsight.com/how_fast_is_your_disk.html
Benchmarking /dev/sda [476940MB], wait 30 seconds.............................Results: 64 seeks/second, 15.42 ms random access time
USB flashdisk @dns323
root@dlink-574EDD:/tmp# ./seeker /dev/sdc
Seeker v2.0, 2007-01-15, http://www.linuxinsight.com/how_fast_is_your_disk.html
Benchmarking /dev/sdc [953MB], wait 30 seconds..............................Results: 929 seeks/second, 1.08 ms random access time
Intel SSD @laptop
bjdo@bjdo-laptop:~/Downloads$ sudo ./seeker /dev/sda1
[sudo] password for bjdo:
Seeker v2.0, 2007-01-15, http://www.linuxinsight.com/how_fast_is_your_disk.html
Benchmarking /dev/sda1 [36554MB], wait 30 seconds..............................Results: 2127 seeks/second, 0.47 ms random access time
Last edited by bjby (2010-02-20 11:47:37)
Offline
Those are some interesting numbers - I'd love to see some from the same disk in & out of the DNS-323 - perhaps see what impact the DNS-323 has on the test results.
I don't know if you've ever noticed but the read/write performance absolutely sucks when you're dealing with multiple small files - for example - backing up a few thousand <100 kByte files that would typically make up web pages - which I think would qualify as "random access".
Offline