graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02906
[Question #202162]: integral(multiplySeries(x, y)) does not work
New question #202162 on Graphite:
https://answers.launchpad.net/graphite/+question/202162
I want to know how long my system spends on a task over time.
x is my counter. y is my average duration.
I can do 'multiplySeries(x, y)' to see time spent on the task at a point in time.
I want to total the time up over the past four hours, so I tried integral(multiplySeries(x,y)) but just get a broken image icon.
Should this work, or am I misunderstanding how this is supposed to work?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.