Collecting Apache Solr performance statistics

When solr_latency_snapshot_options is enabled, the performance service creates the required tables and schedules the job to periodically update the relevant snapshot from the specified data source.

The following snapshots collect performance statistics:

+ Record phase-level cumulative percentile latency statistics for queries over time.

+ Record phase-level cumulative percentile latency statistics for updates over time.

+ Record phase-level cumulative percentile latency statistics for commits over time.

+ Record phase-level cumulative percentile latency statistics for index merges over time.

All objects are disabled by default.

Procedure

  1. Edit the dse.yaml file.

  2. In the dse.yaml file, under the solr_latency_snapshot_options parameter, change enabled to true and set the other options as required.

    # Solr latency snapshot options
    solr_latency_snapshot_options:
        enabled: true
        ttl_seconds: 604800
        refresh_rate_ms: 60000

    All objects are disabled by default.

    Options
    Options Determines

    enabled

    Whether the object is enabled at start up.

    ttl_seconds

    How many seconds a record survives before it is expired from the performance object.

    refresh_rate_ms

    Period (in milliseconds) between sample recordings for periodically updating statistics like the solr_result_cache_stats.

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