Windows – best tool to measure network latency

latencynetworkingsharepointwindows

How do you measure network latency in Windows ?

I know ping as one of the tool. Can Windows Performance monitor do it ?

Any ideas which counters should I add to measure it.

This is for SharePoint specific where we have a requirement that web server and database server have latency less than 1ms.

Best Answer

You could try tcping to measure latency to port 80 of the sharepoint server.

tcping.exe is a small console application that operates similarly to 'ping', however it works over a tcp port.