PDA

View Full Version : Network Utilization in RHEL


ylingf
09-04-2010, 22:15
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

Murilex
09-04-2010, 22:31
Hi ylingf!

On items configuration page, edit your traffic in/out items and change the "Store value" field to "Delta (speed per second)" in order to reach your point.

ylingf
10-04-2010, 21:10
Thanks! I will give that a shot.

Fred