next up previous contents
Next: ls Up: FBSNG Command Line Interface Previous: ptypes   Contents

lj

The lj command produces a short listing of jobs running in the FBSNG cluster. The format of the command is:

  fbs lj [-u (<user>|all)] [(<jobid>|<sectionid>] ...
By default, all jobs are displayed. -u option can be used to display only jobs of specified user. The following is an example of


fnpcb> fbs lj
JobID  State      User     Sections
------ ---------- -------- ----------------------
2540   running    ivm      Light_1:* Light_2:d Light_4:* Light_8:*           
2541   ended      ivm      P3:d                                              
2542   running    ivm      Light_1:* Light_2:* Light_4:* Light_8:*           
2543   ended      ivm      P3:d                                              
2544   ended      ivm      P3:d                                              
2545   running    ivm      Light_1:* Light_2:* Light_4:* Light_8:*           
2546   running    ivm      Light_1:* Light_2:* Light_4:r Light_8:r           
2547   pending    ivm      Light_1:r Light_2:r Light_4:r Light_8:r           
fnpcb>
For each job, the command prints its id, state, username and list of sections with status of each section represented with single character:



FBSNG Home