Get Job Information
The nc info command gives information about a job.
vnc: Usage Message
NC INFO:
Get information about a specific job or list of jobs.
USAGE:
% nc info [options] <jobId> ...
OPTIONS:
-h -- Show this message.
-v -- Increase verbosity.
-l -- Show the log file (actually, it shows all outputs).
-e -- Show the environment name, or contents if a snapshot.
-c -- Show tasker compatibility table
(which tasker can run a job).
-sc -- Show tasker compatibility in normal output.
-dep -- Show job dependencies.
-J <jobname> -- Show the jobs with given name.
(DO NOT USE IN SCRIPTS!)
NOTE: 'nc info -J JOBNAME' is way more expensive than 'nc info JOBID'
We strongly recommend you never use nc info -J ... in scripts.
Reason: job names are not unique and are not hashed. Job Ids are unique.
EXAMPLES:
% nc info 00123456
-- Show info about specific job.
% nc info !
-- Show info about most recent job in current dir.
% nc info -l 12345
-- Show log file(s) of job.
% nc info -J MyJob
-- Show info about all jobs called "MyJob".
% nc info -sc 0012345
-- If job is Scheduled, also show the summary
of tasker compatibility.
% nc getfield 00012345 jobclass
normal
% nc getfield 00012345 cputime
7.125
% nc getfield 00012345
... get list of all known fields (more than 100 of them)...