Group: Member 
Post Group: Working Newbie
Posts: 60
Status: 
|
Quote From : ZXHost June 12, 2015, 3:42 pm An example on one of our SSD node's
dd if=/dev/zero of=/tmp/output.img bs=32k count=256k
262144+0 records in
262144+0 records out
8589934592 bytes (8.6 GB) copied, 5.45408 s, 1.6 GB/s
dd if=/dev/zero of=/tmp/output.img bs=128k count=256k
262144+0 records in
262144+0 records out
34359738368 bytes (34 GB) copied, 43.8186 s, 784 MB/s
Check mine:
why so much difference? May I know the server spec? Is it virt+kvm too? Whats the storage type? File based or LVM?
|