> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.5/troubleshoot-and-reference/troubleshoot/view-system-status-in-the-system-diagnostics-page.md).

# View system status on the System Diagnostics page

The **System Diagnostics** page enables you to identify and fix potential issues before they become system-critical. By default, the **System Diagnostics** page shows trends from the last 24 hours, but you can also select the last hour, 6 hours, 12 hours, 3 days, or 7 days.

{% hint style="info" %}

### Note

Only administrators can view the system diagnostics page.
{% endhint %}

#### Download log bundles

To help with debugging issues, you can download the log bundle by clicking ![downloadlogbundle.png](/files/qYfBNeH6C1s7Dlc6j2dJ) in the upper right hand corner. The log bundle contains information about the system from the current state up to the past ten days, and it should be included when opening a support ticket.

#### Nodes

Four widgets present information regarding nodes.

| Node                  | Description                                                                                                                                                                                                                                              |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Nodes - CPU           | <p>Trend graph showing CPU consumption. The trend graph shows an increase as system usage increases. Temporary peaks might correlate with system delays or slowness.</p><p>We recommend increasing CPU resources when you reach system limits.</p>       |
| Nodes - Memory        | <p>Trend graph showing memory consumption. The trend graph shows an increase as memory usage increases. Temporary peaks might correlate with system delays or slowness.</p><p>We recommend increasing memory resources when you reach system limits.</p> |
| Nodes - Storage       | <p>Trend graph showing storage usage. The trend graph shows an increase as storage usage increases. Temporary peaks might correlate with system delays or slowness.</p><p>We recommend increasing storage resources when you reach system limits.</p>    |
| Active Nodes Snapshot | Shows a list of all active nodes and their status - **Connected** or **Disconnected**.                                                                                                                                                                   |

#### Storage Groups

Storage Groups display a graph illustrating storage group utilization. The trend graph shows an increase as storage usage grows. A rapid surge in storage utilization might indicate a change in system usage.

We recommend increasing storage capacity or performing a data cleanup when utilization reaches 80%.

#### Playbooks in Queue

The Playbooks in Queue widget shows a graph that includes manually and automatically triggered playbooks and displays how many playbooks were waiting in the queue over the displayed period. The playbook queues are designed to manage playbook executions efficiently and prevent system overload. A rapid surge in the graph values might indicate a temporary peak of triggered playbooks and cause playbooks to take longer to execute and may slow UI performance.

If the queue count is constantly higher than 0, contact Customer Support to discuss scaling options.

#### Cortex Connectivity Snapshot

The Connectivity Snapshot shows the connection status between your Cortex XSOAR tenant and the external gateway. If the status is **Disconnected** you cannot upgrade Cortex XSOAR, access the Marketplace, or update Docker images.

#### Components Snapshot

The **Components Snapshot** shows the status of a Cortex XSOAR component.

| Status  | Action                                                                                                                                                                                                                                                                                                                                      |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Healthy | None                                                                                                                                                                                                                                                                                                                                        |
| Warning | <ul><li>Check cluster health graphs for temporary peaks or high resources utilization.</li><li>Check storage utilization graphs.</li><li>If you have recently made changes to your system, verify if these changes might have impacted system components.</li><li>Open a support case if you cannot find the source of the issue.</li></ul> |
| Error   |                                                                                                                                                                                                                                                                                                                                             |

{% hint style="info" %}

### Note

For some components, such as storage, if the system reaches a critical level, Cortex XSOAR will no longer function, and you will not be able to access the **System Diagnostics** page.

We recommend monitoring system components on an ongoing basis to avoid critical-level issues.
{% endhint %}

The components include:

| Component              | Description                                        |
| ---------------------- | -------------------------------------------------- |
| API                    | The API request handlers                           |
| Storage                | System storage and files                           |
| Databases              | System databases                                   |
| Telemetry              | System telemetry collection                        |
| Automation layer       | Automation resources and components handler        |
| Playbook Engines       | Task queue and priority handling                   |
| System Scheduler       | System scheduled tasks and prioritization handlers |
| External Gateways      | External resource and connection handling          |
| System Orchestrators   | System initialization                              |
| Execution Environments | Task execution                                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.5/troubleshoot-and-reference/troubleshoot/view-system-status-in-the-system-diagnostics-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
