From 8712048de203fe26139129e533f3445dc784b1a1 Mon Sep 17 00:00:00 2001 From: Inaki Date: Mon, 20 Jan 2020 20:15:22 +0100 Subject: [PATCH] Update java-and-java-performance-optimization.md --- docs/java-and-java-performance-optimization.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/java-and-java-performance-optimization.md b/docs/java-and-java-performance-optimization.md index 9f51e8f5..8a688e3e 100644 --- a/docs/java-and-java-performance-optimization.md +++ b/docs/java-and-java-performance-optimization.md @@ -11,6 +11,18 @@ * [Oracle Java 11 and OpenJDK](https://blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html) * [developers.redhat.com: The future of Java and OpenJDK updates without Oracle support](https://developers.redhat.com/blog/2018/09/24/the-future-of-java-and-openjdk-updates-without-oracle-support/) * [redhat.com: The history and future of OpenJDK](https://www.redhat.com/en/blog/history-and-future-openjdk) +* List of Performance Analysis Tools: + * [en.wikipedia.org/wiki/List_of_performance_analysis_tools](https://en.wikipedia.org/wiki/List_of_performance_analysis_tools) + * [InspectIT](https://en.wikipedia.org/wiki/InspectIT) + * [VisualVM](https://en.wikipedia.org/wiki/VisualVM) + * [OverOps](https://en.wikipedia.org/wiki/OverOps) + * [FusionReactor](https://en.wikipedia.org/wiki/FusionReactor) + * etc + * Threadumps + heapdumps + GC analysis tools: + * [tier1app.com](https://tier1app.com/) + * [fastthread.io](https://fastthread.io/) + * [gceasy.io](https://gceasy.io/) + * [heaphero.io](https://heaphero.io/) ## Debugging java applications on openshift and kubernetes * [blog.openshift.com: Debugging Java Applications On OpenShift and Kubernetes](https://blog.openshift.com/debugging-java-applications-on-openshift-kubernetes/)