lim.acct

The lim.acct file is the log file for the LSF Load Information Manager (LIM). The lim.acct file contains host load information that is collected and distributed by LIM.

lim.acct structure

The first line of lim.acct contains a list of load index names that are separated by spaces. The default list is r15s r1m r15m ut pg ls it swp mem tmp. Subsequent lines in the file contain the host’s load information at the time the information was recorded.

Fields

Fields are ordered in the following sequence:
time (%ld)
The time when the load information is written to the log file.
host name (%s)
The name of the host.
status of host (%d)
An array of integers. The first integer marks the operation status of the host. Remaining integers are used as a bitmap to indicate load status of the host. An integer can be used for 32 load indices. If the number of user-defined load indices is not more than 21, only one integer is used for both built-in load indices and external load indices. See the hostload structure in ls_load(3) for the description of these fields.
indexvalue (%f)
A sequence of load index values. Each value corresponds to the index name in the first line of lim.acct. The order in which the index values are listed is the same as the order of the index names.