LSF_DISPATCHER_LOGDIR

Syntax

LSF_DISPATCHER_LOGDIR=path

Description

Specifies the path to the log files for slot allocation decisions for queue-based fair share.

If defined, LSF writes the results of its queue-based fair share slot calculation to the specified directory. Each line in the file consists of a timestamp for the slot allocation and the number of slots allocated to each queue under its control. LSF logs in this file every minute. The format of this file is suitable for plotting with gnuplot.

Example

# clients managed by LSF
# Roma # Verona # Genova # Pisa # Venezia # Bologna
15/3      19:4:50   0 0 0 0 0 0
15/3      19:5:51   8 5 2 5 2 0
15/3      19:6:51   8 5 2 5 5 1
15/3      19:7:53   8 5 2 5 5 5
15/3      19:8:54   8 5 2 5 5 0
15/3      19:9:55   8 5 0 5 4 2

The queue names are in the header line of the file. The columns correspond to the allocations per each queue.

Default

Not defined