I am looking for a low CPU software that measures the bandwidth of a network. So far I am using to BandWidthD. I want something the same but with a lower CPU.
I have looked at DU Meter, and a few other ones but they
Thank you
|
I am looking for a low CPU software that measures the bandwidth of a network. So far I am using to BandWidthD. I want something the same but with a lower CPU. I have looked at DU Meter, and a few other ones but they Thank you |
|||
|
|
|
You could fairly easily to write a script for something like this if you want it to be VERY low on processor "intensive'ness". That'd be the best solution if you want it to have as small a footprint on your system resources as possible. I'd suggest Python, it has some good packet manipulation/network tools built it that should work. |
|||||
|
|
nuttcp (see http://www.wcisd.hpc.mil/nuttcp/Nuttcp-HOWTO.html) will tell you how much CPU it used (on both ends) as part of the test, and these are usually low single-digit percentages, if not almost zero, e.g.:
Wow, 0% for both transmitter and receiver. I'm using nuttcp to periodically measure the bandwidth I'm getting on my home internet connection (because it seems to be dropping out each afternoon), using the command-line:
damp-ssc.dren.net appears to be an open nuttcp server, but you can create your own server elsewhere if you can login there (and sort out any firewall port issues). |
|||
|
|