{% load static %} VM Overview

Resource Consumption

  • CPU Utilization: {{ info.cpu_usage }}
  • Memory Usage: {{ info.memory_usage }}
  • Storage Usage: {{ info.storage_usage }}
  • Number of VMs: {{ info.vm_count }}

Menu

List of VMs

{% csrf_token %}
{% for vm in info.vm_list %} {% if vm.user_id is not None %} {% else %} {% endif %} {% endfor %}
VM ID VM Name UserID Name Status Exp.Date OS Actions
{{ vm.vmid }} {{ vm.vm_name }}{{ vm.user_id }}{{ vm.user_id }}{{ vm.user_name }} {{ vm.status }} {{ vm.end_date }} {{ vm.os }}
{% csrf_token %}