Skip to content

Instantly share code, notes, and snippets.

@silfreed
Created January 13, 2015 00:44
Show Gist options
  • Save silfreed/c2c8b7e53ccae90b0289 to your computer and use it in GitHub Desktop.
Save silfreed/c2c8b7e53ccae90b0289 to your computer and use it in GitHub Desktop.
cactiStyle(
asPercent(
derivative(
groupByNode(
aliasByNode(collectdwash*.cpu-*.cpu-*, 2)
, 2, "sumSeries")
)
, derivative(
sumSeries(collectdwash*.cpu-*.cpu-*)
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment