Categories
Uncategorized

getting insight in Neo4j’s JMX beans when running embedded

Neo4j exposes a lot of valuable information via JMX. Sometimes you want to gain some insight in some JMX beans when running Neo4j in embedded mode. For this it’s crucial to have the neo4j-jmx-[version].jar file on the classpath.

The following short Groovy script demos this by using the @Grab annotation to fetch dependencies:

[gist id=”9117489″]

For a full reference of all available JMX beans, see the Neo4j manual.

One reply on “getting insight in Neo4j’s JMX beans when running embedded”

Your question is totally unrelated to the article. Consider an appropriate way to ask your questions, e.g. stackoverflow.com.

Leave a Reply

Your email address will not be published. Required fields are marked *