{% load mathfilters %}

Resource Allocation

{% if skeleton %}
CPU Allocation — / — vCPU
—%
RAM Allocation — / — GB
—%
{% else %}
CPU Allocation {{ vcpu.allocated }} / {{ vcpu.total }} vCPU
{{ vcpu.allocated_percentage|floatformat:1 }}%
overcommit: {{ vcpu.overcommit_ratio|floatformat:1 }} / {{ vcpu.overcommit_max|floatformat:1 }} {{ vcpu.allocated_percentage|floatformat:1 }}% allocated
RAM Allocation {{ vram.allocated|convert_bytes }} / {{ vram.total|convert_bytes }} GB
{{ vram.allocated_percentage|floatformat:1 }}%
overcommit: {{ vram.overcommit_ratio|floatformat:1 }} / {{ vram.overcommit_max|floatformat:1 }} {{ vram.allocated_percentage|floatformat:1 }}% allocated
{% endif %}

Top Flavors

{% if skeleton %}
— instances
Share —%
{% else %}
{{ flavors.first_common_flavor.name }} {{ flavors.first_common_flavor.count }} instances
Share {{ flavors.first_common_flavor.count|div:vm.count|mul:100|floatformat:0 }}%
{% if flavors.second_common_flavor %}
{{ flavors.second_common_flavor.name }}
{{ flavors.second_common_flavor.count }}
{% endif %} {% if flavors.third_common_flavor %}
{{ flavors.third_common_flavor.name }}
{{ flavors.third_common_flavor.count }}
{% endif %}
{% endif %}