Hi, I'm trying to monitor the network traffic, but I'm encountering a few problems...
this works:
perf_counter[\Network Interface(VMware Accelerated AMD PCNet Adapter)\Bytes Sent/sec]
But the template this item belogs to is used by computers with different network cards and on some it works and on some it doesn't.
I've read the manual and saw that I had to use numbers, so I looked in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009
I've tried many combinations of numbers in perf_counter[num here] but it none of them work, it isn't really clear which ones I should use... looking at the words alone is a bad indicator...
510
Network Interface
506
Bytes Sent/sec
perf_counter[\510\506]
this should work right? but it doesnt...
edit:
if it is known where the piece of text gets converted to a number this could be easily figured out >_> *continues search*
this works:
perf_counter[\Network Interface(VMware Accelerated AMD PCNet Adapter)\Bytes Sent/sec]
But the template this item belogs to is used by computers with different network cards and on some it works and on some it doesn't.
I've read the manual and saw that I had to use numbers, so I looked in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009
I've tried many combinations of numbers in perf_counter[num here] but it none of them work, it isn't really clear which ones I should use... looking at the words alone is a bad indicator...
510
Network Interface
506
Bytes Sent/sec
perf_counter[\510\506]
this should work right? but it doesnt...
edit:
if it is known where the piece of text gets converted to a number this could be easily figured out >_> *continues search*

)
)
Comment