@@ -457,6 +469,7 @@ from qRead
|
|
+ |
|
|
@@ -469,14 +482,15 @@ from qRead
|
|
|
+ |
|
|
|
|
- |
- RAM allloc вкл. ВМ % |
+ RAM allloc % |
+ RAM allloc ВКЛ % |
|
@@ -493,6 +507,7 @@ from qRead
#hosts_total# |
#numberFormat(ghz,".0")# |
+ #numberFormat(gb_per_core,".0")# |
#numberFormat(vms,"0")# |
#numberFormat(vms_on,"0")# |
@@ -503,15 +518,17 @@ from qRead
#numberFormat(ghz_provisioned,".0")# |
#numberFormat(vm_ghz_reserved,".0")# |
#numberFormat(vm_ghz_usage,".0")# |
- #vm_cores# |
+ #vm_cores# |
+ #vm_cores_on# |
#numberFormat(gb_provisioned,"0")# |
#numberFormat(vm_ram_alloc,"0")# |
#numberFormat(vm_ram_alloc_on,"0")# |
#numberFormat(vm_ram_used,"0")# |
- #numberFormat(vm_ram_alloc/ram_in_service*100,"0")# |
- #numberFormat(vm_ram_alloc_on/ram_in_service*100,"0")# |
- #numberFormat(vm_ram_used/ram_in_service*100,"0")# |
+
+ #numberFormat(GB_alloc_perc,"0")# |
+ #numberFormat(vm_ram_alloc_on/gb_provisioned*100,"0")# |
+ #numberFormat(vm_ram_used/gb_provisioned*100,"0")# |