graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03003
[Question #204962]: need help with combining functions
New question #204962 on Graphite:
https://answers.launchpad.net/graphite/+question/204962
I need to figure out a way to use both groupByNode and averageSeriesWithWildcards, or something...
I have several nodes, and each node hase several CPUs, and each CPU has several metrics. Basically, I want to sum user and system, then average that accross all CPUs, then groupByNode.
Is this possible? I couldn't find a way to use a function inside of groupByNode...
Something like this, I think, but it doesn't seem to work:
groupByNode(averageSeriesWithWildcards(*.cpu.*.cpu.{user,system}.value,1),0,"sumSeries")
Tree looks like
[HOST]->cpu->[CPU NUMBER]->cpu->[user,system,idle]->value
Thanks!
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.