condor_updates_stats(1) | General Commands Manual | condor_updates_stats(1) |
condor_updates_stats Display - output from condor_status
condor_updates_stats [ -- help - h] [ -- version]
condor_updates_stats[ -- long - l] [ -- history=<min>-<max>] [ -- interval=<seconds>] [ -- notime] [ -- time] [ -- summary - s]
condor_updates_statsparses 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_statswill exit with a status value of 0 (zero) upon success, and it will exit with a nonzero value upon failure.
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.
Center for High Throughput Computing, University of Wisconsin-Madison
Copyright (C) 1990-2016 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.
May 2022 |