next up previous contents
Next: condor_submit Up: 5. Command Reference Manual Previous: condor_stats

Subsections

  
condor_status

Display status of the Condor pool

Synopsis

condor_status [help options] [query options] [display options] [custom options] [hostname ... ]

Description

condor_status is a versatile tool that may be used to monitor and query the Condor pool. The condor_status tool can be used to query resource information, submitter information, checkpoint server information, and daemon master information. The specific query sent and the resulting information display is controlled by the query options supplied. Queries and display formats can also be customized.

The options that may be supplied to condor_status belong to five groups:

At any time, only one help option, one query option and one custom option may be specified. Any number of custom and host options may be specified.

Options

Supported options are as follows:

-help
(Help option) Display usage information
-diagnose
(Help option) Print out query ad without performing query
-avail
(Query option) Query condor_startd ads and identify resources which are available
-claimed
(Query option) Query condor_startd ads and print information about claimed resources
-ckptsrvr
(Query option) Query condor_ckpt_server ads and display checkpoint server attributes
-master
(Query option) Query condor_master ads and display daemon master attributes
-pool hostname
Query the specified central manager. (condor_status queries COLLECTOR_HOST by default)
-schedd
(Query option) Query condor_schedd ads and display attributes
-server
(Query option) Query condor_startd ads and display resource attributes
-startd
(Query option) Query condor_startd ads
-state
(Query option) Query condor_startd ads and display resource state information
-submitters
(Query option) Query ads sent by submitters and display important submitter attributes
-verbose
(Display option) Display entire classads. Implies that totals will not be displayed.
-long
(Display option) Display entire classads (same as -verbose)
-total
(Display option) Display totals only
-constraint const
(Custom option) Add constraint expression
-format fmt attr
(Custom option) Register display format and attribute name. The fmt string has the same format as printf(3), and attr is the name of the attribute that should be displayed in the specified format.

General Remarks

Examples

Example 1 To view information from all nodes of an SMP machine, just use the hostname. For example, if you had a 4-CPU machine, named ``vulture.cs.wisc.edu'', here's what you might see:

% condor_status vulture

Name          OpSys       Arch   State      Activity   LoadAv Mem   ActvtyTime

vm1@vulture.c SOLARIS26   INTEL  Owner      Idle       0.020  128   0+00:57:13
vm2@vulture.c SOLARIS26   INTEL  Claimed    Busy       1.006  128   0+01:16:03
vm3@vulture.c SOLARIS26   INTEL  Claimed    Busy       0.978  128   0+03:32:53
vm4@vulture.c SOLARIS26   INTEL  Claimed    Busy       1.001  128   0+02:21:07

                     Machines Owner Claimed Unclaimed Matched Preempting

     INTEL/SOLARIS26        4     0       4         0       0          0

               Total        4     0       4         0       0          0

Example 2 To view information from a specific nodes of an SMP machine, specify the node directly. You do this by providing the name of the virtual machine. This has the form vm#@hostname. For example:

% condor_status vm2@vulture

Name          OpSys       Arch   State      Activity   LoadAv Mem   ActvtyTime

vm2@vulture.c SOLARIS26   INTEL  Claimed    Busy       1.006  128   0+01:16:03

                     Machines Owner Claimed Unclaimed Matched Preempting

     INTEL/SOLARIS26        1     0       1         0       0          0

               Total        1     0       1         0       0          0

Author

Condor Team, University of Wisconsin-Madison

Copyright

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.1.2 Manual for additional notices.


next up previous contents
Next: condor_submit Up: 5. Command Reference Manual Previous: condor_stats
condor-admin@cs.wisc.edu