På server:
Code Block | ||
---|---|---|
| ||
iperf -s #TCP/IP
iperf -s -u #UDP |
På klient:
Code Block | ||
---|---|---|
| ||
iperf -c <ip-adresse> -P 8 #TCP/IP iperf -c <ip-adresse> -P 8 -u -b 1000m #UDP |
På server:
Code Block | ||
---|---|---|
| ||
iperf -s #TCP/IP
iperf -s -u #UDP |
På klient:
Code Block | ||
---|---|---|
| ||
iperf -c <ip-adresse> -P 8 #TCP/IP iperf -c <ip-adresse> -P 8 -u -b 1000m #UDP |