Created
April 4, 2016 02:50
-
-
Save MaxGabriel/3f684ec2ed253a7816d6330d7a434397 to your computer and use it in GitHub Desktop.
Example JSON output from EKG, a Haskell monitoring tool
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
{ | |
"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