From 69b7e0dbbf517540c8d4aa7a8ce724746f40d93b Mon Sep 17 00:00:00 2001 From: Bruno Candido Volpato da Cunha Date: Fri, 6 Jan 2017 15:31:00 -0800 Subject: [PATCH 1/3] Adding fastThread tool Free tool built by the same provider of gceasy.io, fastthread.io allows you to explore and identify problems using thread dumps. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53ec7de..b8a19e7 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ A curated list of awesome Java frameworks, libraries and software. *Tools for performance analysis, profiling and benchmarking.* * [GCeasy ![c]](http://gceasy.io) - Tool to analyze and visualize GC logs. It provides a free cloud-based upload interface. +* [fastThread](http://fastthread.io) - Tool to analyze and visualize thread dumps. It provides a free cloud-based upload interface. * [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. * [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targeting the JVM. From e7344faa435ce2406b5745784ef813060817a0ce Mon Sep 17 00:00:00 2001 From: Bruno Candido Volpato da Cunha Date: Fri, 6 Jan 2017 18:18:33 -0800 Subject: [PATCH 2/3] sort --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a19e7..89721b7 100644 --- a/README.md +++ b/README.md @@ -629,8 +629,8 @@ A curated list of awesome Java frameworks, libraries and software. *Tools for performance analysis, profiling and benchmarking.* -* [GCeasy ![c]](http://gceasy.io) - Tool to analyze and visualize GC logs. It provides a free cloud-based upload interface. * [fastThread](http://fastthread.io) - Tool to analyze and visualize thread dumps. 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. * [jHiccup](https://github.com/giltene/jHiccup) - Logs and records platform JVM stalls. * [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targeting the JVM. From 8aca7a618328fc997f759f940560f8b1e17abf54 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 9 Jan 2017 10:38:14 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89721b7..7f07375 100644 --- a/README.md +++ b/README.md @@ -629,7 +629,7 @@ A curated list of awesome Java frameworks, libraries and software. *Tools for performance analysis, profiling and benchmarking.* -* [fastThread](http://fastthread.io) - Tool to analyze and visualize thread dumps. It provides a free cloud-based upload interface. +* [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. * [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.