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

Subsections


condor_ updates_stats

Display output from condor_ status

Synopsis

condor_ updates_stats [--help | -h] | [--version]

condor_ updates_stats [--long | -l] [--history=<min>-<max>] [--interval=<seconds>] [--notime] [--time] [--summary | -s]

Description

condor_ updates_stats parses the output from condor_ status, and it displays the information relating to update statistics in a useful format. The statistics are displayed with the most recent update first; the most recent update is numbered with the smallest value.

The number of historic points that represent updates is configurable on a per-source basis. See COLLECTOR_DAEMON_HISTORY_SIZE in section 3.3.17.

Options

--help
Display usage information and exit.
-h
Same as --help.
--version
Display Condor version information and exit.
--long
All update statistics are displayed. Without this option, the statistics are condensed.
-l
Same as --long.
--history=<min>-<max>
Sets the range of update numbers that are printed. By default, the entire history is displayed. To limit the range, the minimum and/or maximum number may be specified. If a minimum is not specified, values from 0 to the maximum are displayed. If the maximum is not specified, all values after the minimum are displayed. When both minimum and maximum are specified, the range to be displayed includes the endpoints as well as all values in between. If no = sign is given, command-line parsing fails, and usage information is displayed. If an = sign is given, with no minimum or maximum values, the default of the entire history is displayed.
--interval=<seconds>
The assumed update interval, in seconds. Assumed times for the the updates are displayed, making the use of the --time option together with the --interval option redundant.
--notime
Do not display assumed times for the the updates. If more than one of the options --notime and --time are provided, the final one within the command line parsed determines the display.
--time
Display assumed times for the the updates. If more than one of the options --notime and --time are provided, the final one within the command line parsed determines the display.
--summary
Display only summary information, not the entire history for each machine.
-s
Same as --summary.

Exit Status

condor_ updates_stats will exit with a status value of 0 (zero) upon success, and it will exit with a nonzero value upon failure.

Examples

Assuming the default of 128 updates kept, and assuming that the update interval is 5 minutes, condor_ updates_stats displays:
$ condor_status -l host1 | condor_updates_stats --interval=300
(Reading from stdin)
*** Name/Machine = 'HOST1.cs.wisc.edu' MyType = 'Machine' ***
 Type: Main
   Stats: Total=2277, Seq=2276, Lost=3 (0.13%)
     0 @ Mon Feb 16 12:55:38 2004: Ok
  ...
    28 @ Mon Feb 16 10:35:38 2004: Missed
    29 @ Mon Feb 16 10:30:38 2004: Ok
  ...
   127 @ Mon Feb 16 02:20:38 2004: Ok

Within this display, update numbered 27, which occurs later in time than the missed update numbered 28, is Ok. Each change in state, in reverse time order, displays in this condensed version.

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_ userlog Up: 9. Command Reference Manual Previous: condor_ transfer_data   Contents   Index
condor-admin@cs.wisc.edu