Skip to content

Commit 27913a0

Browse files
Add a note about jmx remote connections (#96) (#99)
* Add a note about jmx remote connections * Update modules/ROOT/pages/jmx-metrics.adoc * Update modules/ROOT/pages/jmx-metrics.adoc --------- Co-authored-by: MishaDemianenko <12656787+MishaDemianenko@users.noreply.github.com>
1 parent 712c17d commit 27913a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ROOT/pages/jmx-metrics.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ Connect to the process running your Neo4j database instance:
166166
.Connecting JConsole to the Neo4j Java process
167167
image::jconsole_connect1.png[alt="Connecting with JConsole", width=300]
168168

169+
[NOTE]
170+
====
171+
When connecting to a remote process or, in some cases, a local process running as a service, you must choose the `Remote Process` connection option.
172+
173+
The `<port>` value is configured by the `com.sun.management.jmxremote.port` property.
174+
====
175+
169176
Besides the MBeans, exposed by the JVM, you also see be default `neo4j.metrics` section in the MBeans tab.
170177
Under that, you have access to all the monitoring information exposed by Neo4j.
171178

0 commit comments

Comments
 (0)