How to Test the disk write speed on the server

20. October 2013 SysAdmin 0

This command will create a 1000 MB file with name “jobnix-speedtest” . So, Make sure you have 1 GB free space before you run this command.

Run the following command to test the write speed of the server disk.

dd if=/dev/zero of=jobnix-speedtest bs=1M count=1000 conv=fdatasync


Leave a Reply

Your email address will not be published. Required fields are marked *