Revision 4886952e hspace.1

b/hspace.1
144 144
2560,102400,2=20 512,102400,2=21\fR.
145 145

  
146 146
.TP
147
.I KM_USED_CPU, KM_USED_MEM, KM_USED_DSK
147
.I KM_USED_CPU, KM_USED_NPU, KM_USED_MEM, KM_USED_DSK
148 148
These represents the metrics of used resources at the start of the
149
computation (only for tiered allocation mode).
149
computation (only for tiered allocation mode). The NPU value is
150
"normalized" CPU count, i.e. the number of virtual CPUs divided by the
151
maximum ratio of the virtual to physical CPUs.
150 152

  
151 153
.TP
152
.I KM_POOL_CPU, KM_POOL_MEM, KM_POOL_DSK
154
.I KM_POOL_CPU, KM_POOL_NPU, KM_POOL_MEM, KM_POOL_DSK
153 155
These represents the total resources allocated during the tiered
154 156
allocation process. In effect, they represent how much is readily
155 157
available for allocation.
156 158

  
157 159
.TP
158
.I KM_UNAV_CPU, KM_UNAV_MEM, KM_UNAV_DSK
160
.I KM_UNAV_CPU, KM_POOL_NPU, KM_UNAV_MEM, KM_UNAV_DSK
159 161
These represents the resources left over (either free as in
160 162
unallocable or allocable on their own) after the tiered allocation has
161 163
been completed. They represent better the actual unallocable

Also available in: Unified diff