From a48910a49d802f11d8db874f540206178062e6eb Mon Sep 17 00:00:00 2001 From: pron Date: Mon, 18 Jan 2016 14:54:07 +0200 Subject: [PATCH] Add Jolokia --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6680e74..76d2f97 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. * [JavaMelody](https://github.com/javamelody/javamelody) - Performance monitoring and profiling. * [jmxtrans](https://github.com/jmxtrans/jmxtrans/) - Tool to connect to multiple JVMs and to query them for their attributes via JMX. Its query language is based on JSON, which allows non-Java programmers to access the JVMs attributes. Likewise, this tool supports different output writes, including Graphite, Ganglia, StatsD, among others. +* [Jolokia](https://jolokia.org/) - JMX over REST. * [Kamon](http://www.kamon.io/) - Tool for monitoring applications running on the JVM. * [New Relic](http://newrelic.com/) - Commercial performance monitor. * [SPM](http://sematext.com/spm/) - Commercial performance monitor with distributing transaction tracing for JVM apps.