Hi all,
I am trying to figure out how to plot the network utilization of a NIC in bytes/second, but I can not find the right Item for it. I see net.if.in[eth0,bytes], which gives me total number of byes of traffic that went through the interface. But that is not what I want. The funny thing is that I got the equivalent of this working in windows through
PerfCounter = NetIn,"\Network Interface(HP Network Team _1)\Bytes Received/sec",30
Can someone point me to right direction? Thanks!
Fred
I am trying to figure out how to plot the network utilization of a NIC in bytes/second, but I can not find the right Item for it. I see net.if.in[eth0,bytes], which gives me total number of byes of traffic that went through the interface. But that is not what I want. The funny thing is that I got the equivalent of this working in windows through
PerfCounter = NetIn,"\Network Interface(HP Network Team _1)\Bytes Received/sec",30
Can someone point me to right direction? Thanks!
Fred
Comment