{% extends "top_level_base.html" %} {% load version_filters %} {% block extra_header_content %} {% spaceless %} {# Top systems capacity #} {% if infinibox_systems %}
| Name | Model | Serial | {% if add_hex_serial_column %}Serial Hex | {% endif %}Version | Performance | Physical Capacity | Virtual Capacity |
|---|---|---|---|---|---|---|---|
|
|
{{ system.model|default:"" }} | {{ system.serial }} | {% if add_hex_serial_column %}{{ system.serial|stringformat:"x" }} | {% endif %}{{ system.get_version_display }} | {% include "system_status.html" %} |
{{ system.get_total_physical_capacity_display }}
{{ system.get_free_physical_space_display }} |
{{ system.get_total_virtual_capacity_display }}
{{ system.get_free_virtual_space_display }} |
| Name | Model | Serial | {% if add_hex_serial_column %}Serial Hex | {% endif %}Version | Total Throughput | Physical Capacity | Data Reduction |
|---|---|---|---|---|---|---|---|
|
|
{{ system.model|default:"" }} | {{ system.serial }} | {% if add_hex_serial_column %}{{ system.serial|stringformat:"x" }} | {% endif %}{{ system.get_version_display }} | {% include "system_status.html" %} |
{{ system.get_total_physical_capacity_display }}
{{ system.get_free_physical_space_display }} |
{{ system.get_data_size_pre_reduction }}
{{ system.get_data_size_post_reduction }} |
To start using InfiniMetrics, select a system to monitor.