1CONDOR_UPDATES_STATS(1) HTCondor Manual CONDOR_UPDATES_STATS(1)
2
3
4
6 condor_updates_stats - HTCondor Manual
7
8 Display output from condor_status
9
10
11
13 condor_updates_stats [--help | -h] | [--version]
14
15 condor_updates_stats [--long | -l] [--history=<min>-<max>] [--inter‐
16 val=<seconds>] [--notime] [--time] [--summary | -s]
17
19 condor_updates_stats parses the output from condor_status, and it dis‐
20 plays the information relating to update statistics in a useful format.
21 The statistics are displayed with the most recent update first; the
22 most recent update is numbered with the smallest value.
23
24 The number of historic points that represent updates is configurable on
25 a per-source basis by configuration variable COLLECTOR_DAEMON_HIS‐
26 TORY_SIZE
27 .
28
30 -help Display usage information and exit.
31
32 -h Same as -help.
33
34 -version
35 Display HTCondor version information and exit.
36
37 -long All update statistics are displayed. Without this option, the
38 statistics are condensed.
39
40 -l Same as -long.
41
42 -history=<min>-<max>
43 Sets the range of update numbers that are printed. By
44 default, the entire history is displayed. To limit the range,
45 the minimum and/or maximum number may be specified. If a min‐
46 imum is not specified, values from 0 to the maximum are dis‐
47 played. If the maximum is not specified, all values after the
48 minimum are displayed. When both minimum and maximum are
49 specified, the range to be displayed includes the endpoints
50 as well as all values in between. If no = sign is given, com‐
51 mand-line parsing fails, and usage information is displayed.
52 If an = sign is given, with no minimum or maximum values, the
53 default of the entire history is displayed.
54
55 -interval=<seconds>
56 The assumed update interval, in seconds. Assumed times for
57 the the updates are displayed, making the use of the -time
58 option together with the -interval option redundant.
59
60 -notime
61 Do not display assumed times for the the updates. If more
62 than one of the options -notime and -time are provided, the
63 final one within the command line parsed determines the dis‐
64 play.
65
66 -time Display assumed times for the the updates. If more than one
67 of the options -notime and -time are provided, the final one
68 within the command line parsed determines the display.
69
70 -summary
71 Display only summary information, not the entire history for
72 each machine.
73
74 -s Same as -summary.
75
77 condor_updates_stats will exit with a status value of 0 (zero) upon
78 success, and it will exit with a nonzero value upon failure.
79
81 Assuming the default of 128 updates kept, and assuming that the update
82 interval is 5 minutes, condor_updates_stats displays:
83
84 $ condor_status -l host1 | condor_updates_stats --interval=300
85 (Reading from stdin)
86 *** Name/Machine = 'HOST1.cs.wisc.edu' MyType = 'Machine' ***
87 Type: Main
88 Stats: Total=2277, Seq=2276, Lost=3 (0.13%)
89 0 @ Mon Feb 16 12:55:38 2004: Ok
90 ...
91 28 @ Mon Feb 16 10:35:38 2004: Missed
92 29 @ Mon Feb 16 10:30:38 2004: Ok
93 ...
94 127 @ Mon Feb 16 02:20:38 2004: Ok
95
96 Within this display, update numbered 27, which occurs later in time
97 than the missed update numbered 28, is Ok. Each change in state, in
98 reverse time order, displays in this condensed version.
99
101 HTCondor Team
102
104 1990-2020, Center for High Throughput Computing, Computer Sciences
105 Department, University of Wisconsin-Madison, Madison, WI, US. Licensed
106 under the Apache License, Version 2.0.
107
108
109
110
1118.8 Aug 06, 2020 CONDOR_UPDATES_STATS(1)