SearchStax Cloud Performance Monitoring


Overview

SearchStax Cloud provides real-time and historical statistical graphs of critical Solr server and JVM metrics and statistics. These statistics provide a birds-eye view of Solr cluster health, enabling you to tune server performance.

Monitoring Data Retention by Support Level Agreement (SLA)

  • “Silver” (self-service) accounts retain monitoring data for 24 hours.
  • “Gold” accounts retain monitoring data for 7 days.
  • “Platinum” accounts retain monitor data for 30 days.
  • “Platinum Plus” accounts retain monitoring data for 30 days or more, depending on the contract.

Please see our Pricing page for the most up-to-date information on feature availability for each SLA tier.

Contents of this page:

How to Access the Monitoring Graphs

You can access the graphs from the Deployment Details screen.

To access the graphs:

  1. From the SearchStax Cloud dashboard, select Dedicated Infrastructure.
  2. Choose a deployment from the deployment list.
  3. Select Monitoring, and then CPU, Memory, JVM.
  4. Check the nodes to view from the list of nodes. (Note that the Solr nodes of a NextGen cluster are nodes 4 and 5.)
  • Set a time interval from the interval button in the upper right. Note that short intervals display more quickly than long intervals.

Note the date and time controls at the top of the dialog box. These let you examine data from a small time interval that occurred days or weeks in the past.

About the Graphs

SearchStax Cloud provides graphs for the following server and search metrics.

CPU, Memory, JVM

These are monitoring graphs from a server that is running out of memory. Pay close attention to the Y-axis labels. The graph zooms in on the data, so the Y-axis is dynamic.

SearchStax Pulse Solr Monitoring

The following server-performance metrics are displayed:

MetricDefinition
UsageCPU load as a percent of maximum. (See Is 100% CPU a bad thing?)
System Load AverageNumber of processes per CPU over one-minute intervals. Values below 1.0 indicate that processes are not waiting.
MemoryTotal memory size and used memory size plotted on a single graph. (See How do I recognize a Solr Out-of-Memory Error?)
Swap UsageTotal disc swap space available and used over time.
JVM Heap Memory UsageHeap memory usage over time. Heap memory is used for storing Java objects. When heap memory reaches 100%, Solr stops running.
Non-Heap MemoryNon-heap memory usage over time. Non-heap memory is used by Java to store loaded classes and other metadata.
JVM Thread CountServer thread count usage over time.
1 min 5XX Error Rate5XX errors summed over one-minute intervals.
Disk UsageDisk space usage in gigabytes. The dashed line is the maximum available.

Collections

The Collections table shows the health of replicas across servers.

SearchStax Pulse Solr Monitoring

Garbage Collection

SearchStax Pulse Solr Monitoring

The following garbage-collection metrics are reported by SearchStax Cloud:

MetricDefinition
ConcurrentMarkSweep CollectionTime & CollectionCountCollection time and count for the ConcurrentMarkSweep approach.
ParNew CollectionTime & CollectionCountCollection time and count for the ParNew approach.

SearchStax Cloud provides graphs that report on throughput and latency.

MetricDefinition
Average Requests/second (ms)Reports average search requests per second.
Average Time/Request (ms)Reports average time for search request to fulfill the query.
5-minute Request RateReports search-request rate over a 5-minute interval.
15-minute Request RateReports search-request rate over 15-minute interval.
TimeoutsReports server timeouts, where the server did not respond to the request fast enough.
ErrorsNumbers of search-request errors.

Indexing Throughput and Latency

SearchStax Pulse Solr Monitoring

SearchStax Cloud provides graphs that report on throughput and latency.

MetricDefinition
Average Requests/SecondReports average indexing requests per second.
Average Time/Request (ms)Reports average time for indexing request to fulfill the query.
TimeoutsReports server timeouts, where the server did not respond to the request fast enough.
ErrorsNumbers of indexing request errors.
Update Handler graphsReports various Update Handler metrics over a period of time, such as commits, autoCommits, deletesById, etc.

Caches

SearchStax Pulse Solr Monitoring

SearchStax Cloud provides graphs that report on Caches.

MetricDefinition
QueryResultCacheThis cache stores ordered sets of document IDs — the top N results of a query ordered by some criterion. Multiple metrics report how the query result cache is being utilized to fulfill search requests. Metrics include hitratio, evictions, warmup time, etc.
FilterCacheThis cache stores unordered sets of document IDs that match the queries. Multiple metrics report how the filter cache is being utilized to fulfill search requests. Metrics include itratio, evictions, warmup time, etc.
DocumentCacheThe documentCache stores Lucene Document objects that have been fetched from disk. Multiple metrics report how the document cache is being utilized. Metrics include itratio, evictions, warmup time, etc.
FieldValueCacheThe fieldValueCache is similar to fieldCache, and supports multiple values per document. It is primarily used for faceting. Metrics include warmup time, size.

Service – Total Requests

Clients running clustered deployments may view one more graph. The Service graph displays the number of requests received by the cluster’s Load Balancer over time. This can reveal cyclic patterns of high demand:

“Requests” include all external messages directed to the Solr cluster, such as /select and /update messages plus API calls and Pulse monitoring.

Availability Report

Premium clients get access to an Availability Report in the SearchStax dashboard. This is a graph and a summary that documents response time and downtime so they can be compared with the guarantees of the SLA.

Note that this feature is accessed through the Availability Report screen of the SearchStax Cloud dashboard.

Alerting

The SearchStax Cloud alerting features are described on the Solr Service Alerting page.

Questions?

Do not hesitate to contact the SearchStax Support Desk.