condor_updates_stats (1) - Linux Manuals
Name
condor_updates_stats Display output from condor_status
Synopsis
condor_updates_stats [ -- help
condor_updates_stats
[ --
long
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 by configuration variable COLLECTOR_DAEMON_HISTORY_SIZE .
--help
-h
--version
--long
-l
--history=<min>-<max>
--interval=<seconds>
--notime
--time
--summary
-s
condor_updates_stats
will exit with a status value of 0 (zero) upon success, and it will exit with a nonzero value upon failure.
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.
Description
Options
Exit Status
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' ***
Stats: Total=2277, Seq=2276, Lost=3
127 Author
Center for High Throughput Computing, University of Wisconsin-Madison
Copyright
Copyright (C) 1990-2015 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.