Test network performence between to computer
Aus Wiki
sudo apt-get install iperf
start server
iperf -s
run test and connect client with server
iperf -c <address of other computer>
sudo apt-get install iperf
start server
iperf -s
run test and connect client with server
iperf -c <address of other computer>