measure ip link network speed between 2 computers
Posted: Tue Nov 25, 2014 5:37 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