Linux Benchmark Disk Performance Terminal Commands
626

If you are wondering your real disk speed on computer, you don't need additional tools to make benchmark to storage devices. You can apply commands below to get fastest results.

Disk Write Speed:
sync; dd if=/dev/zero of=tempfile bs=1M count=1024; sync

Disk Read Speed:
dd if=tempfile of=/dev/null bs=1M count=1024

Disk Real Read Speed (Clear Cache + Read):
sudo /sbin/sysctl -w vm.drop_caches=3
dd if=tempfile of=/dev/null bs=1M count=1024
If you are looking for consultation, fill the Contact Form below.
Innovation distinguishes between a leader and a follower. Steve Jobs
Haluk YAMANER - Personal
Contact Form
You must complete Security Verification to submit your form.