measure ip link network speed between 2 computers
Posted: Sun Nov 16, 2014 9:09 pm
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
iperf -s
-s stand for server
on the other PC:
iperf -c server
where 'server' is the name of the first PC