From 367b4bdd7ce66962df5698ade6902ad1c19fb5eb Mon Sep 17 00:00:00 2001 From: James Paden Date: Fri, 24 Mar 2017 09:37:49 -0400 Subject: [PATCH] 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.