5

Does anybody know of any internal intranet bandwidth test applications I can install on our internal servers?

I would like to test the speed of our WAN links like those online boradband speedometers do.

We run IIS7 on Windows 2008.

Ryan Michela
  • 1,137
  • 3
  • 16
  • 23

3 Answers3

4

I like NDT (http://www.internet2.edu/performance/ndt/index.html). There is even a livecd of this available. So you don't really have to do much to try this.

Another alternative would be to setup Iperf (http://iperf.sourceforge.net/). You could simply start up on a server in deamon mode and then connect to it from your clients. There isn't really a nice web interface or anything though.

Zoredache
  • 128,755
  • 40
  • 271
  • 413
3

It's pretty low-tech, but using "wget" to download a large file from HTTP servers hosted on your WAN would be a fairly simple way to test, assuming that your WAN infrastructure isn't so fast that a single transfer can't saturate it.

"Measure it 20 times, and take the mean..." (as one of my EE buddies always likes to say...)

Speed tests are nice for gauging theoretical maximum bandwidth, but you're better off investing your time in a monitoring infrastructure (Cacti, et. al.) to keep abreast of the realtime and historical bandwidth utilization trends in your network. Knowing how fast the network can move bits doesn't tell you much if you don't know how many bits are moving across it.

Evan Anderson
  • 141,071
  • 19
  • 191
  • 328
  • Or download a really big file and see where it settles down. We did this with a couple of really big AVI files we found on the network. Made them into one massive RAR then started moving them around the network. – mrdenny Oct 09 '09 at 05:07
3

The same company that makes those speed test apps, Ookla, also has a free version, which has been replaced with Speedtest Custom.

wfaulk
  • 6,828
  • 7
  • 45
  • 75