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