Platform LSF Reference Version 6.2
lim.acct Structure
Platform LSF Reference
314
lim.acct Structure
The first line of lim.acct contains a list of load index names separated by spaces. This
list of load index names can be specified in the
lsmon command line. 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. Additional
integers are used as a bit map 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.
SEE ALSO
Related Topics
lsmon
(1), lsload(1)
Files
None