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