Edit: clarified role of the poller (my previous sentence was wrong).
Edit: clarified per-minute (calculations were wrong); added per-hour.
rainman1976 wrote:Made a graph and did a test call to the dialup shelf to see if graphing works and sure enough it did but it did not give me a "1" like I expected to represent 1 call. Instead it is showing on the left side "0.0 through 3.0 m" and on the legend it showed the current value as "3.32m" but snmpget is returning a value of 1 to represent 1 call.
Mathematically correct. You just have to get "in the mental groove", so to speak.
You make a call. The value goes up by 1.
The poller polls, and Cacti stores the value which will go into the calculations for the graph.
The value changed by 1 modem during one polling interval of approximately 300 seconds. 1 modem in 300 seconds is 0.00333... modems/second, or 3.33... millimodems/second, which is approximately the "3.32m" you got.
The "m" indicates "milli-", the way the "M" in MB indicates "mega-" in megabytes.
If you make 2 phone calls during one single polling interval, you should get approximately 6.67m in your graph, which is 0.00666... modems/second.
If you somehow manage to make more than 300 calls in five minutes, the graph will go higher than 1 (one). You need 3000+ calls in five minutes to go higher than 10 (ten). And so on. I guess it'll take a lot of friends to test this.
So, basically you're graphing "average calls per second".
Note that you can easily graph avg. calls/minute by multiplying your raw data by 60. That's what I did when graphing printer page output, which is traditionally measured in pages/minute.
Multiply by 3600 and you get avg. calls/hour.
But please also note that while that's acceptable practice for printer speed, that could be an unacceptable distortion of meaning for your data (even one single call in a whole week would get translated to 12 average calls per hour in that single five-minute interval).
Whether or not this mathematical representation suits your needs depends on you and your boss, I guess.
Once I got the hang of it, I found myself at ease with it.