-
Notifications
You must be signed in to change notification settings - Fork 1
alexandermorozov/netperf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
About
hperf
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published