> ## 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 experiment results

<Warning>Experiment is no longer actively maintained. For improved functionality, please use [Run](/guides/runs/overview) instead.</Warning>

### Experiment Summary

Under **SUMMARY**, you can view all the experiment configurations such as environment variables, quick reproduce via CLI, Docker image, and resource specification.

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/o4gNoh1CnnKmD81a/images/experiment/monitor/1_summary.png?fit=max&auto=format&n=o4gNoh1CnnKmD81a&q=85&s=ec606133217bb517a33291641b9f96e6" width="2880" height="1800" data-path="images/experiment/monitor/1_summary.png" />

### Logs

Under **LOGS**, you can monitor the logs from the experiment Docker container including status updates and `print()` statements.

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

### Plots

<Note>You need to use VESSL's Python SDK to view metrics or multimedia files. </Note>

Under **PLOTS**, you can view key metrics for your experiments such as accuracy and loss. You can also filter out the outliers by checking **ignore outlier** box and controlling the **smoothing** of the curves.&#x20;

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/o4gNoh1CnnKmD81a/images/experiment/monitor/3_plots.png?fit=max&auto=format&n=o4gNoh1CnnKmD81a&q=85&s=1bfce13c86b327c4ae78cfe381a54fdd" width="2880" height="1800" data-path="images/experiment/monitor/3_plots.png" />

#### Multimedia

You can also view images. You can configure the number of displayed images using VESSL's Python SDK.

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/o4gNoh1CnnKmD81a/images/experiment/monitor/4_media.png?fit=max&auto=format&n=o4gNoh1CnnKmD81a&q=85&s=4720db135cc28c81b46b6bb1f72963f6" width="2880" height="2800" data-path="images/experiment/monitor/4_media.png" />

#### System Metrics

You can monitor system metrics such as CPU, GPU, memory, disk, and network usage.

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/o4gNoh1CnnKmD81a/images/experiment/monitor/5_metrics.png?fit=max&auto=format&n=o4gNoh1CnnKmD81a&q=85&s=6ab4af1e849c852d52ba6a1ad3304c67" width="2880" height="3400" data-path="images/experiment/monitor/5_metrics.png" />

### Files

Under **FILES**, you can navigate and download the output and input files. You can also do this using VESSL Client CLI.

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