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

# Monitoring Instances

> View active instances in the Thunder Compute Console. Audit status, IP, and GPU resources of your active cloud compute resources.

<Columns cols={3}>
  <Card title="VS Code" icon="window" href="/vscode/operations/monitoring-instances" color="#95c5ea" className="platform-card">
    Editor extension
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/operations/monitoring-instances" color="#95c5ea" className="platform-card">
    Command line
  </Card>

  <Card title="Console" icon="browser" color="#95c5ea" className="platform-card platform-current">
    Web interface
  </Card>
</Columns>

## Dashboard View

Log in to the [console](https://console.thundercompute.com) to see all your instances on the dashboard.

Each instance card shows:

* Status
* GPU configuration
* IP address
* Runtime
* Estimated cost

Select an instance using the checkbox to access management options in the actions bar.

## Instance States

| Status      | Description                                |
| ----------- | ------------------------------------------ |
| `RUNNING`   | Instance is active and ready to use        |
| `CREATING`  | Instance is being provisioned              |
| `RESTORING` | Instance is being restored from a snapshot |
| `DELETING`  | Instance is being removed                  |

## Benchmarking Notes

When measuring performance in **development mode**, note that hardware-level metrics (temperature, wattage, utilization) may not be accurate due to CUDA-level optimizations. Use application-level metrics like iterations per second for reliable comparisons.

For accurate hardware metrics, use **production mode** instances.
