01-12-2014, 09:16 AM
Easier to monitor all network interfaces with performance counters, with class CPerformanceCounter from Archive.qml.
"\Network Interface(*)\Bytes Received/sec"
GetIfTable2 gets many duplicates etc, I don't know how to filter/find the correct one. Or you can calculate the sum of their InOctets (bytes received).
"\Network Interface(*)\Bytes Received/sec"
GetIfTable2 gets many duplicates etc, I don't know how to filter/find the correct one. Or you can calculate the sum of their InOctets (bytes received).