Metrics
Real-time CPU and memory monitoring for your apps and servers.
#App Metrics
Go to your app → Metrics tab. View real-time CPU and memory usage with 24-hour history charts.
Metrics are available through the dashboard. The API provides server-level status.
Ask Claude: “What’s the server status?” for server-level metrics.
Tap your app to see live status indicators.
#Server Metrics
Go to Servers → click your server to see CPU, memory, and disk usage.
bash
curl https://wokku.dev/api/v1/servers/1/status \
-H "Authorization: Bearer $TOKEN"
Ask Claude: “Show server health for server 1”
Tap Servers to see health indicators.
#Collected Metrics
| Metric | Frequency | History |
|---|---|---|
| CPU usage | Every 30s | 24 hours |
| Memory usage | Every 30s | 24 hours |
| Disk usage | Every 5 min | 24 hours |
| Container stats | Every 30s | 24 hours |