1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

development: Add comments for TOTAL_MEM and TOTAL_CPU attributes.

This commit is contained in:
Christian González 2018-12-05 17:10:09 +01:00 committed by Ruben S. Montero
parent 581d7fe9b5
commit 2017c1396a

View File

@ -31,7 +31,9 @@
<xs:element name="CPU_USAGE" type="xs:integer"/>
<!-- ^^ Percentage, Usage of CPU calculated by ONE as the summatory CPU requested by all VMs running in the host -->
<xs:element name="TOTAL_MEM" type="xs:integer"/>
<!-- ^^ Maximum memory that could be used for VMs -->
<xs:element name="TOTAL_CPU" type="xs:integer"/>
<!-- ^^ Number of CPUs multiplied by 100. For example, a 16 cores machine will have a value of 1600 -->
<xs:element name="MAX_DISK" type="xs:integer"/>
<xs:element name="MAX_MEM" type="xs:integer"/>
<!-- ^^ KB, Total memory in the host -->