Link to home
Start Free TrialLog in
Avatar of need4answers
need4answers

asked on

Calculating available bandwidth

As an admin of Solaris (8,10) servers over a large network with 30+ sites I need a method of calculating the available bandwidth at times. We primarly use cisco routers. Normally I use a stop watch and a known file size then ftp to compute the bw. Does someone have a better way without installing any additional software?
Avatar of yadaya
yadaya

I use zabbix for monitoring network bandwidth and many other metrics over 500+ servers.

http://www.zabbix.com/

There are many ways to get a good estimate such as the way you do it.  For an app you can write, here's an option:

http://www.codeproject.com/KB/scripting/JavascriptBandwidthMeter.aspx

The wikipedia entry has some info and software links too:

http://en.wikipedia.org/wiki/Measuring_network_throughput
You can use Zabbix or Nagios for monitoring the bandwidth.
ASKER CERTIFIED SOLUTION
Avatar of Anacreo
Anacreo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of need4answers

ASKER

Thank you Anacreo I was able to use your clever solution in an enviornment where I am not able to install any additional network monitoring software or additional protocols.