Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page stub for Troubleshooting and Diagnostics techniques.

Techniques & Reference

Tools

...

JMX Clients

JDK tools (

...

Experimental)

Profilers

Profilers

...

Anchor
usingjmxclients
usingjmxclients

...

Notes on using JMX

...

clients

When running a JMX client (JConsole, VisualVM) on the same machine as the target JVM process it is possible to connect without pre-configuring a JMX port, using the local connector stub. This method relies on being able to create a protected temporary file, accessible only to a user with administrator privileges. Java processes which are accessible via the local connector will automatically appear in the client.

...