{% include 'admin/common/header.html' %}
主机信息
核心数
{{ cpu_count }}
空闲率
等待率
使用率
{{ cpus_percent }}%
内存监控
空闲内存
{{ memory_free }}M
最大内存
{{ memory_total }}M
已用内存
{{ memory_used }}M
内存使用
{{ memory_usage }}%
主机监控
磁盘信息
{% for i in disk_partitions_list %}
{{ i.device }}
{{ i.fstype }}
磁盘大小
{{ i.total }}M
空闲大小
{{ i.free }}M
已经使用
{{ i.used }}M
使用概率
{{ i.percent }}%
详情
{% endfor %}
主机信息
属性
值
名称
{{ hostname }}
系统
{{ system_version }}
开机时间
{{ boot_time }}
运行时长
{{ up_time_format }}
python版本
{{ python_version }}
程序操作
关闭程序
{% include 'admin/common/footer.html' %}