This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Graphing a custom MIB poller

I'm trying to graph some server OID's based on disk reads and writes. The only stats I can get are counters of total bytes which gives me an ever increasing graph. What I really want is a rate (say bytes per sec or bytes per min). The doco suggests doing the following:

"create a clock poller that returns another Counter value, in hours, and then create a poller transform that divides the result of an odometer poller by the result of the clock poller."

Can anyone assist in explaining exactly how to do this?