# Dashboard

<br>

<figure><img src="https://support.xnarum.com/download/manuals/ISM-Manual-2023.fld/image009.png" alt=""><figcaption></figcaption></figure>

Dashboard consists of three categories.

·       Today summary shows the summary of today transactions and the status of instances.

·       Today & weekly average shows the volume of today and weekly average volume per application group.

·       Warning & Error shows the warning alert or transaction errors.

·       Transaction errors displays for 10 minutes and warnings are displayed when any threshold is defined and monitoring value is over that threshold.

This summary information is refreshed per 30 seconds.

## Nodes

Nodes box shows the status of the instances. If not all the instances are running, it shows PARTIAL.

The status is displayed when PARTIAL/ALL is clicked.

<figure><img src="https://support.xnarum.com/download/manuals/ISM-Manual-2023.fld/image010.png" alt=""><figcaption></figcaption></figure>

These are the information of the displayed columns.

<table data-header-hidden><thead><tr><th width="234"></th><th></th></tr></thead><tbody><tr><td>Name</td><td>Description</td></tr><tr><td>Node Name</td><td>Instance name</td></tr><tr><td>Host Name</td><td>Host name of the instance</td></tr><tr><td>HTTP Port</td><td>Service port for the transactions</td></tr><tr><td>Remoting Port</td><td>Administrative port for the admin operations</td></tr><tr><td>Status</td><td><p>Instance status</p><p><img src="https://support.xnarum.com/download/manuals/ISM-Manual-2023.fld/image011.png" alt=""> up and running.</p><p><img src="https://support.xnarum.com/download/manuals/ISM-Manual-2023.fld/image012.png" alt=""> down</p></td></tr><tr><td>CPU(%)</td><td>CPU usage of this instance (%)</td></tr><tr><td>HEAP(%)</td><td>Heap memory usage (%)</td></tr><tr><td>HEAP(MB)</td><td>Maximum heap memory size (MB)</td></tr><tr><td>DISK(%)</td><td>Disk usage of this instance (%)</td></tr><tr><td>Request Count</td><td>Pending request count for sub flow</td></tr><tr><td>Request Size(KB)</td><td>Data size of pending requests for sub flow(KB)</td></tr><tr><td>Process ID</td><td>Process id of this instance</td></tr><tr><td>Up Time</td><td>Up time of this instance. This time means the uptime of JVM.</td></tr><tr><td>Runtime</td><td><p>This column has 3 action links.</p><ul><li>displays pending sub flow requests.</li><li>refreshes current row.</li><li>shows deployed applications.</li></ul></td></tr></tbody></table>

&#x20;

## **Pending subflow requests**

<figure><img src="https://support.xnarum.com/download/manuals/ISM-Manual-2023.fld/image016.png" alt=""><figcaption></figcaption></figure>

These are the information displayed in pending list.

| Name                  | Description                                |
| --------------------- | ------------------------------------------ |
|                       |                                            |
| Transaction ID        | Transaction id of the pending request      |
| Flow ID               | Flow id of the pending request             |
| Parent transaction ID | Parent transaction of this pending request |
| Requested At          | Request time                               |

&#x20;

## **Deployed applications**

The status of the deployed applications is displayed.

<figure><img src="https://support.xnarum.com/download/manuals/ISM-Manual-2023.fld/image017.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://ism-docs.xnarum.com/ism-admin-ui/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
