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

# WorkSpaces Applications 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 Applications Fleet Image.
{% endhint %}

The **Details** tab displays key information about the selected user session, including the **Account** and **Region**, **Fleet** and **Stack**, **Instance**, **Instance Type**, **Image** and current **Connection State**. It also shows session timing information including when the session started, its maximum expiry time, end time, and recorded duration.

<figure><img src="https://1977539604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qADNWBPym2Zh4ZaguCE%2Fuploads%2FYwplfhVWT975ccfrzusB%2FScreenshot%202026-09-18%20115413.png?alt=media&amp;token=c013f40b-a38d-43d5-94c7-356d50c5e784" alt=""><figcaption></figcaption></figure>

The **Graphs** tab provides a visual overview of performance metrics for the selected session over time. This includes **Session Latency**, **Bandwidth**, **Inbound Bandwidth**, and **TCP Retransmission Rate**, helping administrators identify connectivity or network performance issues experienced during the WorkSpaces Application session.

<figure><img src="https://1977539604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qADNWBPym2Zh4ZaguCE%2Fuploads%2FVbewCrB81YiWN28AOS5C%2FScreenshot%202026-09-18%20115422.png?alt=media&amp;token=384f22d7-6d47-4a84-8676-5f6bc4d09a4e" alt=""><figcaption></figcaption></figure>

The **Stats** tab displays performance statistics for the selected session including **average CPU**, **average memory**, **root disk space**, and **user disk space**. It also provides recorded samples showing **CPU and memory usage**, **disk reads/writes**, and **network traffic**, helping administrators review resource utilisation during the session.

<figure><img src="https://1977539604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qADNWBPym2Zh4ZaguCE%2Fuploads%2FzLYDlzwIhmVaiGCl91Gs%2FScreenshot%202026-09-18%20115432.png?alt=media&amp;token=abcb699c-5121-4c22-a9e7-397cc763312d" alt=""><figcaption></figcaption></figure>

The **Activity** tab provides an overview of user activity during the selected session, showing the time spent **Active**, **Idle**, and **Disconnected**. A timeline displays when each activity state occurred throughout the session, while recorded **Agent Events** such as user logins are shown below to provide further insight into the user’s session activity.

<figure><img src="https://1977539604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qADNWBPym2Zh4ZaguCE%2Fuploads%2FC4wjyNffUbGCDWUYTlux%2FScreenshot%202026-09-18%20115443.png?alt=media&amp;token=be13c258-6337-4d31-b923-98a969f0d931" alt=""><figcaption></figcaption></figure>

The **App Usage** tab shows application activity for the selected session, including the total **Recorded foreground time** and number of **Applications used**.

Each application is listed with its **Time Used** and **Share of Foreground Time**, helping administrators understand which applications were used most during the session.

<figure><img src="https://1977539604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qADNWBPym2Zh4ZaguCE%2Fuploads%2F9gWAbGPxCM4Wm6eFaxlf%2FScreenshot%202026-09-18%20115116.png?alt=media&amp;token=70e86acb-c77e-46bf-84fd-1066e8cb9a5a" alt=""><figcaption></figcaption></figure>

The **Costing** tab provides a breakdown of the estimated **session & user** **compute costs** associated with the selected user session. It displays the **recorded session hours**, **hourly compute rate**, and calculated **session cost**, along with the user’s total compute cost for the selected time period.&#x20;

{% hint style="warning" %}
These figures represent recorded compute costs and may not reflect the final AWS bill. Excludes RDS user fees, discounts and unpriced sessions.
{% endhint %}

<figure><img src="https://1977539604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qADNWBPym2Zh4ZaguCE%2Fuploads%2FIO9ntnYyzbg6hmxnwWCp%2FScreenshot%202026-09-18%20115452.png?alt=media&amp;token=d339c702-0698-4474-9dd7-04fc3d444faa" alt=""><figcaption></figcaption></figure>

The **History** tab displays previous sessions for the selected user within the chosen time period, including the **session start time**, **Fleet and Stack** and **recorded session hours**. Click **Inspect** next to a session to view its associated **Details**, **Graphs**, **Stats**, **Activity**, and **Costing** information.

<figure><img src="https://1977539604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qADNWBPym2Zh4ZaguCE%2Fuploads%2FZRL6bCSduq79ugFZnDBD%2FScreenshot%202026-09-18%20115503.png?alt=media&amp;token=48426f42-d68f-4897-8eb6-512251f2abd1" 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-applications-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.
