-sum

Displays summary information about unfinished jobs.

Categories

state, format

Synopsis

bjobs -sum

Description

bjobs -sum displays the count of job slots in the following states: running (RUN), system suspended (SSUSP), user suspended (USUSP), suspended while pending (PSUSP), pending (PEND), forwarded to remote clusters and pending (FWD_PEND), and UNKNOWN.

bjobs -sum displays the job slot count only for the user’s own jobs.

Use -sum with other options (like -m, -P, -q, and -u) to filter the results. For example, bjobs -sum -u user1 displays job slot counts just for user user1.

Examples

% bjobs -sum
RUN        SSUSP       USUSP      UNKNOWN    PEND       FWD_PEND  PSUSP    
123        456         789        5          5          3         3        

To filter the -sum results to display job slot counts just for user user1, run bjobs -sum -u user1:

% bjobs -sum -u user1
RUN        SSUSP       USUSP      UNKNOWN    PEND       FWD_PEND  PSUSP    
20         10          10         0           5          0        2