HTCONDOR(1) | HTCondor Manual | HTCONDOR(1) |
htcondor - HTCondor Manual
Manage HTCondor jobs, job sets, dags, event logs, and resources
htcondor [ -h | --help ] [ -v | -q ]
htcondor job submit [--resource resource-type] [--runtime time-seconds] [--email email-address] submit_file htcondor job status [--resource resource-type] [--skip-history] job_id htcondor job resources [--resource resource-type] [--skip-history] job_id
htcondor jobset submit description-file htcondor jobset list [--allusers] htcondor jobset status job-set-name [--owner user-name] [--nobatch] [--skip-history] htcondor jobset remove job-set-name [--owner user-name]
htcondor dag submit dag-file htcondor dag status dagman-job-id
htcondor eventlog read [ -csv | -json] [ --groupby attribute ] eventlog [ eventlog2 [ eventlog3 ... ] ] htcondor eventlog follow [ -csv | -json] [ --groupby attribute ] eventlog
htcondor is a tool for managing HTCondor jobs, job sets, resources, event logs, and DAGs. It can replace condor_submit, condor_submit_dag, condor_q, condor_status, and condor_userlog, as well as all-new functionality and features. The user interface is more consistent than its predecessor tools.
The first argument of the htcondor command (ignoring any global options) is the noun representing an object in the HTCondor system to be operated on. The nouns include an individual job, jobset, eventlog, or a dag. Each noun is then followed by a noun-specific verb that describe the operation on that noun.
One of the following optional global option may appear before the noun:
A noun-specific verb appears after each noun; the verbs are sorted by noun in the list, which includes with their individual option flags.
htcondor job submit options
job status option
htcondor jobset status options
htcondor jobsets remove options
Given this, htcondor eventlog read returns information about all the contained jobs, and their status. It runs much faster than condor_history, because these logs are more concise than the history files. Unlike condor_history, it will also show information about jobs that have not yet left the queue.
Eventlog Options
$ htcondor eventlog read logfile Job Host Start Time Evict Time Evictions Wall Time Good Time CPU Usage 19989.0 slot1_1@speedy 5/18 12:34 5/18 12:54 0 0+00:20:00 0+00:20:00 0+00:00:00 19990.0 slot1_1@lumpy 5/22 18:51 5/22 18:51 1 0+00:02:00 0+00:00:00 0+00:00:43 20003.0 slot1_1@chtc 8/9 23:33 8/9 23:37 1 0+00:04:00 0+00:00:00 0+00:00:00 20004.0 slot1_1@wisc 8/9 23:38 8/9 23:58 0 0+00:20:00 0+00:20:00 0+00:00:00
htcondor will exit with a non-zero status value if it fails and zero status if it succeeds.
HTCondor Team
1990-2024, Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI, US. Licensed under the Apache License, Version 2.0.
August 25, 2024 |