LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Any program to test the read/write speed of disk drives and USB? (https://www.linuxquestions.org/questions/linux-software-2/any-program-to-test-the-read-write-speed-of-disk-drives-and-usb-4175411893/)

kawaikx15 06-17-2012 04:52 AM

Any program to test the read/write speed of disk drives and USB?
 
I would like to know the way I can test the read/write speed of my hard drive and USB..

thanks in advance

prabampm 06-17-2012 05:08 AM

Hi, you can test ur disk speed by
sudo hdparm -t /dev/sda

where ,
/dev/sda is ur hard disk similarly u can give ur usb drive name, (It looks like sdb or sdc etc)

barunparichha 06-18-2012 04:07 AM

simplest mechanism is to divide the filesize with the time taken to copy/write.
check http://www.ubuntugeek.com/bandwidth-...for-linux.html
You can also use ethereal for more granularity of data.

chrism01 06-19-2012 12:51 AM

Possibly this http://linux.die.net/man/8/smartctl


All times are GMT -5. The time now is 08:44 AM.