On Dec 16, 2008, at 8:54 PM, bradford wrote:
> I would like to know how to change the default Interface Performance  
> Graph value of bits/sec to a percentage of the bandwidth.
>
> I've tried using the information in previous post 
> http://forums.zenoss.com/viewtopic.php?t=2216&highlight=percentage 
> , by setting the ifSpeed OID and using it with the ifInOctets OID,  
> but this does not work or maybe I'm doing something wrong.

You can do this by using the speed of the interface that was already  
collected at model-time instead of collecting a static ifSpeed every  
five minutes. Try the following.

1. Edit the Throughput graph
2. Change the units to: percent
3. Edit the ifInOctets graph point
4. Set the RPN to: ${here/speed},/,100,*
5. Set the format to: %6.2lf%%
6. Repeat 4-5 for the ifOutOctets graph point
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to