Test network performence between to computer

Aus Wiki
Wechseln zu: Navigation, Suche
sudo apt-get install iperf

start server

iperf -s

run test and connect client with server

iperf -c <address of other computer>