nodetool getconcurrentcompactors

Get the number of concurrent compactors in the system.

cassandra-env.sh

  • The cassandra-env.sh file is located in the installation_location/conf directory.

Get the number of concurrent compactors in the system.

Synopsis

install_location/bin/nodetool [options] getconcurrentcompactors
Table 1. Options
Short Long Description
-h --host Hostname or IP address.
-p --port Port number.
-pwf --password-file Password file path.
-pw --password Password.
-u --username Remote JMX agent username.
-- Separates an option from an argument that could be mistaken for a option.
Note:
  • If a username and password for RMI authentication are set explicitly in the cassandra-env.sh file for the host, then you must specify credentials.

Description

The nodetool getconcurrentcompactors command gets the number of concurrent compactors in the system.

Examples

 $ nodetool -u username -pw password getconcurrentcompactors