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

# squarecloud app metrics

> Displays the last 24 hours of CPU, RAM and network metrics for your application.

Prints a time series of CPU usage, RAM usage and network traffic for the application, covering the last 24 hours. The application ID is optional: the CLI resolves it from the argument, then the `squarecloud.app` config file in the current directory, then an interactive picker.

```bash theme={null}
squarecloud app metrics
# Uses the app ID from squarecloud.app or an interactive picker.
```

```bash theme={null}
squarecloud app metrics <appID>
# Shows the last 24h of metrics for a specific application.
```

```bash theme={null}
squarecloud app metrics --json
# Prints the raw metric points as JSON.
```

Use `squarecloud app metrics --help` for more information about this command.
