Synopsis
condor_history
[-help]
condor_history
[-backwards]
[-completedsince
postgrestimestamp]
[-constraint
expr]
[-f
filename]
[-format
formatString AttributeName]
[-l $|$ -long $|$ -xml]
[-match
number]
[-name
schedd-name]
[cluster $|$ cluster.process $|$ owner]
Description
condor_history displays a summary of all Condor jobs listed in the
specified history files, or in the Quill database, when Quill is enabled.
If no history files are specified (with the -f option)
and Quill is not enabled, the local
history file as specified in Condor's configuration file
($(SPOOL)/history by default) is read.
The default listing summarizes (in chronological order)
each job on a single line, and contains the following items:
.
If a job ID (in the form of cluster_id or cluster_id.proc_id) or an owner is provided, output will be restricted to jobs with the specified IDs and/or submitted by the specified owner. The -constraint option can be used to display jobs that satisfy a specified boolean expression.
The history file is kept in chronological order,
implying that new entries are appended at the end of the
file.
As of Condor version 6.7.19,
the format of the history file is altered to enable faster
reading of the history file backwards (most recent job first).
History files written with earlier versions of Condor,
as well as those that have entries of both
the older and newer format
need to be converted to the new format.
See the condor_convert_history manual page
on page
for details on converting history files to the new format.
To see all historical jobs since April 1, 2005 at 1pm,
%condor_history -completedsince '04/01/2005 13:00'
condor_history will exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.
See the Condor Version 7.5.6 or http://www.condorproject.org/license for additional notices.
condor-admin@cs.wisc.edu