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

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -