Page 1 of 1

HDD, SSD Performance in Linux

Posted: 28 May 2018, 04:52
by thasi
Hello everyone
I would like to know how to measure an input/output performance of a file system on such devices as HDD, SSD, USB Flash Drive etc. It is best to have a specific method of operation.

Thanks in advance.

Update: Good, I have found a way from this article: https://www.shellhacks.com/disk-speed-test-read-write-hdd-ssd-perfomance-linux/, my problem has been solved. :rockout:

Re: HDD, SSD Performance in Linux

Posted: 29 May 2018, 12:25
by Haldi
Something like that?
dd if=/dev/zero of=/root/testfile bs=1G count=1