Platform LSF Reference Version 6.2

lsload
Platform LSF Reference
226
If -l is specified, shows the disk I/O rate exponentially averaged over the last
minute, in KB per second.
external_index
By default, external load indices are not shown.
If -
l is specified, shows indices for all dynamic custom resources available on the
host, including shared, string and Boolean resources.
If
-I load_index is specified, only shows indices for specified non-shared (host-
based) dynamic numeric custom resources.
RESOURCE-BASED OUTPUT (lsload -s)
Displays information about dynamic shared resources. Each line gives the value and the
associated hosts for an instance of the resource. See
lim(8), and lsf.cluster(5)
for information on configuring dynamic shared resources.
The displayed information consists of the following fields:
RESOURCE
Name of the resource.
VALUE
Value for an instance of the resource.
LOCATION
Hosts associated with the instance of the resource.
EXAMPLES
% lsload -R "select[r1m<=0.5 && swp>=20 && type==ALPHA]"
OR, in restricted format:
% lsload -R r1m=0.5:swp=20:type=ALPHA
Displays the load of ALPHA hosts with at least 20 megabytes of swap space, and a
1-minute run queue length less than 0.5.
% lsload -R "select[(1-swp/maxswp)<0.75] order[pg]"
Displays the load of the hosts whose swap space utilization is less than 75%. The
resulting hosts are ordered by paging rate.
% lsload -I r1m:ut:io:pg
Displays the 1-minute CPU raw run queue length, the CPU utilization, the disk I/O and
paging rates for all hosts in the cluster.
% lsload -E
Displays the load of all hosts, ordered by r15s:pg, with the CPU run queue lengths
being the effective run queue lengths (see
lsfintro(1)).
% lsload -s verilog_license
Displays the value and location of all the verilog_license dynamic shared resource
instances.
DIAGNOSTICS
Exit status is -10 for LSF problems or a bad resource names.