jvm - Monitoring the metrics of the API of Java application -


i using com.sparkjava library writing api.i want monitor metrics of these api average ,min , max time taken give response, throughput api's , count of request sent api etc.,

i looking suitable library provides these data.i want these metrics data registered in jvm using jmx technology.i know of codahale.metrics library registering ,apart there other better libraries?i don't want write mbean objects , register in mbeanregisrty unless there no other alternative.i looking library gives above metrics data once run application.

have tried newrelic? it's easy set , gives lot of data out of box :)


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -