2017-03-03 11:35:00 +01:00
# Scylla JMX Server
Scylla JMX server implements the Apache Cassandra JMX interface for compatibility with tooling such as `nodetool` . The JMX server uses Scylla's REST API to communicate with a Scylla server.
## Compiling
2015-05-17 11:27:00 +02:00
2017-03-03 11:35:00 +01:00
To compile JMX server, run:
2015-09-17 22:04:27 +02:00
2017-03-03 11:35:00 +01:00
```console
2019-07-08 11:02:45 +02:00
$ mvn --file scylla-jmx-parent/pom.xml package
2015-05-17 11:27:00 +02:00
```
2017-03-03 11:35:00 +01:00
## Running
To start the JMX server, run:
```console
$ ./scripts/scylla-jmx
2015-05-17 11:27:00 +02:00
```
2017-03-03 11:35:00 +01:00
To get help on supported options:
2015-05-17 11:27:00 +02:00
2017-03-03 11:35:00 +01:00
```console
$ ./scripts/scylla-jmx --help
```