(Click to open topic with navigation)
Synopsis
showhist.moab.pl [-a accountname]
[-c classname]
[-e enddate]
[-g groupname]
[-j jobid]
[-n days]
[-q qosname]
[-s startdate]
[-u username]
Overview
The showhist.moab.pl script displays historical job information. Its purpose is similar to the checkjob command's, but showhist.moab.pl displays information about jobs that have already completed.
Access
By default, this script's use is limited to administrators on the head node; however, end users can also be given power to run the script. To grant access to the script to end users, move showhist.moab.pl from the tools directory to the bin directory.
Arguments
-g (Group) | |
---|---|
Format | <GROUPNAME> |
Description | Displays job records matching the specified group. |
Example |
> showhist.moab.pl -g admins Information about jobs related to the group admins is displayed. |
-j (Job ID) | |
---|---|
Format | <JOBID> |
Description | Displays job records matching the specified job id. |
Example |
> showhist.moab.pl -j moab01 Information about job moab01 is displayed. |
-q (QoS) | |
---|---|
Format | <QOSNAME> |
Description | Displays job records matching the specified quality of service. |
Example |
> showhist.moab.pl -q myQos Information about jobs related to the QoS myQos is displayed. |
-u (User) | |
---|---|
Format | <USERNAME> |
Description | Displays job records matching the specified user. |
Example |
> showhist.moab.pl -u bob Information about user bob's jobs is displayed. |
Sample Output
> showhist.moab.pl
Job Id : Moab.4 User Name : user1 Group Name : company Queue Name : NONE Processor Count : 4 Wallclock Duration: 00:00:00 Submit Time : Mon Nov 21 10:48:32 2011 Start Time : Mon Nov 21 10:49:37 2011 End Time : Mon Nov 21 10:49:37 2011 Exit Code : 0 Allocated Nodelist: 10.10.10.3 Job Id : Moab.1 Executable : 4 User Name : user1 Group Name : company Account Name : 1321897709 Queue Name : NONE Quality Of Service: 0M Processor Count : -0 Wallclock Duration: 00:01:05 Submit Time : Mon Nov 21 10:48:29 2011 Start Time : Mon Nov 21 10:48:32 2011 End Time : Mon Nov 21 10:49:37 2011 Exit Code : 0 Allocated Nodelist: 512M
Information is displayed for all completed jobs.
When a job's Start Time and End Time are the same, the job is infinite and still running.
Related topics