condor_stats(1) | General Commands Manual | condor_stats(1) |
condor_stats Display - historical information about the HTCondor pool
condor_stats [-f filename] [-orgformat] [-pool centralmanagerhostname[:portnumber]] [time-range] query-type
condor_stats displays historic information about an HTCondor pool. Based on the type of information requested, a query is sent to the condor_collectordaemon, and the information received is displayed using the standard output. If the -foption is used, the information will be written to a file instead of to standard output. The -pooloption can be used to get information from other pools, instead of from the local (default) pool. The condor_stats tool is used to query resource information (single or by platform), submitter and user information, and checkpoint server information. If a time range is not specified, the default query provides information for the previous 24 hours. Otherwise, information can be retrieved for other time ranges such as the last specified number of hours, last week, last month, or a specified date range.
The information is displayed in columns separated by tabs. The first column always represents the time, as a percentage of the range of the query. Thus the first entry will have a value close to 0.0, while the last will be close to 100.0. If the -orgformatoption is used, the time is displayed as number of seconds since the Unix epoch. The information in the remainder of the columns depends on the query type.
Note that logging of pool history must be enabled in the condor_collectordaemon, otherwise no information will be available.
One query type is required. If multiple queries are specified, only the last one takes effect.
-lastday
-lastweek
-lastmonth
-lasthours n
-from m d y
-to m d y
The query types that do not list all of a category require further specification as given by an argument.
-resourcequery hostname
-resourcelist
-resgroupquery arch/opsys | “Total”
-resgrouplist
-userquery email_address/submit_machine
-userquery jondoe@sample.com/onemachine.sample.com
-userlist
-usergroupquery email_address | “Total”
-usergrouplist
-ckptquery hostname
-ckptlist
-f filename
-pool centralmanagerhostname[:portnumber]
-orgformat
condor_statswill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.
Center for High Throughput Computing, University of Wisconsin-Madison
Copyright (C) 1990-2016 Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0.
May 2022 |