Merge pull request #494 from JamesPaden/patch-1

Add Instrumental to monitoring section
This commit is contained in:
Andreas Kull
2017-04-29 13:22:54 +02:00
committed by GitHub

View File

@ -563,6 +563,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 ![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.