Panel Statistics
The statistics page provides real-time API metrics and runtime information for your BadgerPanel installation. Navigate to Admin > Statistics.
Runtime Metrics
The top section displays four system cards:
| Metric | Description |
|---|---|
| Uptime | How long the panel has been running since last restart |
| Memory Usage | Current memory consumption of the API process |
| Goroutines | Number of active concurrent operations |
| WebSocket Connections | Active WebSocket connections (daemon nodes, user consoles, dashboards) |
HTTP Metrics
Three cards display API traffic information:
| Metric | Description |
|---|---|
| Total Requests | Total API requests handled since startup, with current in-flight count |
| Avg Response Time | Average API response time in milliseconds. Color-coded: green (<200ms), amber (200-500ms), red (>500ms) |
| Error Rate (5xx) | Percentage of requests that returned server errors, with total error count |
Top Routes
Shows the most-requested API endpoints with their HTTP method and request count. Useful for understanding traffic patterns and identifying high-volume endpoints.
Servers by Status
A breakdown of all servers grouped by their current status (running, stopped, starting, installing, suspended, etc.) with percentage bars.
Refreshing
Statistics refresh automatically every 30 seconds. Click the Refresh button to update immediately.
Next Steps
- Troubleshooting - diagnosing panel issues
- Audit Logs - track administrative actions
