主机名称 | IP | CPU 占用 | 内存占用 | 启动时间 | 上报时间 | 状态 | 操作 | |
---|---|---|---|---|---|---|---|---|
当前工作 | ||||||||
{{ worker['_worker_name'] }} |
{{ worker['ip'] }} |
{{ worker['cpu_percent'] }} |
共 {{ worker['mem_total'] }} |
{{ worker['_started'] }} |
{{ worker['_timestamp'] }} |
{% if worker['_active'] == 'shutdown' %}
下线{% elif worker['_active'] == 'ldle' %} 空闲{% elif worker['_active'] == 'work' %} 运转{% endif %} |
{% if worker['_worker_weight'] %}
刷新 停止 | {% else %}启用 删除 | {% endif %}
{% for thread in worker['_threads'] %}
在进程 {{ thread['_name'] }} 上:
{{ thread['_comment'] }} 已经运行了 {{thread['_take_time']}}
详细信息
{% if thread['_pid'] != -1 %}
线程信息停止
{% endfor %}
{% endif %} |