resource monitor for network monitoring

Antony Maxwin 281 Reputation points
2021-07-19T06:13:17.853+00:00

hi in resource monitor when i analyze network usage i can see full green colour in the network TCP connections , marked in RED colour, also i want to know the 10 that represented in the right side, could any can help me ![115719-network.jpg][1] [1]: /api/attachments/115719-network.jpg?platform=QnA

Windows for business Windows Client for IT Pros Networking Network connectivity and file sharing
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-07-19T09:42:24.737+00:00

    Hi,

    Thanks for posting in Q&A platform.

    The graph of TCP connections displays in the resource monitor does not always auto-scale correctly, it changes constantly with the use of the network. So the graph is showing is that you have at least 10 currently open TCP connections. If you need to know the exact current number of open TCP connections, you could use the following command lines to monitor the "TCP connections".

    netstat -n

    netstat -n | find /C /I "established"

    115873-image.png

    Best Regards,
    Sunny

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Antony Maxwin 281 Reputation points
    2021-07-20T01:34:45.527+00:00

    thank you sunny, its resolved my doubt. one question , can i get whether the traffic is inbound or outbound


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.