Scylla JMX proxy
9c3ac3e547
Almost 100% null implementations, which is ok for most purposes currently used by scylla. Some of these new calls (like dropped mutations etc) should perhaps however be implemented. Tested with the nodetool dtests. So sparsely. Needed when/if scylla-tools-java is upgraded to origin 3.11, otherwise noodtool breaks. Message-Id: <20180730113741.14952-1-calle@scylladb.com> |
||
---|---|---|
dist | ||
scripts | ||
src/main/java | ||
git-archive-all-license.txt | ||
LICENSE.AGPL | ||
NOTICE | ||
pom.xml | ||
README.md | ||
SCYLLA-VERSION-GEN |
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
To compile JMX server, run:
$ mvn package
Running
To start the JMX server, run:
$ ./scripts/scylla-jmx
To get help on supported options:
$ ./scripts/scylla-jmx --help