Below is the list of commonly used LSF batch commands and a brief description :
- bparams : Displays the parameters settings [Output of lsb.params file]
- bugroup : Display the list of user groups
- bmgroup : Display the list of host / machine group
- bhosts : Display the summary of host state [ add -l for detailed]
- bqueues : Display the summary of queue states in the lsf cluster. use -l for detailed
- busers all : Display the per user breakdown of jobs currently in the lsf batch system
- bjobs -u < all / user > -a : Displays information of the jobs which are current, recently completed
- bjobs -l < job id > : Display the information in detail of a particular job id
- bhist : Display the time history of the job
- bstop : Pauses the job
- bresume : Resume the job
- bkill : Kills the job
- btop : Move job in top of the queue of the user
- bbot : Move the job in bottom of the queue of the user
- bswitch : Switch the jobs from one queue to another
- bmodify : Modifies the submission parameters of the jobs which are pending
- bacct : Display accounting information of the tasks executed using LSF batch
No comments:
Post a Comment