1just-man-pages/condor_load_hiGsetnoerrya(l1)CommanjdusstM-amnauna-lpages/condor_load_history(1)
2
3
4
6 condor_load_history Read a Condor history file into a Quill database
7
9 condor_load_history -f historyfilename [ -name schedd-name jobqueue-
10 birthdate ]
11
13 condor_load_history reads a Condor history file, adding its information
14 to a Quill database. The Quill database is located via configuration
15 variables. The history file to read is defined by the required -f his‐
16 toryfilename argument.
17
18 The combination of a condor_schedd daemon's name together with its
19 process creation date (the job queue's birthdate) define a unique iden‐
20 tifier that may be attached to the Quill database with the -name
21 option. The format of birthdate expected is exactly the first line of
22 the job_queue.logfile. The location of this file may be determined
23 using
24
25 % condor_config_val spool
26
27 Be aware and expect that the reading and processing of a sizable his‐
28 tory file may take a large amount of time.
29
31 -name schedd-name jobqueue-birthdate
32
33 The schedd-name and jobqueue-birthdate combine to form a unique name
34 for the database. The expected values are the name of the con‐
35 dor_schedd daemon and the first line of the job_queue.logfile, which
36 gives a job queue creation time.
37
38
39
41 condor_load_history will exit with a status value of 0 (zero) upon suc‐
42 cess, and it will exit with the value 1 (one) upon failure.
43
45 Condor Team, University of Wisconsin-Madison
46
48 Copyright (C) 1990-2009 Condor Team, Computer Sciences Department, Uni‐
49 versity of Wisconsin-Madison, Madison, WI. All Rights Reserved.
50 Licensed under the Apache License, Version 2.0.
51
52 See the Condor Version 7.4.2 Manual or http://www.condorpro‐
53 ject.org/licensefor additional notices. condor-admin@cs.wisc.edu
54
55
56
57 datejust-man-pages/condor_load_history(1)