Skip to content

Panel statistics

See how hard your panel is working, live.

Go to Admin > Overview > Statistics.

The page refreshes every 30 seconds. The header shows the time of the last update and a Refresh button for an immediate update.

The page has two tabs: Overview and API Docs.

Overview tab

Runtime metrics

Four cards show how the panel itself is doing.

MetricDescription
UptimeThe time since the last restart of the panel.
Memory usageThe memory the panel is using, in MB.
Active tasksHow much the panel is doing at this moment.
WebSocket connectionsThe live connections open now, covering nodes, consoles and dashboards.

HTTP metrics

Three cards show API traffic:

MetricDescription
Total RequestsThe number of API requests since the last restart. A second line shows the requests in flight now.
Avg Response TimeThe average response time in milliseconds. A second line shows the state: Healthy, Moderate, or Slow.
Error Rate (5xx)The percentage of requests that returned a server error. A second line shows the total error count.

Unhealthy endpoints

This panel lists the endpoints that return server errors. Each row shows the HTTP method, the path, the error percentage, and the error count against the total. When nothing fails, the panel shows "No failing endpoints."

Top routes

This panel lists the most-requested API endpoints, with the HTTP method and the request count.

Servers by status

This panel groups every server by status, for example running, stopped, starting, stopping, installing, error, or suspended. Each status has a bar with the count and the percentage.

API docs tab

The API Docs tab holds a reference for the public API. It explains how to authenticate, and it lists the main endpoints with a curl example for each. Each example has a copy button.

The sections are Look up IDs, Servers, Power, Bulk actions, Users, Allocations, Webhooks, DDoS mitigation, and Billing. A section disappears when your license does not include that feature.

Read API Keys to create a key.

Next steps

BadgerPanel Documentation