Revision d7731f51 man/hbal.rst

b/man/hbal.rst
217 217
  new jobset.
218 218

  
219 219
-p, --print-nodes
220
  Prints the before and after node status, in a format designed to
221
  allow the user to understand the node's most important parameters.
222

  
223
  It is possible to customise the listed information by passing a
224
  comma-separated list of field names to this option (the field list
225
  is currently undocumented), or to extend the default field list by
226
  prefixing the additional field list with a plus sign. By default,
227
  the node list will contain the following information:
228

  
229
  F
230
    a character denoting the status of the node, with '-' meaning an
231
    offline node, '*' meaning N+1 failure and blank meaning a good
232
    node
233

  
234
  Name
235
    the node name
236

  
237
  t_mem
238
    the total node memory
239

  
240
  n_mem
241
    the memory used by the node itself
242

  
243
  i_mem
244
    the memory used by instances
245

  
246
  x_mem
247
    amount memory which seems to be in use but cannot be determined
248
    why or by which instance; usually this means that the hypervisor
249
    has some overhead or that there are other reporting errors
250

  
251
  f_mem
252
    the free node memory
253

  
254
  r_mem
255
    the reserved node memory, which is the amount of free memory
256
    needed for N+1 compliance
257

  
258
  t_dsk
259
    total disk
260

  
261
  f_dsk
262
    free disk
263

  
264
  pcpu
265
    the number of physical cpus on the node
266

  
267
  vcpu
268
    the number of virtual cpus allocated to primary instances
269

  
270
  pcnt
271
    number of primary instances
272

  
273
  scnt
274
    number of secondary instances
275

  
276
  p_fmem
277
    percent of free memory
278

  
279
  p_fdsk
280
    percent of free disk
281

  
282
  r_cpu
283
    ratio of virtual to physical cpus
284

  
285
  lCpu
286
    the dynamic CPU load (if the information is available)
287

  
288
  lMem
289
    the dynamic memory load (if the information is available)
290

  
291
  lDsk
292
    the dynamic disk load (if the information is available)
293

  
294
  lNet
295
    the dynamic net load (if the information is available)
220
  Prints the before and after node status, in a format designed to allow
221
  the user to understand the node's most important parameters. See the
222
  man page **htools**(1) for more details about this option.
296 223

  
297 224
--print-instances
298 225
  Prints the before and after instance map. This is less useful as the

Also available in: Unified diff