{% extends "base.html" %} {% block content %}
Host Information
Host Name
{{ system_identity.hostname }}
Model
{{ system_identity.model or "—"}}
Serial
{{ system_identity.serial or "—" }}
System Information
Processor
{% include "components/system_stats/_cpu_temperature_card.html" %} {% include "components/system_stats/_cpu_usage_bar.html" %}
System Load (1m/5m/15m)
{% include "components/system_stats/_system_load_card.html" %}
Memory
{% include "components/system_stats/_memory_usage_bar.html" %} {% include "components/system_stats/_memory_usage_card.html" %}
Disk
{% include "components/system_stats/_disk_usage_bar.html" %} {% include "components/system_stats/_disk_usage_card.html" %}
Network
{% include "components/system_stats/_network_usage_card.html" %}
CPU Usage (last 5 min)
{% include "components/system_stats/_cpu_chart.html" %}
Network Traffic (last 5 min)
{% include "components/system_stats/_network_chart.html" %}
{% endblock %}