bjobs
bjobs is a command-line utility used with the Platform LSF batch scheduling system to report the status of jobs in the queue. It allows users and administrators to monitor jobs that have been submitted to a batch system, showing information such as job identifiers, the submitting user, the job name, the queue or project, the current state, submission time, and the elapsed runtime. The exact fields shown may vary by version and configuration, but common data includes job ID, user, job name, status, and resource requests.
Typical usage involves querying by user, queue, or job range. By default, bjobs shows jobs visible to
Output interpretation: each line represents a single job and includes its identifier and status. Status codes
Example: to view all your jobs, run bjobs -u yourusername. To see a detailed listing, use bjobs
Related commands in the same batch system family include bsub for submission and bhist for historical information.