> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I monitor per-user resource usage on login nodes?

The [Slurm Cluster dashboard](/observability/managed-grafana/sunk/slurm-cluster) in CoreWeave Managed Grafana includes a **Slurm-Login Info** section with CPU and memory usage panels for each login pod, plus per-user filtering across the Slurm Jobs panels. Open the dashboard, then select your cluster and namespace to view login pod resource usage and per-user job data.

The managed dashboards do not break down resource consumption by individual user within a single login pod (for example, which user's interactive shell is consuming CPU). For that, run `top`, `htop`, or `ps -ef` directly on the login pod through SSH or `kubectl exec`.

***

<Badge stroke shape="pill" color="blue" size="md">[Nodes](/support/sunk/tags/nodes)</Badge>
