Skip to content

Instantly share code, notes, and snippets.

@Smithx10
Last active March 13, 2023 16:43
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 Smithx10/633493552390b1718d7c6402699bc976 to your computer and use it in GitHub Desktop.
Save Smithx10/633493552390b1718d7c6402699bc976 to your computer and use it in GitHub Desktop.
Illumos:
[root@3c-ec-ef-d8-17-ca (us-east-2) ~]# iperf3 -c 50.50.50.53
Connecting to host 50.50.50.53, port 5201
[ 4] local 50.50.50.71 port 38721 connected to 50.50.50.53 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.00 sec 291 MBytes 2.44 Gbits/sec
[ 4] 1.00-2.00 sec 288 MBytes 2.41 Gbits/sec
[ 4] 2.00-3.00 sec 143 MBytes 1.20 Gbits/sec
[ 4] 3.00-4.00 sec 203 MBytes 1.70 Gbits/sec
[ 4] 4.00-5.00 sec 278 MBytes 2.33 Gbits/sec
[ 4] 5.00-6.00 sec 275 MBytes 2.31 Gbits/sec
[ 4] 6.00-7.00 sec 298 MBytes 2.50 Gbits/sec
[ 4] 7.00-8.00 sec 290 MBytes 2.43 Gbits/sec
[ 4] 8.00-9.00 sec 276 MBytes 2.32 Gbits/sec
[ 4] 9.00-10.00 sec 289 MBytes 2.42 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-10.00 sec 2.57 GBytes 2.21 Gbits/sec sender
[ 4] 0.00-10.00 sec 2.57 GBytes 2.21 Gbits/sec receiver
iperf Done.
Linux:
[root@3c-ec-ef-d8-3b-46 network-scripts]# iperf3 -c 50.50.50.53
Connecting to host 50.50.50.53, port 5201
[ 5] local 50.50.50.51 port 46466 connected to 50.50.50.53 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 4.31 GBytes 37.1 Gbits/sec 0 2.72 MBytes
[ 5] 1.00-2.00 sec 4.37 GBytes 37.5 Gbits/sec 0 2.72 MBytes
[ 5] 2.00-3.00 sec 4.41 GBytes 37.9 Gbits/sec 0 2.72 MBytes
[ 5] 3.00-4.00 sec 4.76 GBytes 40.9 Gbits/sec 0 5.71 MBytes
[ 5] 4.00-5.00 sec 5.23 GBytes 44.9 Gbits/sec 0 6.03 MBytes
[ 5] 5.00-6.00 sec 5.21 GBytes 44.7 Gbits/sec 0 6.03 MBytes
[ 5] 6.00-7.00 sec 5.10 GBytes 43.8 Gbits/sec 0 6.33 MBytes
[ 5] 7.00-8.00 sec 5.03 GBytes 43.2 Gbits/sec 0 6.33 MBytes
[ 5] 8.00-9.00 sec 5.07 GBytes 43.6 Gbits/sec 0 6.33 MBytes
[ 5] 9.00-10.00 sec 5.05 GBytes 43.4 Gbits/sec 0 6.33 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 48.5 GBytes 41.7 Gbits/sec 0 sender
[ 5] 0.00-10.04 sec 48.5 GBytes 41.5 Gbits/sec receiver
iperf Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment