Measure disk performance in linux?
Posted: 25 Jan 2011, 08:27
Anyone got any ideas as to how to do that?
I found a nice little program called seeker from http://www.linuxinsight.com/how_fast_is_your_disk.html
Though it doesn't seem to be to accurate...
First run on a virtual server at work (with slow SAN solution):
Results: 75 seeks/second, 13.27 ms random access time
Second run on the same server:
Results: 131 seeks/second, 7.58 ms random access time
I then tried it out on my main virtual server at work (with local RAID5 SCSI):
Results: 640 seeks/second, 1.56 ms random access time
And the second run:
Results: 55332 seeks/second, 0.02 ms random access time
Anyhow... the first run seems to generate somewhat reliable values, but the second runs... I'd assume it uses disk cache somehow...
I found a nice little program called seeker from http://www.linuxinsight.com/how_fast_is_your_disk.html
Though it doesn't seem to be to accurate...
First run on a virtual server at work (with slow SAN solution):
Results: 75 seeks/second, 13.27 ms random access time
Second run on the same server:
Results: 131 seeks/second, 7.58 ms random access time
I then tried it out on my main virtual server at work (with local RAID5 SCSI):
Results: 640 seeks/second, 1.56 ms random access time
And the second run:
Results: 55332 seeks/second, 0.02 ms random access time
Anyhow... the first run seems to generate somewhat reliable values, but the second runs... I'd assume it uses disk cache somehow...