Page 1 of 1

measure ip link network speed between 2 computers

Posted: Tue Nov 25, 2014 5:37 pm
by admin
on the ifrst PC (called 'server' in this case) type:
iperf -s

-s stand for server

on the other PC:
iperf -c server

where 'server' is the name of the first PC