Skip to content

Instantly share code, notes, and snippets.

@MaxGabriel
Created April 4, 2016 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaxGabriel/3f684ec2ed253a7816d6330d7a434397 to your computer and use it in GitHub Desktop.
Save MaxGabriel/3f684ec2ed253a7816d6330d7a434397 to your computer and use it in GitHub Desktop.
Example JSON output from EKG, a Haskell monitoring tool
{
"myapp":{
"home_requests":{
"type":"c",
"val":0
}
},
"ekg":{
"server_timestamp_ms":{
"type":"c",
"val":1459728804473
}
},
"rts":{
"gc":{
"gc_cpu_ms":{
"type":"c",
"val":0
},
"mutator_wall_ms":{
"type":"c",
"val":0
},
"mutator_cpu_ms":{
"type":"c",
"val":0
},
"gc_wall_ms":{
"type":"c",
"val":0
},
"wall_ms":{
"type":"c",
"val":0
},
"bytes_copied":{
"type":"c",
"val":0
},
"max_bytes_used":{
"type":"g",
"val":0
},
"max_bytes_slop":{
"type":"g",
"val":0
},
"num_bytes_usage_samples":{
"type":"c",
"val":0
},
"peak_megabytes_allocated":{
"type":"g",
"val":0
},
"cpu_ms":{
"type":"c",
"val":0
},
"current_bytes_used":{
"type":"g",
"val":0
},
"bytes_allocated":{
"type":"c",
"val":0
},
"par_max_bytes_copied":{
"type":"g",
"val":0
},
"current_bytes_slop":{
"type":"g",
"val":0
},
"cumulative_bytes_used":{
"type":"c",
"val":0
},
"num_gcs":{
"type":"c",
"val":0
},
"par_tot_bytes_copied":{
"type":"g",
"val":0
},
"par_avg_bytes_copied":{
"type":"g",
"val":0
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment