From 367b4bdd7ce66962df5698ade6902ad1c19fb5eb Mon Sep 17 00:00:00 2001 From: James Paden Date: Fri, 24 Mar 2017 09:37:49 -0400 Subject: [PATCH 1/2] Add Instrumental to monitoring section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efde6fe..4dfd5e2 100644 --- a/README.md +++ b/README.md @@ -561,6 +561,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AppDynamics ![c]](https://www.appdynamics.com/) - Performance monitor. * [Glowroot](https://glowroot.org/) - Open source Java APM. +* [Instrumental](https://instrumentalapp.com) - Real-time Java application performance montioring. * [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. From fcd4cd93cfd17090ed2f0574b8ee2d6944c0ec9d Mon Sep 17 00:00:00 2001 From: James Paden Date: Thu, 6 Apr 2017 12:43:29 -0400 Subject: [PATCH 2/2] Add commercial symbol and description of free options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dfd5e2..c8c8fc9 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AppDynamics ![c]](https://www.appdynamics.com/) - Performance monitor. * [Glowroot](https://glowroot.org/) - Open source Java APM. -* [Instrumental](https://instrumentalapp.com) - Real-time Java application performance montioring. +* [Instrumental ![c]](https://instrumentalapp.com) - Real-time Java application performance monitoring. A commercial service with free development accounts. * [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.