Skip to content

Documentation

Claes Rosell edited this page Aug 22, 2019 · 4 revisions

1. Getting started

1.1. Viewing JVMs

To view the currently running JVMs on local host:

  1. Open Java Monitor perspective [] selecting Window > Open Perspective > Other... > Java Monitor.
  2. Find JVM Explorer that appears at the top left on Eclipse window. JVM Explorer shows the currently running JVMs on local host. documentation/images/jvm_explorer.png

Note: If you cannot find any JVMs on JVM Explorer, see FAQ.

1.2. Starting monitoring JVM

To start monitoring JVM:

Select JVM on JVM Explorer, and select the context menu Start Monitoring.

Find Properties view popped up that has several pages showing the threads, memory, CPU usage etc. Note: Alternatively you can start monitoring JVM by double-clicking JVM on JVM Explorer.

1.3. Stopping monitoring JVM

Clone this wiki locally