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

> アプリケーションの過去 24 時間の CPU、RAM、ネットワークのメトリクスを表示します。

アプリケーションの CPU 使用率、RAM 使用率、ネットワークトラフィックについて、過去 24 時間分の時系列データを表示します。アプリケーション ID は省略可能です。CLI は引数、次にカレントディレクトリの `squarecloud.app` 設定ファイル、最後にインタラクティブな選択メニューの順で解決します。

```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.
```

このコマンドの詳細については `squarecloud app metrics --help` を使用してください。
