Collect metrics with nodetool commands
Use these nodetool commands to collect metrics from your clusters and nodes.
- nodetool gcstats
-
Returns garbage collection (GC) statistics.
- nodetool netstats
-
Returns network information about the host.
- nodetool proxyhistograms
-
Returns a histogram of network operation statistics.
- nodetool tablehistograms
-
Returns performance metrics for read and write operations during the past 15 minutes. Formerly nodetool cfhistograms.
- nodetool tablestats
-
Returns statistics about one or more tables.
- nodetool toppartitions
-
Samples database reads and writes and reports the most active partitions.
- nodetool tpstats
-
Returns usage statistics of thread pools.