From f4fd84ecea897ed96cb9d30bccb02131913fdd6e Mon Sep 17 00:00:00 2001 From: John Practicalli <250870+practicalli-john@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:23:02 +0100 Subject: [PATCH] reference: visualvm links and format update --- docs/reference/jvm/profile-tools.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/jvm/profile-tools.md b/docs/reference/jvm/profile-tools.md index ab6880bbd..7a4027824 100644 --- a/docs/reference/jvm/profile-tools.md +++ b/docs/reference/jvm/profile-tools.md @@ -8,9 +8,9 @@ Profile applications on the JVM, visualising memory and CPU resources, identifyi -## Java VisualVM +## VisualVM -A simplified and robust profiling tool for Java applications, bundled with the Java Development Kit (JDK) and using JConsole, jstat, jstack, jinfo, and jmap. +[VisualVM](https://visualvm.github.io/) provides a simplified and robust profiling tool for Java applications, bundled with the Java Development Kit (JDK) and using JConsole, jstat, jstack, jinfo, and jmap. ![Java VisualVM screenshot](https://www.baeldung.com/wp-content/uploads/2017/10/7-visualvm-sample-memory.png) @@ -18,11 +18,11 @@ A simplified and robust profiling tool for Java applications, bundled with the J Ubuntu / Debian includes VisualVM in the software center ```bash sudo apt install visualvm - -``` + ``` === "MacOSX" - Download the macOS application bundle and double-click to install. + [Download](https://visualvm.github.io/download.html) the macOS application bundle and double-click to install. + ## JDK Flight Recorder