> 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-personal-metrics.md).

# WorkSpaces Personal Metrics

To extend the available metrics beyond those provided by AWS by default, **WorkSpaces Manager Agent** and a **CloudWatch Log Group** are required.

When the WSM Agent is installed, additional performance insights become available. Administrators can view CPU and memory usage for a user’s WorkSpace, including **Live Stats** - a feature that provides real-time visibility into CPU, memory, disk I/O and network activity for instant performance monitoring.

{% hint style="info" %}
The available disk space for both the **root** and **user volumes** is always displayed, regardless of whether the WSM agent is installed.
{% endhint %}

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

{% hint style="info" %}
Use the **Statistics Retention Days** setting in the Enterprise section to define how many days statistics from WSM Agent are retained before being automatically cleared.
{% endhint %}

User activity can be reviewed by selecting the **Activity** tab, which displays session times and dates for the WorkSpace. Selecting Export All allows you to download a CSV containing the complete user activity log for the selected WorkSpace.

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

The **Startup Metrics** view provides detailed login performance insights, including profile load times, Group Policy processing, and shell readiness, helping to quickly identify login delays. This view also highlights the **Top 5 Highest Processes** exceeding resource usage thresholds.

{% hint style="info" %}
Selecting a process name opens a detailed history of its resource consumption.
{% endhint %}

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

The **CloudWatch** tab displays Amazon CloudWatch metrics for **Sessions, Bandwidth, Connections, CPU, Memory, and Volumes**. These metrics provide insight into WorkSpace performance, user activity, resource utilisation, and storage consumption, helping administrators monitor and troubleshoot WorkSpaces.

<div><figure><img src="/files/VzbGM5j2VkmVeXiK3TV9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Lv1iLUmN9moONyHgK0jy" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/wqNofiDG8jzOFvUKALBy" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Gf0vfiHMkYGUKpDyZQhh" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/R7S8ogCSBzYePlzxy9e8" alt=""><figcaption></figcaption></figure> <figure><img src="/files/rbp6oON3n4tlyVg5TYkM" alt=""><figcaption></figcaption></figure></div>

Finally **User Location** displays the approximate geographic location of the user based on their public IP address and shows the estimated distance between the user’s device and the WorkSpace hosting region. This provides a high-level view of where the session originated.

<figure><img src="/files/2okd3IzkKmpE4X4IXcL4" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
This feature can be enabled or disabled using the **Enable Geolocation Lookup** toggle in [**Enterprise**](/admin/configuration-section/settings/enterprise.md) settings.
{% endhint %}


---

# 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-personal-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.
