In Resource Monitor in Windows 10 I am looking to monitor and log out the latency of for a particular TCP connection.
In Performance Monitor there is the option to create a data collector set but I haven't been able to find process specific attributes which I could capture and log.
Is what I'm hoping to do possible? Or should I use another tool to capture the TCP connection latency?
31 Answer
See if the NetworkLatencyView tool is helpful with you:
NetworkLatencyView is a simple tool for Windows that listens to the TCP connections on your system and calculates the network latency (in milliseconds) for every new TCP connection detected on your system. For every IP address, NetworkLatencyView displays up to 10 network latency values, and their average. The latency value calculated by NetworkLatencyView is very similar to the result you get from pinging to the same IP address. NetworkLatencyView also allows you to easily export the latency information to text/csv/tab-delimited/html/xml file, or copy the information to the clipboard and then paste it to Excel or other application.
For your reference:
1