Scylla JMX proxy
df2dee2402
" This patchset adds relocatable package support for scylla-jmx, and also support generating .rpm/.deb from relocatable package. - Scripts are based on relocatable .rpm/.deb support patchset for main repo (not merged https://github.com/syuu1228/scylla/tree/reloc_rpmdeb_v4) - Single .rpm package provided for CentOS7/Fedora(unofficial) - Single .deb package provided for Ubuntu 14/16/18, Debian 8/9 " * 'reloc_v1' of https://github.com/syuu1228/scylla-jmx: dist/debian: use relocatable package to produce .deb dist/redhat: use relocatable package to produce .rpm reloc: add support relocatable package |
||
---|---|---|
dist | ||
reloc | ||
scripts | ||
src/main/java | ||
git-archive-all-license.txt | ||
install-dependencies.sh | ||
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