hello,
i have problems getting values from net.if.in using the win32 agent.
As datatype i used float and tried also int64 without success.
I tried various names for the interface like:
net.if.in[eth0,bytes] (eth0 would be linux syntax...)
net.if.out[lan1,bytes] (lan1 is the name of the interface when using ipconfig from the windows cmd and as seen in the gui)
net.if.in['broadcom netxtreme gigabit ethernet',bytes] (broadcom... is the name when using perfmon)
So how can i get net.if.in / net.if.out using version 1.1.1 on windows (2000/xp/2003)
Thank you
Wolfgang
P.S. I know i can use perfmon and also snmp. But i would like to use the functions above. Easiest would be if it would work with the names shown by ipconfig.
i have problems getting values from net.if.in using the win32 agent.
As datatype i used float and tried also int64 without success.
I tried various names for the interface like:
net.if.in[eth0,bytes] (eth0 would be linux syntax...)
net.if.out[lan1,bytes] (lan1 is the name of the interface when using ipconfig from the windows cmd and as seen in the gui)
net.if.in['broadcom netxtreme gigabit ethernet',bytes] (broadcom... is the name when using perfmon)
So how can i get net.if.in / net.if.out using version 1.1.1 on windows (2000/xp/2003)
Thank you
Wolfgang
P.S. I know i can use perfmon and also snmp. But i would like to use the functions above. Easiest would be if it would work with the names shown by ipconfig.