Changes between Version 3 and Version 4 of Tutorials/Wired/network-performance


Ignore:
Timestamp:
May 11, 2020, 12:47:54 AM (4 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wired/network-performance

    v3 v4  
    3636* Set ''srv1-lg1'' as a server:
    3737
    38 {{{
     38{{{#!shell-session
    3939native@srv1-lg1:~$ iperf -s   
    4040------------------------------------------------------------
     
    4646
    4747
    48 {{{
     48{{{#!shell-session
    4949native@srv4-lg1:~$ iperf -c 192.168.1.1   
    5050------------------------------------------------------------
     
    6262
    6363Server side:
    64 {{{
     64{{{#!shell-session
    6565native@srv1-lg1:~$ iperf -s -u
    6666------------------------------------------------------------
     
    7272
    7373Client side:
    74 {{{
     74{{{#!shell-session
    7575native@srv4-lg1:~$ iperf -c 192.168.1.1 -u -b 9gbps
    7676------------------------------------------------------------