next up previous contents
Next: kill Up: FBSNG Command Line Interface Previous: Examples   Contents

history

The history command provides one with a history report of jobs that have completed. The format of the command is:

  fbs history [-b <begin_time>][-e <end_time>]
              [-u ('<user> ...'|all)] [-s '<section>...']
              [-h '<node>...'] [-q '<queue> ...']
              [-j ('<jobid>|<sectionid>) ...'] 
              [-t '<process_type>...']
-b <begin_time>: Report on only jobs starting after begtime. The default is to look as far back in the history files as possible.
-e <end_time>: Report on jobs ending before endtime. The default is to show jobs up to the current time.
-u <user> ...|all: Report on jobs for a particular user(s). The default is to only show jobs for the user issuing the command.
-s <section> ...: Report on section. If the section has been specified with the -j option, then the -s is ignored. -h <node> ...: Report on processes running on specified nodes. The default is to show processes on all nodes.
-q <queue> ...: Report on processes running on specified queues. The default is to show processes on all queues.
-j <jobid>|<sectionid> ...: Report on specified jobs. Each job_id can take the form section.jobid, which will cause only section information for that job to be printed.
-t <proc_type> ...: Report on sections of specified process types.

next up previous contents
Next: kill Up: FBSNG Command Line Interface Previous: Examples   Contents
FBSNG Home