Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-04-2021 09:03 AM
Hi! I'm using Neo4j 4.3.1 Enterprise Edition.
I mostly use the bolt driver, as I only shoot cypher statements against database. Is there any way of knowing Neo4j database uptime?
Solved! Go to Solution.
10-05-2021 04:18 AM
you can use the JMX beans of the JVM to query for system informaiton.
call dbms.queryJmx("java.lang:type=Runtime")
yield attributes
return attributes.Uptime
10-05-2021 04:18 AM
you can use the JMX beans of the JVM to query for system informaiton.
call dbms.queryJmx("java.lang:type=Runtime")
yield attributes
return attributes.Uptime
10-05-2021 06:39 AM
@michael.hunger Perfect, thanks! I've seen some JMX queries like this one, but I haven't found direct documentation on these, have you got any advice on where to search for?
10-08-2021 02:10 AM
I usually just google for JMX MBean and the thing I want to see
All the sessions of the conference are now available online