This will give you bytes per 1/8th of storage interval. It should be scale 8.0 for bits per interval. If you want bits per second, divide by interval.
For example, bits per second at 300 second resolution is 0.02666667. On Apr 26, 2011, at 17:11, Jason Dixon <[email protected]> wrote: > 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. > > _______________________________________________ > Mailing list: https://launchpad.net/~graphite-dev > Post to : [email protected] > Unsubscribe : https://launchpad.net/~graphite-dev > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp

