Platform LSF Administration Guide Version 6.2
Viewing User and User Group Information
Administering Platform LSF
158
Viewing User and User Group Information
You can display information about LSF users and user groups using the busers and
bugroup commands.
The
busers command displays information about users and user groups. The default
is to display information about the user who invokes the command. The
busers
command displays:
◆
Maximum number of jobs a user or group may execute on a single processor
◆
Maximum number of job slots a user or group may use in the cluster
◆
Maximum number of pending jobs a user or group may have in the system.
◆
Total number of job slots required by all submitted jobs of the user
◆
Number of job slots in the PEND, RUN, SSUSP, and USUSP states
The
bugroup command displays information about user groups and which users
belong to each group.
The
busers and bugroup commands have additional options. See the busers(1)
and
bugroup(1) man pages for more details.
Viewing user information
Run busers all. For example:
%
busers all
USER/GROUP JL/P MAX NJOBS PEND RUN SSUSP USUSP RSV
default 12 - - - - - - -
user9 1 12 34 22 10 2 0 0
groupA - 100 20 7 11 1 1 0
Viewing user pending job threshold information
Run busers -w, which displays the pending job threshold column at the end of the
busers all output. For example:
%
busers -w
USER/GROUP JL/P MAX NJOBS PEND RUN SSUSP USUSP RSV MPEND
default 12 - - - - - - - 10
user9 1 12 34 22 10 2 0 0 500
groupA - 100 20 7 11 1 1 0 200000
Viewing user group information
Run bugroup. For example:
%
bugroup
GROUP_NAME USERS
testers user1 user2
engineers user3 user4 user10 user9
develop user4 user10 user11 user34 engineers/
system all users
Viewing user share information
Run bugroup -l, which displays user share group membership information in long
format. For example: