← Back to team overview

graphite-dev team mailing list archive

Re: [Question #154372]: Creating average for 60 second network byte counter

 

Question #154372 on Graphite changed:
https://answers.launchpad.net/graphite/+question/154372

    Status: Open => Answered

Jason Dixon proposed the following answer:
You can use the scale() function to divide. I also recommend
nonNegativeDerivative() for network statistics. From one of mine:

scale(nonNegativeDerivative(snmp.192_168_150_8.IF-
MIB::ifInOctets.*),0.125)

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.


Follow ups