{% extends load_base %} {% load i18n %} {% load gui_utils %} {% block javascript %} {% include "gui/node/monitoring_js.html" with graphs=graphs %} {% endblock %} {% block base_nav %} {% include "gui/node/navigation.html" with li_monitoring="active" %} {% include "gui/node/monitoring_navigation.html" with mon_vm_disk_throughput="active" %} {% endblock %} {% block base_content %}
{{ node.hostname }} › {% trans "VM disk logical read throughput" %} {% include "gui/node/monitoring_graph.html" with desc=graph_items|keyvalue:'vm-disk-logical-throughput-reads'|keyvalue:'desc' %}
{{ node.hostname }} › {% trans "VM disk logical write throughput" %} {% include "gui/node/monitoring_graph.html" with desc=graph_items|keyvalue:'vm-disk-logical-throughput-writes'|keyvalue:'desc' %}
{{ node.hostname }} › {% trans "VM disk physical read throughput" %} {% include "gui/node/monitoring_graph.html" with desc=graph_items|keyvalue:'vm-disk-physical-throughput-reads'|keyvalue:'desc' %}
{{ node.hostname }} › {% trans "VM disk physical write throughput" %} {% include "gui/node/monitoring_graph.html" with desc=graph_items|keyvalue:'vm-disk-physical-throughput-writes'|keyvalue:'desc' %}
{% endblock %}