Platform LSF Reference Version 6.2

lsf.cluster_name.license.acct Structure
Platform LSF Reference
500
lsf.cluster_name.license.acct Structure
The license audit log file is an ASCII file with one record per line. The fields of a record
are separated by blanks.
File properties
Location
The default location of this file is defined by LSF_LOGDIR in lsf.conf, but you can
override this by defining
LSF_LICENSE_ACCT_PATH in lsf.conf.
Owner
The primary LSF admin is the owner of this file.
Permissions
-rw-r--r--
Records and fields
The fields of a record are separated by blanks. The fields in order of occurrence are as
follows:
timestamp (%d)
Time stamp of the logged event (in seconds since the epoch).
type (%s)
The LSF product type. The valid values are as follows:
LSF_MANAGER
LSF_MULTICLUSTER
LSF_DUALCORE
version (%s)
The version of the LSF product.
value (%s)
The actual tracked value. The format of this field depends on the product type as
specified by the
type field:
LSF_MANAGER
E
e_peak e_max_avail S s_peak s_max_avail B b_peak b_max_avail
Where
e_peak, s_peak, and b_peak are the peak usage values (in number of CPUs) of
the E, S, and B class licenses, respectively.
e_max_avail, s_max_avail, and b_max_avail are the maximum availability and
usage values (in number of CPUs) of the E, S, and B class licenses, respectively.
This is determined by the license that you purchased.
LSF_MULTICLUSTER
mc_peak mc_max_avail
Where
mc_peak is the peak usage value (in number of CPUs) of the LSF MultiCluster
license
mc_max_avail is the maximum availability and usage (in number of CPUs) of
the LSF MultiCluster license. This is determined by the license that you
purchased.