Skip to content

alexandermorozov/netperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Netperf is a network bandwith test tool similar to iperf.

Features are:
- multiple TCP connections,
- auto reconnect if a connection breaks,
- it writes statistics to several files that can be easily visualized with
gnuplot.


Compile it with the Glasgow Haskell Compiler (GHC):
ghc -O2 -o netperf Main.hs

On the first host with ip_addr_1 run:
./netperf 4 6000 ip_addr_2 6000

On the second host with ip_addr_2 run:
./netperf 4 6000 ip_addr_1 6000

Releases

No releases published

Packages

No packages published