question

AntonyMaxwin-4065 avatar image
0 Votes"
AntonyMaxwin-4065 asked SunnyQi-MSFT edited

resource monitor for network monitoring

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]: /answers/storage/attachments/115719-network.jpg

windows-10-network
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SunnyQi-MSFT avatar image
0 Votes"
SunnyQi-MSFT answered SunnyQi-MSFT edited

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.


image.png (143.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AntonyMaxwin-4065 avatar image
0 Votes"
AntonyMaxwin-4065 answered SunnyQi-MSFT edited

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

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Glad to hear that provided information was helpful. For the new question, I suggest you open a new thread about its since one thread one question and it would help people who have same questions. We would continue to assist you in the new thread. Appreciate for your understanding. :)

1 Vote 1 ·