Merge pull request #461 from brunocvcunha/patch-1

Adding fastThread tool
This commit is contained in:
Andreas Kull
2017-01-09 10:38:27 +01:00
committed by GitHub

View File

@ -632,6 +632,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Tools for performance analysis, profiling and benchmarking.* *Tools for performance analysis, profiling and benchmarking.*
* [fastThread ![c]](http://fastthread.io) - Analyze and visualize thread dumps with a free cloud-based upload interface.
* [GCeasy ![c]](http://gceasy.io) - Tool to analyze and visualize GC logs. It provides a free cloud-based upload interface. * [GCeasy ![c]](http://gceasy.io) - Tool to analyze and visualize GC logs. It provides a free cloud-based upload interface.
* [honest-profiler](https://github.com/RichardWarburton/honest-profiler) - An low-overhead, bias-free sampling profiler. * [honest-profiler](https://github.com/RichardWarburton/honest-profiler) - An low-overhead, bias-free sampling profiler.
* [jHiccup](https://github.com/giltene/jHiccup) - Logs and records platform JVM stalls. * [jHiccup](https://github.com/giltene/jHiccup) - Logs and records platform JVM stalls.