Need to test the read and write speed of your VPS , checking your I/O speed ?
try this :
dd if=/dev/zero of=test bs=64k count=512 oflag=dsync
Monkey business for the geek in you!
Need to test the read and write speed of your VPS , checking your I/O speed ?
try this :
dd if=/dev/zero of=test bs=64k count=512 oflag=dsync