Results 1 to 7 of 7

Thread: how to check usb-hdd transfer speed?

  1. #1
    Join Date
    Oct 2005
    Location
    Estonia / Sweden
    Beans
    2,332
    Distro
    Ubuntu Development Release

    how to check usb-hdd transfer speed?

    the title says it all...

    do you guys know any command that will allow me to monitor file transfer speed from my comp hdd to usb hdd?

    i can't find anything on the internet

  2. #2
    Join Date
    Oct 2005
    Location
    Estonia / Sweden
    Beans
    2,332
    Distro
    Ubuntu Development Release

    Re: how to check usb-hdd transfer speed?

    a very lonely *bump*

  3. #3
    Join Date
    Aug 2008
    Location
    Hmm..$whereis?
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to check usb-hdd transfer speed?

    Hi..

    You could use the combination of 'time' & 'cp' commands in linux.

    e.g
    $time cp /your_comp_hdd/movie.avi /your_usd_hdd/movie.avi

    Then as output u will get the time it took to complete the transfer using which and also the amount of data transferred you can calculate the disk speed.

    A bit primitive but effective!!
    Debian 6.0.1(Squeeze)/64bit
    **************************
    MSI K9AGM4-L | AMD Athlon64 X2 4000+ | 2x1GB DDR2 800MHZ(Transcend) | ATI Radeon Xpress 1250(Onboard) | Seagate 250GB SATA II | Acer AL1916W

  4. #4
    Join Date
    Sep 2009
    Location
    Denmark
    Beans
    726
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: how to check usb-hdd transfer speed?

    Remember to include a sync after that, if you measure write speed, otherwise you'll only measure write speed to the buffer, which is effectively only read speed on the internal drive.

    You might also consider using iotop for the purpose.

  5. #5
    Join Date
    Mar 2010
    Beans
    30

    Re: how to check usb-hdd transfer speed?

    I don't understand.Why would we not get such a good feature directly with the OS.
    I mean the idea is to make Ubuntu much better than windows by incorporating its good features and make it even better isn't it?
    I hope those guys will bring in a better version from now on which satisfies everyone's needs.

  6. #6
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how to check usb-hdd transfer speed?

    Code:
    rsync --stats --progress LOCATION DESTINATION
    Would probably do you?

  7. #7
    Join Date
    Oct 2005
    Location
    Estonia / Sweden
    Beans
    2,332
    Distro
    Ubuntu Development Release

    Re: how to check usb-hdd transfer speed?

    thanks guys! I will try your suggestions tomorrow and let you know my results

    thanks again!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •