Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/src/main/sphinx/admin/jmx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ in the :ref:`config.properties file <config-properties>`:
Specifies the port for the JMX RMI server. Trino exports many metrics,
that are useful for monitoring via JMX.

You also have to configure a system property in the
:ref:`jvm.config <jvm-config>` with the RMI server port:

.. code-block:: text

-Dcom.sun.management.jmxremote.rmi.port=9081

JConsole (supplied with the JDK), `VisualVM <https://visualvm.github.io/>`_, and
many other tools can be used to access the metrics in a client application.
Many monitoring solutions support JMX. You can also use the
Expand Down