Skip to main content
To view the dashboard, go to the Slurm Cluster dashboard.
For instructions about accessing CoreWeave Grafana dashboards, see Access and use CoreWeave Grafana dashboards.
The SLURM Namespace dashboard provides an overview of all the SUNK jobs within a specific Namespace. It aggregates metrics by relevant properties, such as job state, resource type, and user, to illustrate trends in jobs. You can use this dashboard to:
  • Monitor the resource usage of SUNK jobs across all clusters.
  • Track the rate of filesystem operations of SUNK jobs across all clusters.
  • View information about SUNK jobs on a per-user or per-partition basis.

Filters and parameters

Use these filters at the top of the page to choose the data you want to view: The dashboard also includes a button with a link to the SLURM / Job Metrics dashboard. Set the time range and refresh rate parameters at the top-right of the page. The default time range is 5 minutes, and the default refresh rate is 1 minute.

Panel descriptions

The following sections describe the dashboard panels, grouped by category.

Slurm jobs

The Slurm Jobs section lists information about the Slurm jobs running in the selected Namespace. It includes panels that display the jobs according to status.

Slurm jobs: Running jobs

The Running Jobs table in Grafana The Running jobs table in the Slurm Jobs section displays all the currently running jobs, along with relevant hardware utilization metrics in a quick-reference format. Click the icon next to the column title to open the Filter by values menu. The data in each column is filterable by the relevant values held within. Filter by value menu in Grafana You may need to use the horizontal scroll bar to view all the available fields. The Count field at the bottom of the table displays the total number of running jobs.

Control plane health

The Control Plane Health section displays status information about the Control Plane components.

Slurm-Login info

The Slurm-Login Info section includes three panels:

Nodeset status

The Nodeset Status panel displays pods by availability. The graph is color-coded with the following scheme:

Cluster nodes

The Nodes graph in the Cluster Nodes section of Grafana

GPU metrics

The GPU Metrics section has four panels: The Current FP8 FLOPs and GPUs Allocated graphs in Grafana

Filesystem

The Filesystem section includes information about read and write operations on the Network File System (NFS) and local files.

Filesystem: NFS average response and request

The NFS Average Response and Request graphs describe the performance of the filesystem. A slowdown or spike could indicate that the storage is too slow, and that the job might perform better with faster or a different type of storage, such as object storage.

Filesystem: NFS total read / write

The NFS Total Read / Write graphs typically display a large red spike when a job starts, as the model and data are read in. While the job runs, the graph shows smaller write spikes at regular intervals as the checkpoints are written out. Compare these graphs with the panels in the GPU Metrics section to confirm that running jobs behave as expected.

Users and accounts

The Users and Accounts section contains graphs that display information about Slurm jobs by associated user, account, and partition.

CPU cores allocation

The CPU cores allocation section contains graphs that display information about CPU and GPU core allocation, according to status.

RPC traffic

The RPC Traffic section contains graphs that display Remote Procedure Calls (RPC) traffic.

Total backfilled jobs

The Total Backfilled Jobs section has three panels:

PVC info

The PVC Info section contains the MySQL PVC Usage graph, which displays the percentage of total capacity used over time.

SUNK info

The SUNK Info section contains details about the versions of SUNK, Ubuntu, and CUDA in use.

SUNK image info

The SUNK Image Info section contains the SUNK Control Plane, Compute and Login Pod Images panel. This panel lists the images used for the SUNK Control Plane, Compute, and Login pods, sorted by container.
Last modified on June 10, 2026