Created
May 31, 2016 22:58
-
-
Save flawedmatrix/0663b38f052bc1d4941e79ae98796d2d to your computer and use it in GitHub Desktop.
gorouter varz metrics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bad_gateways": 0, | |
"bad_requests": 3, | |
"cpu": 0, | |
"credentials": [ | |
"router", | |
"router" | |
], | |
"droplets": 9, | |
"host": "10.244.0.22:8080", | |
"index": 0, | |
"latency": { | |
"50": 0.006145026, | |
"75": 0.00810968375, | |
"90": 0.010436119800000001, | |
"95": 0.011784273799999998, | |
"99": 0.013822915390000004, | |
"samples": 1, | |
"value": 5e-07 | |
}, | |
"log_counts": { | |
"0": 35095, | |
"1": 14 | |
}, | |
"mem": 16684, | |
"ms_since_last_registry_update": 542, | |
"num_cores": 4, | |
"rate": [ | |
0.17556404873929274, | |
0.16812968681400967, | |
0.1671179643903229 | |
], | |
"requests": 3315, | |
"requests_per_sec": 0.17556404873929274, | |
"responses_2xx": 3315, | |
"responses_3xx": 0, | |
"responses_4xx": 0, | |
"responses_5xx": 0, | |
"responses_xxx": 0, | |
"start": "2016-05-31 16:56:45 +0000", | |
"tags": { | |
"component": { | |
"CloudController": { | |
"latency": { | |
"50": 0.006145641, | |
"75": 0.008111682, | |
"90": 0.010436119800000001, | |
"95": 0.011784273799999998, | |
"99": 0.013822915390000004, | |
"samples": 1, | |
"value": 5e-07 | |
}, | |
"rate": [ | |
0.17556404873929274, | |
0.16812968681400967, | |
0.16711796444052368 | |
], | |
"requests": 3315, | |
"responses_2xx": 3315, | |
"responses_3xx": 0, | |
"responses_4xx": 0, | |
"responses_5xx": 0, | |
"responses_xxx": 0 | |
} | |
} | |
}, | |
"top10_app_requests": [], | |
"type": "Router", | |
"uptime": "0d:5h:32m:8s", | |
"urls": 12, | |
"uuid": "0-3aaa34e8-d717-4d09-76a7-c55b6823cea9" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment