Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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.

share|improve this question
5  
Less than 1ms latency? Who came up with that requirement? Did they have any justification for it or did they pick that number at random? – joeqwerty Feb 13 '11 at 17:35
Joe's on the right path here, less than 1ms latency is usually only going to happen on the same switch. – SpacemanSpiff Feb 13 '11 at 19:40
1  
even on the same switch this can get to be a tall order with kits of traffic. That's a crack-smokin requirement! – voretaq7 Feb 14 '11 at 0:56
In addition, is the requirement strictly regarding the network latency or is it for end to end application latency? – joeqwerty Feb 14 '11 at 16:00

2 Answers

up vote 3 down vote accepted

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.

share|improve this answer

I suspect you're not really interested in ICMP latency. These waterfall graphs are probably better for diagnosing where your sharepoint setup is ailing.
In general for public facing: http://www.webpagetest.org/
With FF: http://www.getfirebug.com
With IE: http://www.httpwatch.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.