{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock head %} {% block content %}

资源概览

虚拟机 TOP 10

CPU

{% for item in guests_current_top_10_ret.data.cpu_load %} {% if item.guest_uuid not in guests_mapping_by_uuid %}{% continue %}{% endif %} {% endfor %}
实例 负载
{{ guests_mapping_by_uuid[item.guest_uuid].label }}/{{ guests_mapping_by_uuid[item.guest_uuid].remark }}
{% endblock content %}