> For the complete documentation index, see [llms.txt](https://docs.nuvens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvens.cloud/admin/admin-section/workspaces-pools-metrics.md).

# WorkSpaces Pools Metrics

Similar to WorkSpaces Personal to access process-level metrics, the **WSM Agent** and a **CloudWatch Log Group** are required.

{% hint style="warning" %}
The WSM Agent must be installed on the WorkSpaces Pools image.
{% endhint %}

{% hint style="warning" %}
For WorkSpaces Pools, the WSM Agent runs without elevated privileges and must not be deployed via GPO.
{% endhint %}

The **Session Details** tab displays key information for an individual WorkSpaces Pool session, including the instance ID, computer name, user ID, session uptime, and processor count. This provides a quick overview of the session’s configuration and runtime status.

<figure><img src="/files/ZYh06pXwTk9QOYTuixcb" alt=""><figcaption></figcaption></figure>

The **Metrics** tab provides detailed performance insights for the selected WorkSpaces Pool session, including processor and memory utilisation, disk I/O (read and write activity), and network traffic sent and received. It also displays available disk space for both the C: and D: volumes, giving a clear view of session performance and resource usage over time.

<figure><img src="/files/E8nyjH0YDxePVwpVTQPy" alt=""><figcaption></figcaption></figure>

The **Activity** tab displays a visual timeline of the WorkSpaces Pool session, showing when the session was active, idle, disconnected, or inactive. It also provides a summary of total connected time (including and excluding idle), idle duration, and session start and end times. Selecting Export All allows you to download a CSV containing the full activity history for the session.

<figure><img src="/files/oEJCT3JKO6h0y2i4Dtuc" alt=""><figcaption></figcaption></figure>

The **Processes** tab displays the top five processes on the WorkSpaces Pool session based on processor and memory usage. For each process, average and peak resource consumption is shown to help identify high-usage applications. Selecting a process opens a detailed history view, allowing you to review processor and memory usage trends over time.

<figure><img src="/files/wMLWkboHOhtM6hMSiD6D" alt=""><figcaption></figcaption></figure>


---

# 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://docs.nuvens.cloud/admin/admin-section/workspaces-pools-metrics.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.
