next up previous contents index
Next: condor_ status Up: 9. Command Reference Manual Previous: condor_ run   Contents   Index

Subsections

condor_ stats

Display historical information about the Condor pool

Synopsis

condor_ stats [-f filename] [-orgformat] [-pool centralmanagerhostname[:portnumber]] [time-range] query-type

Description

condor_ stats displays historic information about a Condor pool. Based on the type of information requested, a query is sent to the condor_ collector daemon, and the information received is displayed using the standard output. If the -f option is used, the information will be written to a file instead of to standard output. The -pool option 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 -orgformat option 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_ collector daemon, otherwise no information will be available.

One query type is required. If multiple queries are specified, only the last one takes effect.

Time Range Options

-lastday
Get information for the last day.
-lastweek
Get information for the last week.
-lastmonth
Get information for the last month.
-lasthours n
Get information for the n last hours.
-from m d y
Get information for the time since the beginning of the specified date. A start date prior to the Unix epoch causes condor_ stats to print its usage information and quit.
-to m d y
Get information for the time up to the beginning of the specified date, instead of up to now. A finish date in the future causes condor_ stats to print its usage information and quit.

Query Type Arguments

The query types that do not list all of a category require further specification as given by an argument.

-resourcequery hostname
A single resource query provides information about a single machine. The information also includes the keyboard idle time (in seconds), the load average, and the machine state.

-resourcelist
A query of a single list of resources to provide a list of all the machines for which the condor_ collector daemon has historic information within the query's time range.

-resgroupquery arch/opsys | ``Total''
A query of a specified group to provide information about a group of machines based on their platform (operating system and architecture). The architecture is defined by the machine ClassAd Arch, and the operating system is defined by the machine ClassAd OpSys. The string ``Total'' ask for information about all platforms.

The columns displayed are the number of machines that are unclaimed, matched, claimed, preempting, and in the owner state.

-resgrouplist
Queries for a list of all the group names for which the condor_ collector has historic information within the query's time range.

-userquery email_address/submit_machine
Query for a specific submitter on a specific machine. The information displayed includes the number of running jobs and the number of idle jobs. An example argument appears as
    -userquery jondoe@sample.com/onemachine.sample.com

-userlist
Queries for the list of all submitters for which the condor_ collector daemon has historic information within the query's time range.

-usergroupquery email_address | ``Total''
Query for all jobs submitted by the specific user, regardless of the machine they were submitted from, or all jobs. The information displayed includes the number of running jobs and the number of idle jobs.

-usergrouplist
Queries for the list of all users for which the condor_ collector has historic information within the query's time range.

-ckptquery hostname
Query about a checkpoint server given its host name. The information displayed includes the number of Mbytes received, Mbytes sent, average receive bandwidth (in Kbytes/sec), and average send bandwidth (in Kbytes/sec).

-ckptlist
Query for the entire list of checkpoint servers for which the condor_ collector has historic information in the query's time range.

Options

-f filename
Write the information to a file instead of the standard output.
-pool centralmanagerhostname[:portnumber]
Contact the specified central manager instead of the local one.
-orgformat
Display the information in an alternate format for timing, which presents timestamps since the Unix epoch. This argument only affects the display of resoursequery, resgroupquery, userquery, usergroupquery, and ckptquery.

Exit Status

condor_ stats will exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.

Author

Condor Team, University of Wisconsin-Madison

Copyright

Copyright © 1990-2006 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.8.3 Manual for additional notices.


next up previous contents index
Next: condor_ status Up: 9. Command Reference Manual Previous: condor_ run   Contents   Index
condor-admin@cs.wisc.edu