Next: condor_master
Up: 5. Command Reference Manual
Previous: condor_config_val
Subsections
condor_history
View log of condor jobs completed to date
condor_history
[-help] [-l] [-f filename]
[cluster | cluster.process | owner]
condor_history displays a summary of all condor jobs listed in the
specified history files. If no history files are specified (with the -f option), the local
history file as specified in Condor's configuration file
( condor/spool/history by default) is read. The default listing
summarizes each job on a single line, and contains the following items:
- ID
- The cluster/process id of the condor job.
- OWNER
- The owner of the job.
- SUBMITTED
- The month, day, hour, and minute the job was submitted to the queue.
- CPU_USAGE
- Remote CPU time accumulated by the job to date in days, hours, minutes, and seconds.
- ST
- Completion status of the job (C = completed and X = removed).
- COMPLETED
- The time the job was completed.
- PRI
- User specified priority of the job, ranges from -20 to +20, with higher numbers corresponding to greater priority.
- SIZE
- The virtual image size of the executable in megabytes.
- CMD
- The name of the executable.
If a job ID (in the form of cluster_id or cluster_id.proc_id) or an owner is provided,
output will be restricted only to jobs with the specified IDs and/or submitted by the specified owner.
Supported options are as follows:
- -help
- Get a brief description of the supported options
- -f filename
- Use the specified file instead of the default history file
- -l
- Display job ads in long format
Condor Team, University of Wisconsin-Madison
Copyright © 1990-1998 Condor Team, Computer Sciences Department,
University of Wisconsin-Madison, Madison, WI. All Rights Reserved.
No use of the Condor Software Program is authorized
without the express consent of the Condor Team. For more information
contact: Condor Team, Attention: Professor Miron Livny,
7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685,
(608) 262-0856 or miron@cs.wisc.edu.
U.S. Government Rights Restrictions: Use, duplication, or disclosure
by the U.S. Government is subject to restrictions as set forth in
subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer
Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and
(2) of Commercial Computer Software-Restricted Rights at 48 CFR
52.227-19, as applicable, Condor Team, Attention: Professor Miron
Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison,
WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.
See the Condor Version 6.0.3 Manual for
additional notices.
Next: condor_master
Up: 5. Command Reference Manual
Previous: condor_config_val
condor-admin@cs.wisc.edu