{{ worker['_worker_name'] }} |
{{ worker['ip'] }} |
{{ worker['cpu_style'] }} |
{{ worker['cpu_percent'] }} |
共 {{ worker['mem_total'] }} | 已用 {{ worker['mem_percent'] }} |
{{ worker['_started'] }} |
{% if worker['_worker_weight'] %}
{{ worker['_timestamp'] }} |
{% for thread in worker['_threads'] %}{{thread['_name']}}: {{thread['_comment']}}. {{thread['_take_time']}}秒前 Kill {% endfor %} |
{{ worker['_worker_weight'] }} ↑ ↓ |
{{ worker['_active'] }} |
停止
|
{% else %}
{{ worker['_timestamp'] }} |
|
{{ worker['_worker_weight'] }} |
{{ worker['_active'] }} |
删除
启用
|
{% endif %}
{% endfor %}
{% endif %}