EvaluatingdiskperformanceOnLinux
From CoolSolutionsWiki
-my other wikis
Evaluating disk performance on Linux.
Please contribute to this!
This is not ment to be a white paper, but more of a this is what I saw in my lab.
Based on experience, if your disk IO is around 150MB/min, your GW end users will be unhappy with the performance. One needs to have about 500MB/min in order to have happy users. Note that dd shows it 60MB/s, so roughly add a zero (yes you should multiply it by 1024).
Contents |
[edit]
Eval criteria
- using linux's native dd
- from local disk to SAN disk
- time dd if=/root/400mb.iso of=/gw/400mb.iso
- from SAN disk to local disk
- time dd if=/gw/400mb.iso of=/root/400mb.iso
- from SAN disk to SAN disk
- time dd if=/gw/400mb.iso of=/gw/400mb_2.iso
- from local disk to SAN disk
[edit]
Eval system A physical server
- SLES 10 sp1
- IBM Blade server
- IBM blade center SAN
- mem: 8180144
- cpu: 2 cpu at 2.33GHz
- cpu cache: 4096 KB
- SAN filesystem: OCFS2
[edit]
SAN to Local disk
- 900MB/Min
[edit]
Local disk to SAN
- 900MB/Min
[edit]
SAN to SAN
- 800MB/min
[edit]
Eval system B XEN server
- Sles 10 sp1
- XEN server with ONE VM on it (the sles 10 sp1 server)
- memory: 3145728
- cpu: 2 CPUs at 2.33GHz
- cpu cache: 4096 KB
- VM image is stored on one SAN lun and the tested SAN disk is on another lun (separated LUNs).
- SAN filesystem: OCFS2
[edit]
SAN to Local disk
- 600MB/Min
[edit]
Local disk to SAN
- 600MB/Min
[edit]
SAN to SAN
- 530MB/min
[edit]
Eval system C physical server
- SLES 10 sp1
- EMC SAN
- EVMS
- 4 U HP server
- mem:8114372
- cpu: 3.00GHz
- cpu cache: 4096 KB
- multiprocessor: 4 CPUs
[edit]
SAN to local disk
- 1300MB/min
[edit]
Local Disk to SAN
- 730MB/min
[edit]
SAN to SAN
- 1300MB/min
