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.
_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~graphite-dev
More help : https://help.launchpad.net/ListHelp