PDA

View Full Version : How to show Data Transfer



bertos
05-05-2005, 08:25 PM
Hello Guys,

I want to know how much is the speed of my HD or the CDROM with Knoppix 3.8.
Is there a Tool like "Windows Performance Monitor" which show this?
I have tried HDParm with -t,but this shows only a Value for one Time.I need to measure constantly (for using different kind of Hardware).


Thank You!

Dave_Bechtel
05-06-2005, 04:22 AM
You can do ' hdparm -t /dev/blah ' multiple times (I usually do 3.)

You can also copy a file from cdrom / HD to " /dev/null " and this will give you the *maximum* sustained transfer speed, but it's not exactly real-world data.

' time cp -v /mnt/cdrom/file /dev/null '

--For a norton-utilities type monitor, I did:
' apt-cache search hardware |sort |less ' and found:

hardinfo - Displays system information
hardware-monitor - Monitor applet for the Gnome panel

Also:

gkrellm-hdplop - A hard drive activity monitor GKrellM plugin


--I have no personal experience with these pkgs, but it is a place to start.