Page MenuHomePhabricator
Paste P16534

(An Untitled Masterwork)
ActivePublic

Authored by ema on Jun 15 2021, 1:42 PM.
Tags
None
Referenced Files
F34501539: raw-paste-data.txt
Jun 15 2021, 1:42 PM
Subscribers
None
histogram varnish_processing_seconds by event buckets 0.001, 0.005, 0.01, 0.045, 0.07, 0.1, 0.25
/tprocess (?P<process>[0-9\.]+)\ttresp (?P<resp>[0-9\.]+)\t/ {
varnish_processing_seconds["process"] = $process
varnish_processing_seconds["resp"] = $resp
}

Event Timeline

[('event=process', {'buckets': {'+Inf': 0, '0.001': 1, '0.005': 0, '0.01': 0, '0.045': 0, '0.07': 0, '0.1': 0, '0.25': 0}, 'count': 1, 'sum': 0.00022}), ('event=resp', {'buckets': {'+Inf': 0, '0.001': 1, '0.005': 0, '0.01': 0, '0.045': 0, '0.07': 0, '0.1': 0, '0.25': 0}, 'count': 1, 'sum': 3.2e-05})]