jobwatch

Package: WA2L/edrc 1.5.57
Section: General Commands (1)
Updated: 12 March 2024
Index Return to Main Contents

 

NAME

jobwatch - watch a job sequencer queue

 

SYNOPSIS

edrc/bin/jobwatch [ -h | -V ]

jobwatch [ -i update_interval ] [ -q queue | -Q ]

 

AVAILABILITY

WA2L/edrc

 

DESCRIPTION

watch the state of all jobs in a given queue.

The output is similar to the top(1) operating system command.

 

OPTIONS

-h
usage message.

-V
print program version.

-i update_interval
maximal interval of output list update.

The default is 60 seconds, but if a job state changes the list is updated immediately.

-q queue
queuename if not default.

-Q
watch status of all queues.

 

ENVIRONMENT

-

 

EXIT STATUS

0
no error.

4
usage printed.

5
command aborted.

6
version printed.

11
cannot create temporary directory in /tmp/; this might be an indicator of system intrusion.

 

FILES

etc/job.cfg
configuration file for the job, jobwatch, and joblog commands.

/var/tmp/job/
spool directory of job.

/var/tmp/job/job.log
log file of job.

/var/tmp/job/.seq
job id counter.

/var/tmp/job/<JOBID>/
spool directory of a job with the id <JOBID> consisting on the following state files:

cmd
commands to run in the job.

env
user environment (variables).

state
state of the job.

pid
process id of the job.

time.enqueue
time stamp when the job was created.

time.end
time stamp when the job has ended.

time.run
time stamp when commands in the job were started (when the job came into the run state).

exec
job execution file.

user
user that created the job.

cwd
current working directory from where the job command was issued.

compl
job completion criteria resolution.

log
output (stderr and stdout) of the commands in the job.

version
version of the job command at the time when the job was created.

queue
job queue.

 

EXAMPLES

-

 

SEE ALSO

edrcintro(1), job(1), job.cfg(4), joblog(1)

 

NOTES

-

 

BUGS

-

 

AUTHOR

jobwatch was developed by Christian Walther. Send suggestions and bug reports to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2020 by Christian Walther

This is free software; see edrc/doc/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
OPTIONS
ENVIRONMENT
EXIT STATUS
FILES
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 19:22:57 GMT, April 03, 2025