Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Created January 11, 2017 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubenerd/9389b7c710393d3b42041bbaf06b8c67 to your computer and use it in GitHub Desktop.
Save rubenerd/9389b7c710393d3b42041bbaf06b8c67 to your computer and use it in GitHub Desktop.
iPerf on HP Microserver over localhost

Client

$ iperf -c localhost
------------------------------------------------------------
Client connecting to localhost, TCP port 5001
TCP window size: 2.50 MByte (default)
------------------------------------------------------------
[  3] local 127.0.0.1 port 44366 connected with 127.0.0.1 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  62.9 GBytes  54.1 Gbits/sec

Server

$ iperf -s -B 127.0.0.1
------------------------------------------------------------
Server listening on TCP port 5001
Binding to local address 127.0.0.1
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[  4] local 127.0.0.1 port 5001 connected with 127.0.0.1 port 44366
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec  62.9 GBytes  54.0 Gbits/sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment