← Back to team overview

graphite-dev team mailing list archive

Re: [Question #165423]: Graphite: Plot difference between data

 

Graphite can do this using the nonNegativeDerivative() function.  Graph your metric in Composer, click Graph Data > Transform > Non Negative Derivative.

-Nick

On Jul 20, 2011, at 3:56 AM, sanjeevparikh <question165423@xxxxxxxxxxxxxxxxxxxxx> wrote:

> Question #165423 on Graphite changed:
> https://answers.launchpad.net/graphite/+question/165423
> 
> Description changed to:
> I am currently pulling db metrics from oracle and pushing them into
> graphite using. The metrics are accumulated figures. Is there a way to
> work out the difference between data and plot just the differences. I
> have tried to use timeshift and difference functions but its not
> displaying the correct results.
> 
> eg.
> 
> Total Transactions
> 
> 10:00:00   1000
> 10:00:01   1050
> 
> Plot 1050-1000    50 tx/sec
> 
> Some mentioned StatsD module may be able to do this, Does anyone know if
> it is possible?
> 
> TIA
> 
> -- 
> 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     : graphite-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help   : https://help.launchpad.net/ListHelp


References