From 6798b0088fada3ffb60b4ab7a43fa4159e2bc63d Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Thu, 17 Sep 2015 11:25:59 +0200 Subject: [PATCH 1/3] Include the link for the jmxtrans tool The jmxtrans is a 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](http://graphite.wikidot.com), [Ganglia](http://ganglia.sourceforge.net), [StatsD](https://github.com/etsy/statsd), among others. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8357c6..4eef82b 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,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/) - A 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. * [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. From 0314cacad37b04aaf7c55c9349a6839f26866d0b Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Fri, 25 Sep 2015 16:50:16 +0200 Subject: [PATCH 2/3] Include the link for the OpenTSDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4eef82b..b17ae62 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache HBase](http://hbase.apache.org) - Hadoop database for big data. * [Druid](http://druid.io) - Real-time and historical OLAP data store that excel at aggregation and approximation queries. * [Infinispan](http://infinispan.org/) - Highly concurrent key/value datastore used for caching. +* [OpenTSDB](http://opentsdb.net) - A scalable and distributed time series database written on top of Apache HBase. ## Distribution From 045d407f7650a98a8ffa15938f99c95bfd49cfbf Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Mon, 5 Oct 2015 00:34:05 +0200 Subject: [PATCH 3/3] Remove the undefined article from the entries: OpenTSDB and jmxtrans --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32ddaa8..a870263 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache HBase](http://hbase.apache.org) - Hadoop database for big data. * [Druid](http://druid.io) - Real-time and historical OLAP data store that excel at aggregation and approximation queries. * [Infinispan](http://infinispan.org/) - Highly concurrent key/value datastore used for caching. -* [OpenTSDB](http://opentsdb.net) - A scalable and distributed time series database written on top of Apache HBase. +* [OpenTSDB](http://opentsdb.net) - Scalable and distributed time series database written on top of Apache HBase. ## Distribution @@ -387,7 +387,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/) - A 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. +* [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. * [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.