Avast - Network Inspector? Source(s)?
References - link?
More information needed.
= = = =
I suggest using Window's Process Explorer (free) to monitor processes.
https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer
You can also use Task Manager, Resource Monitor, Performance Monitor.
Also:
https://learn.microsoft.com/en-us/t...networking/collect-data-using-network-monitor
Not uncommon for third party tools to simply take data provided and available within Window and simply repackage how the results are presented to the end user.
If you are truly interested in the operational details of Windows then look into using Powershell "Get- " cmdlets.
All free with plenty of documentation.
For example: "Get-Process".
Reference:
https://learn.microsoft.com/en-us/p...ll.management/get-process?view=powershell-7.5
Advantages being "already included", "free", and generally customizable to meet your requirements and interests.
And you can build and run the cmdlets in scripts that, in turn, can be piped to files, printers, displays, or even into other cmdlets.
Google "Powershell network monitoring" for links and information about network related cmdlets.