condor_load_history

Langue: en

Autres versions - même langue

Version: date (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

Name

condor_load_history Read a Condor history file into a Quill database

Synopsis

condor_load_history -f 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 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.logfile. 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.

Options

-name schedd-name jobqueue-birthdate
The schedd-name and jobqueue-birthdate combine to form a unique name for the database. The expected values are the name of the condor_schedd daemon and the first line of the job_queue.logfile, which gives a job queue creation time.

Exit Status

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.

Author

Condor Team, University of Wisconsin-Madison Copyright (C) 1990-2009 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0. See the Condor Version 7.4.2 Manual or http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu