{question}
How can I gather and examine a cluster report in SingleStore?
{question}
{answer}
To ensure that your cluster is properly configured and operating as expected, it is advisable to collect a cluster report during key events such as:
-
When setting up a new cluster.
-
Before and after any planned maintenance.
-
During issue investigation or health checks.
How to Collect the Report
You can collect a cluster report using the following command:
sdb-report collect
To automatically generate the report and run health checks on it, use:
sdb-report collect-and-check
What Does the Check Include?
The collect-and-check
command reviews a broad set of parameters, including:
-
Cluster configuration settings.
-
System compliance against SingleStore’s System Requirements and Recommendations.
-
Historical events, such as recent Out-Of-Memory (OOM) occurrences.
- Variable values compared to their default values.
-
Other environment-related checks that help ensure optimal performance.
Need Help Interpreting the Report?
If you're uncertain about how to interpret the output or seek a second opinion, our Support team is ready to assist you. Just open a support ticket and attach the generated report for review.
{answer}