3.2.2 - Get Check
Action Option -GC (-GetCheck) :
retrieves check records from GDEXDB. With no filter, returns active check records owned by the current specialist.
Available mode options:
include detailed status: progress percentage for running commands and error messages for failed ones. |
|
pad each column to a uniform width for readability. |
-FN (-FieldNames) selects which fields to retrieve as a string of single-letter codes. When -FN is omitted, the default field set is “COVTUPFJDNW”.
Field codes for check records:
Code |
Description |
|
|---|---|---|
C |
check index |
|
O |
original command name |
|
V |
argument string after the command (<= 100 chars) |
|
T |
dataset ID the command runs against |
|
A |
action name for the command |
|
U |
check status for the recorded command |
|
B |
storage down flags: D-DRDATA, G-GLADE, O-ObjectStore |
|
P |
PBS batch queue name (e.g. gdex, htc) |
|
R |
parent check index this check waits on |
|
F |
number of files to be processed |
|
J |
number of files already processed |
|
K |
number of times the command has run |
|
L |
maximum number of tries allowed |
|
Z |
total bytes processed for the command |
|
D |
date the command was first recorded |
|
Y |
time the command was first recorded |
|
H |
host(s) the command can or cannot run on |
|
N |
specialist who owns the check |
|
W |
working directory for the command |
|
M |
modules to load in the batch job script |
|
I |
environment variables for the batch job |
|
Q |
additional qsub options |
|
X |
additional argument string beyond 100 chars |
|
E |
error message from a failed command |
Use -CI (-CheckIndex) to fetch specific records. To inspect another specialist’s records, supply -SN with the appropriate login name.