Skip to content

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:

MetricDescription
UptimeHow long the panel has been running since last restart
Memory UsageCurrent memory consumption of the API process
GoroutinesNumber of active concurrent operations
WebSocket ConnectionsActive WebSocket connections (daemon nodes, user consoles, dashboards)

HTTP Metrics

Three cards display API traffic information:

MetricDescription
Total RequestsTotal API requests handled since startup, with current in-flight count
Avg Response TimeAverage 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

BadgerPanel Documentation