Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

På server:

iperf -s  #TCP/IP
iperf -s -u #UDP


På klient:

iperf -c <ip-adresse> -P 8 #TCP/IP
iperf -c <ip-adresse> -P 8 -u -b 1000m #UDP
  • No labels