Dog-One
25th September 2004, 04:58 AM
I was curious if anyone has run some disk transfer tests to see what kind of performance numbers you all were getting.
I created a 4GB file and did read and write tests. The numbers I got were:
READ: 4294967296B @ 28.975s = 148,230,105 B/s or 141 MB/s
WRITE: 4294967296B @ 28.426s = 151,092,918 B/s or 144 MB/s
I'm using a 4 disk Linux software RAID0, stripe size of 4K on a XFS filesystem. I ran the tests with a BFV server and Folding@Home running.
Here's the commands I used:
time dd if=/dev/zero of=/var/tmp/test bs=65536 count=65536
time cat /var/tmp/test > /dev/null
I'm pretty sure this isn't the best or even a proper way to measure disk performace, but if anyone wants to use it for comparison, feel free.
I created a 4GB file and did read and write tests. The numbers I got were:
READ: 4294967296B @ 28.975s = 148,230,105 B/s or 141 MB/s
WRITE: 4294967296B @ 28.426s = 151,092,918 B/s or 144 MB/s
I'm using a 4 disk Linux software RAID0, stripe size of 4K on a XFS filesystem. I ran the tests with a BFV server and Folding@Home running.
Here's the commands I used:
time dd if=/dev/zero of=/var/tmp/test bs=65536 count=65536
time cat /var/tmp/test > /dev/null
I'm pretty sure this isn't the best or even a proper way to measure disk performace, but if anyone wants to use it for comparison, feel free.