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]] [query-type] [time-range]

Description

condor_ stats is a tool that is used to display historic information about a Condor pool. Based on the type of information requested (by specifying it using the command line arguments), a query is sent to the collector, and the information received is displayed using the standard ouptut. If the -f option is used the information will ne written to a file instead of the standard output. The -pool option can be used to get information from other pools, instead of the local (default) pool. Condor pool. The condor_ status tool can be used to query resource information (single or by platform), submitter and user information, and checkpoint server information. When a time range is not specified, the query retrieves information for the last day. 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 diplayed in columns separated by tabs. The first column always reresents the time, as a percentage of the range of the query (for example, a value of 50 in the first column indicates that the information on that line corresponds to a time in the middle of the query time range). If the -orgformat option is used, the time is displayed as number of seconds since the beginning of 1970. The information in the rest of the columns depends on the query type.

The possible query types and the information they provide:

One of the above query types must be specified on the command line. Note that logging of pool history must be enabled in the collector, otherwise no information will be available and the query will not be responded to.

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 the same format it is actually stored.
-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 specified date.
-to m d y
Get information for the time up to the specified date, instead of up to now.
-resourcequery name
Perform a single resource query for the specified resource.
-resourcelist
Get the list of resources.
-resgroupquery name
Perform a resource group query for the specified group.
-resgrouplist
Get the list of groups.
-userquery name
Perform a submitter query for the specified submitter.
-userlist
Get the list of submitters.
-usergroupquery name
Perform a user query for the specified user.
-usergrouplist
Get the list of users.
-ckptquery name
Perform a checkpoint server query for the specified checkpoint server.
-ckptlist
Get the list of checkpoint servers.

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-2003 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.6.0 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