Synopsis
condor_load_history
-f/SPAN>historyfilename
[-name
schedd-name jobqueue-birthdate]
Description
condor_load_history reads a Condor history file,
adding its information to a Quill database.
The Quill database is located via configuration variables.
The history file to read is defined by the required
-f/SPAN>historyfilename argument.
The combination of a condor_schedd daemon's name together with its process creation date (the job queue's birthdate) define a unique identifier that may be attached to the Quill database with the -name option. The format of birthdate expected is exactly the first line of the job_queue.log file. The location of this file may be determined using
% condor_config_val spool
Be aware and expect that the reading and processing of a sizable history file may take a large amount of time.
condor_load_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