Add Instrumental to monitoring section

This commit is contained in:
James Paden
2017-03-24 09:37:49 -04:00
committed by GitHub
parent 380a14b3a1
commit 367b4bdd7c

View File

@ -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.