forked from yoshitaka1008/jvmmonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
Claes Rosell edited this page Aug 22, 2019
·
4 revisions
To view the currently running JVMs on local host:
- Open Java Monitor perspective [] selecting Window > Open Perspective > Other... > Java Monitor.
- 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.
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