Revision b0517d61 hbal.1

b/hbal.1
9 9
.B "[-o]"
10 10
.BI "[-l" limit "]"
11 11
.BI "[-O" name... "]"
12
.BI "[-e" score "]"
12 13
.BI "[-m " cluster "]"
13 14
.BI "[-n " nodes-file " ]"
14 15
.BI "[-i " instances-file "]"
......
248 249
.RE
249 250

  
250 251
.TP
252
.BI "-e" score ", --min-score=" score
253
This parameter denotes the minimum score we are happy with and alters
254
the computation in two ways:
255
.RS
256
.RS 4
257
.TP 3
258
\(em
259
if the cluster has the initial score lower than this value, then we
260
don't enter the algorithm at all, and exit with success
261
.TP
262
\(em
263
during the iterative process, if we reach a score lower than this
264
value, we exit the algorithm
265
.RE
266
The default value of the parameter is currently \fI1e-9\fR (chosen
267
empirically).
268
.RE
269

  
270
.TP
251 271
.BI "-n" nodefile ", --nodes=" nodefile
252 272
The name of the file holding node information (if not collecting via
253 273
RAPI), instead of the default \fInodes\fR file (but see below how to

Also available in: Unified diff