How can I get the "Latency" of a process that has a TCP connection open?

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-06-16T17:18:05Z Indexed on 2010/06/16 17:22 UTC
Read the original article Hit count: 181

Filed under:
|

Hello,

I am looking to get the "Latency" field of a TCP connection. I notice windows Resource Monitor has this field, and I was wondering if there was a way I can find it. Preferrably without using WMI.

If you are unsure what field I am talking about, open Task Manager, goto the Performance tab and hit the Resource Monitor button.

Once Resource Monitor is open, expand the TCP Connections area and you will see a Latency field. Is there anyway to access this programatically?

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about network