.\"Man page for condor_history .\"Generated by makeman on Sun Feb 1 21:58:28 2015 .TH condor_history 1 "February 2015" .SH Name .P condor_history View \- log of Condor jobs completed to date .P .SH Synopsis condor_history [-help] .P condor_history[-backwards] [-forwards] [-constraint expr] [-f filename] [-format formatString AttributeName] [-l | -long | -xml] [-match number] [cluster | cluster.process | owner] .P .SH Description condor_history displays a summary of all Condor jobs listed in the specified history files. If no history files are specified with the -foption, the local history file as specified in Condor's configuration file ( $(SPOOL) /history by default) is read. The default listing summarizes in reverse chronological order each job on a single line, and contains the following items: .P .P .B ID .IP "" 3 The cluster/process id of the job. .IP "" 3 .P .B OWNER .IP "" 3 The owner of the job. .IP "" 3 .P .B SUBMITTED .IP "" 3 The month, day, hour, and minute the job was submitted to the queue. .IP "" 3 .P .B RUN_TIME .IP "" 3 Remote wall clock time accumulated by the job to date in days, hours, minutes, and seconds. See the definition of RemoteWallClockTime on page . .IP "" 3 .P .B ST .IP "" 3 Completion status of the job (C = completed and X = removed). .IP "" 3 .P .B COMPLETED .IP "" 3 The time the job was completed. .IP "" 3 .P .B CMD .IP "" 3 The name of the executable. .IP "" 3 .P If a job ID (in the form of cluster_idor cluster_id.proc_id) or an owneris provided, output will be restricted to jobs with the specified IDs and/or submitted by the specified owner. The -constraintoption can be used to display jobs that satisfy a specified boolean expression. .P 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_historymanual page on page for details on converting history files to the new format. .P .SH Options .P .B -help .IP "" 3 Display usage information and exit. .IP "" 3 .P .B -backwards .IP "" 3 List jobs in reverse chronological order. The job most recently added to the history file is first. This is the default ordering. .IP "" 3 .P .B -forwards .IP "" 3 List jobs in chronological order. The job most recently added to the history file is last. .IP "" 3 .P .B -constraint expr .IP "" 3 Display jobs that satisfy the expression. .IP "" 3 .P .B -f filename .IP "" 3 Use the specified file instead of the default history file. .IP "" 3 .P .B -format formatStringAttributeName .IP "" 3 Display jobs with a custom format. See the condor_qman page -formatoption for details. .IP "" 3 .P .B -lor -long .IP "" 3 Display job ClassAds in long format. .IP "" 3 .P .B -match number .IP "" 3 Limit the number of jobs displayed to number. .IP "" 3 .P .B -xml .IP "" 3 Display job ClassAds in xml format. The xml format is fully defined at http://www.cs.wisc.edu/condor/classad/refman/. .IP "" 3 .P .SH Exit Status .P condor_historywill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure. .P .SH Author Condor Team, University of Wisconsin-Madison .SH Copyright Copyright (C) 1990-2012 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0. .P See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu