Server Monitoring: {{static_sysinfo.os_name}}
{% if config["show"]["systime"] %}
{% endif %}
{% if config["show"]["uptime"] %}
{% endif %}
{% if config["show"]["cpu"] %}
System Time
12:34 PM
Uptime
12:34 PM
CPU Usage
{{static_sysinfo.processor}} @
Core | Usage (%) | Clock Speed |
---|---|---|
Core {{i}} |
RAM and Swap Usage
Type | Available | Used | Percentage Used |
---|---|---|---|
RAM | {{static_sysinfo.memory}} | 4GB | 50% |
Swap | {{static_sysinfo.swap}} | 1GB | 50% |
Disks
Name | Size | Mount point | Type |
---|---|---|---|
{{i["name"]}} | {{i["size"]}} | {{i["mountpoints"][0]}} | {{i["type"]}} |
Partitions
Name | Size | Mount point | Type |
---|---|---|---|
{{i["name"]}} | {{i["size"]}} | {{i["mountpoints"][0]}} | {{i["type"]}} |