Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have some problem with SNMP with RRD graphs... the problem is RRD graph maps a bandwidth speed using below formula:

(current reading-last reading)/(current time-last time)

but the problem is over here when the "Counter" of INOCTECT or OUTOCTECT reset it gives currunt reading=0.

it means current reading- last reading gives negative value..and the PICK of the graph goes very high and gives wrong idea about bandwidth usage.

Can anyone help me to solve this problem so I can generate proper graphes using SNMP and RRDTOOL.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.