Open Source / Cheap Bandwidth Test Software

txrandom

Diamond Member
Aug 15, 2004
3,773
0
71
My workplace has been trying to find an open source or cheap bandwidth test software.

I found Fancy Speed Test Text, but it suppose to be inaccurate at speeds over 10mbs. Unfortunately we are going to be testing optical lines and need something that can handle larger bandwidths.

Any ideas?
 

Nuwave

Member
Jun 30, 2008
118
0
0
iperf is as accurate as anything else machine to machine. The machine will most likely be limiting throughput. If you are trying to actually test your switching equipment without Desktop hardware(cpu, nic, memory, etc.) interfering with the results you will have to get speciallized tools. Those will not be free of course and all in one tools like a fluke etherscope will cost thousands of dollars.

there is a version of iperf that has a gui, called jperf. It's a java front that calls iperf. You might want to give that a try.

You can also just copy a 100mb file over the network and time how long it takes.
 

txrandom

Diamond Member
Aug 15, 2004
3,773
0
71
Hmm, I wonder if jperf can be used as an applet allowing it to be run from any browser? I will have to look into it.
 

txrandom

Diamond Member
Aug 15, 2004
3,773
0
71
I found something else called NDT. The main problem I'm running into is finding out how to patch the kernel since web100. Usually you can get help using google, but now that I'm getting into more niche areas, information is becoming harder and harder to find.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
What's wrong with iperf? It's very easy to use, two simple commands to test from computer <-> computer.

You can just setup a listening server on your equipment and give the clients the command to execute to test against the server.
 

txrandom

Diamond Member
Aug 15, 2004
3,773
0
71
Originally posted by: Crusty
What's wrong with iperf? It's very easy to use, two simple commands to test from computer <-> computer.

You can just setup a listening server on your equipment and give the clients the command to execute to test against the server.

The clients would have to install iperf. We are trying to find something web based where they don't need anything installed ahead of time (outside Java).