You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
.github | 3 years ago | |
dist | 1 week ago | |
reloc | 7 months ago | |
scripts | 1 week ago | |
scylla-apiclient | 1 week ago | |
scylla-jmx-parent | 1 week ago | |
src/main/java | 1 week ago | |
.gitignore | 1 week ago | |
LICENSE.AGPL | 7 years ago | |
NOTICE | 8 years ago | |
README.md | 4 years ago | |
SCYLLA-VERSION-GEN | 1 year ago | |
git-archive-all-license.txt | 7 years ago | |
install-dependencies.sh | 1 year ago | |
install.sh | 1 week ago | |
pom.xml | 1 week ago |
README.md
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 --file scylla-jmx-parent/pom.xml package
Running
To start the JMX server, run:
$ ./scripts/scylla-jmx
To get help on supported options:
$ ./scripts/scylla-jmx --help