Measure bandwidth between two computers on network
I found this tool called PCATTCP that will measure the speed between two computers on a network. It’s kinda like Iperf but for windows. On the recieving computer you use this: C:> pcattcp -r And on the transmitting computer you use this: C:> pcattcp -t 172.16.1.10 Here are what the results look like. C:\Development>pcattcp -t [...]