{% extends "baseTemplate/index.html" %} {% load static %} {# Server overview: identity, live gauges, the resource chart and service health. #} {% block title %}Server status{% endblock %} {% block styles %} {% endblock %} {% block content %}

Server status

{{ hostname }} · {{ serverIP }} · {{ info.os.prettyName }} · kernel {{ info.os.kernel }}

Updated
{% if not info.telemetryAvailable %}
psutil is not importable in the panel virtualenv, so live CPU, memory and network figures are unavailable. Historical samples still render.
{% endif %}
CPU
%
{{ info.cpu.cores }} threads · load {{ info.load.one }}
Memory
%
of
Disk (/)
%
free
Uptime
Swap {{ info.memory.swapUsedHuman }} / {{ info.memory.swapTotalHuman }}
Resource history

No samples yet for this window. The monitoring task writes one row a minute; the chart fills in as they arrive.

Services Manage
Loading services…
Host
Hostname
{{ info.panel.hostname }}
Panel address
{{ info.panel.ip }}
CPU
{{ info.cpu.model }}
OpenLiteSpeed
{{ litespeedVersion|default:"not detected" }}
Booted
{{ info.uptime.bootTimeISO }}
Time zone
{{ info.time.timeZone }}
Load 1/5/15
{{ info.load.one }} / {{ info.load.five }} / {{ info.load.fifteen }}
Network total
↓ {{ info.network.receivedHuman }}   ↑ {{ info.network.sentHuman }}
{% endblock %} {% block scripts %} {% endblock %}