Created
May 12, 2014 18:48
-
-
Save freeformz/6497606e23118c9a5d1f to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"name":"dyno.load.d.17f742d9-b8c7-483b-9ee4-fe2fa1b6882b", | |
"columns":["time","sequence_number","load_avg_15m","load_avg_1m","load_avg_5m","source"], | |
"points":[[1399920285237,44175160001,0,0,0,"web.17"], | |
[1399920283730,44174870001,0.01,0,0.02,"web.3"], | |
.... | |
[1399920229857,44167600001,0.01,0,0.01,"web.7"]] | |
}, | |
{ | |
"name":"dyno.mem.d.17f742d9-b8c7-483b-9ee4-fe2fa1b6882b", | |
"columns":["time","sequence_number","memory_cache","memory_pgpgin","memory_pgpgout","memory_rss","memory_swap","memory_total","source"], | |
"points":[[1399920285237,44175170001,0.08,82799,70035,49.78,1.52,51.38,"web.17"], | |
[1399920283731,44174880001,0,19093,7003,47.23,0,47.23,"web.3"], | |
..... | |
[1399920229857,44167610001,0.13,91437,79744,45.54,1.79,47.46,"web.7"]] | |
}, | |
{ | |
"name":"router.d.17f742d9-b8c7-483b-9ee4-fe2fa1b6882b", | |
"columns":["time","sequence_number","bytes","connect","dyno","fwd","host","method","path","requestId","service","status"], | |
"points":[[1399920285526,44175180001,276,1,"web.5","178.255.154.2","umpire.herokai.com","GET","/check?metric","",87,200], | |
[1399920285506,44175120001,289,23,"web.7","64.237.55.3","umpire.herokai.com","GET","/check?metric","",115,200], | |
..... | |
[1399920226724,44166770001,287,12,"web.9","204.152.200.42","umpire.herokai.com","GET","/check?metric","",139,200]] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment