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
Post a Comment