{% extends "entities_with_averages.html" %} {% block entities_table_url %}/infinibox/{{ system.serial }}/entities/monitorednasclienttotals/{% endblock %} {% block entity_status_filter %} {% endblock %} {% block navbar_contents %}
  • View in API Browser
  • Export data
  • {% endblock %} {% block breadcrumbs %} {{ block.super }} {% if not system.collect_nas_clients %} NAS client performance monitoring is disabled. It can be enabled in the Settings tab. {% endif %} {% endblock %} {% block entities_table %} {% for data_field, col_info in model_class.entity_level_cols_for_table.items %} {{ col_info.text }}
    {% endfor %} Average IOPS
    Average Throughput
    Average Latency
    {% endblock %}