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:
parent
581d7fe9b5
commit
2017c1396a
@ -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 CPU’s 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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user