Server Dashboard

Server Monitoring: {{static_sysinfo.os_name}}

{% if config["show"]["systime"] %}

System Time

12:34 PM

{% endif %} {% if config["show"]["uptime"] %}

Uptime

12:34 PM

{% endif %}
{% if config["show"]["cpu"] %}

CPU Usage

{{static_sysinfo.processor}} @

cpu usage
{% for i in range(dynamic_sysinfo.core_info["lenght"]) %} {% endfor %}
Core Usage (%) Clock Speed
Core {{i}}
{% endif %} {% if config["show"]["memory"] %}

RAM and Swap Usage

memory usage
Type Available Used Percentage Used
RAM {{static_sysinfo.memory}} 4GB 50%
Swap {{static_sysinfo.swap}} 1GB 50%
{% endif %} {% if config["show"]["disk"] %}

Disks

{% for i in static_sysinfo.disks["blockdevices"] %} {% endfor %}
Name Size Mount point Type
{{i["name"]}} {{i["size"]}} {{i["mountpoints"][0]}} {{i["type"]}}
{% endif %} {% if config["show"]["partitions"] %}

Partitions

{% for i in static_sysinfo.partitions %} {% endfor %}
Name Size Mount point Type
{{i["name"]}} {{i["size"]}} {{i["mountpoints"][0]}} {{i["type"]}}
{% endif %}