Collecting system level diagnostics

The following system level diagnostic tables collect system-wide performance information about a cluster:

key_cache

Per node key cache metrics. Equivalent to nodetool info.

net_stats

Per node network information. Equivalent to nodetool netstats.

thread_pool

Per node thread pool active/blocked/pending/completed statistics by pool. Equivalent to nodetool tpstats.

thread_pool_messages

Per node counts of dropped messages by message type. Equivalent to nodetool tpstats.

Procedure

To collect system level data:

  1. Edit the dse.yaml file.

  2. In the dse.yaml file, set the enabled option for cql_system_info_options to true.

    # CQL system info tables settings
    cql_system_info_options:
        enabled: true
        refresh_rate_ms: 10000
  3. Optional: To control how often the statistics are refreshed, increase or decrease the refresh_rate_ms parameter.

    The refresh_rate_ms specifies the length of the sampling period, that is, the frequency with which this data is updated.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2024 DataStax | Privacy policy | Terms of use

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com