vessl-docs / guides /sweep /monitor.md
sanghyuk-vessl's picture
Add vessl-docs
76d9c4f verified
metadata
title: Monitor sweeps
version: EN

Monitoring

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

<img style={{ borderRadius: '0.5rem' }} src="/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.

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.

Logs

Under LOGS tab, you can find logging records with experiment status and metrics.

<img style={{ borderRadius: '0.5rem' }} src="/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="/images/sweep/monitor/3_metadata.png" />