Checking Disk speed on VPS
We can check hardisk performance write/read speed using cli on a VPS
In order to check the speed, just paste the code below and hot enter. This returns the speed of the disk
dd if=/dev/zero of=test bs=64k count=16k conv=fdatasynclinux,disk,speed
Comments for this post