2017-03-03 12:35:00 +02: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 12:27:00 +03:00
2017-03-03 12:35:00 +02:00
To compile JMX server, run:
2015-09-17 23:04:27 +03:00
2017-03-03 12:35:00 +02:00
```console
2019-07-08 11:02:45 +02:00
$ mvn --file scylla-jmx-parent/pom.xml package
2015-05-17 12:27:00 +03:00
```
2017-03-03 12:35:00 +02:00
## Running
To start the JMX server, run:
```console
$ ./scripts/scylla-jmx
2015-05-17 12:27:00 +03:00
```
2017-03-03 12:35:00 +02:00
To get help on supported options:
2015-05-17 12:27:00 +03:00
2017-03-03 12:35:00 +02:00
```console
$ ./scripts/scylla-jmx --help
```