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

# Monitor sweeps

### Monitoring

Under **MONITORING**, you can monitor your Sweeps on a rich dashboard.

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/6aBA2WrBVZlPiuT8/images/sweep/monitor/1_sweep.png?fit=max&auto=format&n=6aBA2WrBVZlPiuT8&q=85&s=4a287a998b887c248dd8f2f73c42c930" width="2880" height="1600" data-path="images/sweep/monitor/1_sweep.png" />

#### Metrics

Under **Metrics**, you can see the metrics that you have logged to the VESSL server using `vessl.log()` or `VesslCallback()` in VESSL SDK. Each experiment is colored differently. You can hide experiments from the plot by toggling the view button.

#### Sweep

Under **Sweep**, you can see the visualization of multiple experiments. Each curve represents an experiment and you can view the details of the experiment by hovering on the curve.&#x20;

#### System Metrics

Under **System Metrics**, you can monitor the resource consumption of each experiment. If you are using a GPU acceleration, you will be able to monitor GPU utilization as well.&#x20;

### Logs

Under **LOGS** tab, you can find logging records with experiment status and metrics.&#x20;

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/6aBA2WrBVZlPiuT8/images/sweep/monitor/2_logs.png?fit=max&auto=format&n=6aBA2WrBVZlPiuT8&q=85&s=c010b77600ec196b149e62064f08e981" width="2880" height="1600" data-path="images/sweep/monitor/2_logs.png" />

### Metadata

Under **METADATA**, you can find the configuration for the current Sweep and runtime.

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/6aBA2WrBVZlPiuT8/images/sweep/monitor/3_metadata.png?fit=max&auto=format&n=6aBA2WrBVZlPiuT8&q=85&s=840c507f1729c577ebbd2b7836d8d2bf" width="2400" height="3500" data-path="images/sweep/monitor/3_metadata.png" />
