Skip to content

Commit

Permalink
reference: visualvm links and format update
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 15, 2023
1 parent f9e5ca2 commit f4fd84e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference/jvm/profile-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ Profile applications on the JVM, visualising memory and CPU resources, identifyi
<!-- ## Command line -->
<!-- TODO: JVM profile - anything useful on the command line? -->

## 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)

=== "Ubuntu"
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

Expand Down

0 comments on commit f4fd84e

Please sign in to comment.