Skip to content

AxonOps — AI-Native Control Plane for Open Source Data Platforms

nodetool getconcurrency

Displays the concurrency settings.


Terminal window
nodetool [connection_options] getconcurrency [stage_name ...]

See connection options for connection options.

ArgumentDescription
stage_nameOptional. One or more stage names to filter output (e.g., READ, MUTATION)

nodetool getconcurrency displays the core and maximum pool sizes for Cassandra’s thread stages. These stages handle various internal operations and can be filtered by name.


FieldDescription
StageThread stage name
CorePoolSizeMinimum number of threads maintained
MaximumPoolSizeMaximum threads allowed under load

Terminal window
nodetool getconcurrency

Sample output:

Stage CorePoolSize MaximumPoolSize
READ 32 32
MUTATION 32 32
COUNTER_MUTATION 32 32
...
Terminal window
nodetool getconcurrency READ MUTATION

CommandRelationship
setconcurrencyModify concurrency
tpstatsThread pool statistics