Skip to content

Instantly share code, notes, and snippets.

@dalen
Last active December 19, 2015 11:49
Show Gist options
  • Save dalen/5950297 to your computer and use it in GitHub Desktop.
Save dalen/5950297 to your computer and use it in GitHub Desktop.
$ curl -H "Accept: application/json" 'http://localhost:8080/v2/metrics/mbean/com.puppetlabs.puppetdb.http.server:type=v2,name=service-time'
{
"75thPercentile" : 316.5253225,
"OneMinuteRate" : 5.468794013251904,
"Max" : 385878.543307,
"StdDev" : 1153.933689578002,
"FifteenMinuteRate" : 5.882720806763954,
"Mean" : 454.27047779070443,
"Min" : 0.204288,
"MeanRate" : 5.717926515448163,
"50thPercentile" : 33.132937,
"999thPercentile" : 9902.77299856301,
"95thPercentile" : 3408.3501496999966,
"EventType" : "calls",
"LatencyUnit" : "MILLISECONDS",
"Count" : 3901984,
"FiveMinuteRate" : 5.896395552471517,
"99thPercentile" : 4751.280480430002,
"98thPercentile" : 4413.40944176,
"RateUnit" : "SECONDS"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment