How to setup GraphDB 10.x.x with JMX?

26 views Asked by At

Prior to GraphDB 10.x, the documentation had references to setting up JMX. These docs have been removed from 10.x, leaving me wondering how to use JMX with this version.

Question: How can JMX be run with GraphDB 10.x?

1

There are 1 answers

1
Konstantin Petrov On BEST ANSWER

JMX was used historically mostly to provide an easier way to setup a cluster and to connect to query monitoring/system resource monitoring on remote GraphDBs. This evolved into creating REST APIs and it was deprecated in GraphDB 10.X.

All the operations are available in the Cluster and Monitoring REST APIs.