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

# Monitor metrics

> Track GPU, VRAM, temperature, CPU, memory, network, and storage usage for your batch job.

The **Metrics** tab shows timeseries charts for GPU, VRAM, temperature, CPU, memory, network, and storage so you can confirm that hardware is being used efficiently and spot waste while the job runs or after it finishes.

<div>
  <Frame>
    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/dora/LUWzC5lx5RwOccfw/images/Job_metrics.png?fit=max&auto=format&n=LUWzC5lx5RwOccfw&q=85&s=8902924d46f291dbc5f455cccb1e688f" alt="Job metrics tab with GPU, VRAM, temperature, CPU, memory, network, and storage charts" width="7680" height="8880" data-path="images/Job_metrics.png" />
  </Frame>

  <small>Example: Job metrics</small>
</div>

## Charts

Job metrics use the same chart families as workspaces. See [Workspace metrics](/member/workspace/metrics) for the full chart reference, including threshold values, axis units, and interpretation rules:

* **GPU utilization** (0–100%): Compute usage. Below **30%** can indicate over-provisioned resources.
* **VRAM usage** (GB): Video memory consumption. Above **95%** risks Out of Memory (OOM) errors.
* **Temperature** (°C): Sustained values above **85°C** can indicate thermal throttling.
* **CPU and memory**: Allocated CPU cores and system RAM in use.
* **Network I/O**: Data transferred in (Rx) and out (Tx).
* **Storage**: Temporary, Cluster storage, and Object storage usage for volumes attached to the job.

## Time range

Use the time range selector at the top of the charts to choose a window: **1h** (default), **6h**, **12h**, **1d**, or **7d**. All charts update together.

## Idle detection

Jobs running below **30%** GPU utilization for a sustained window (one-hour average) are flagged as idle on the [Home dashboard](/member/dashboard/overview). Review the metrics and decide whether to terminate the job to stop billing or let it continue.

## See also

* [Workspace metrics](/member/workspace/metrics) — full chart reference and thresholds
* [Clean up jobs](/member/job/cleanup) — terminate idle runs to stop billing
* [View job details](/member/job/details)
