1just-man-pages/condor_updatesG_esnteartasl(1C)ommajnudsst-Mmaannu-aplages/condor_updates_stats(1)
2
3
4
6 condor_updates_stats Display 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_stats parses 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. See COLLECTOR_DAEMON_HISTORY_SIZEin section .
22
24 --help
25
26 Display usage information and exit.
27
28
29
30 -h
31
32 Same as --help .
33
34
35
36 --version
37
38 Display Condor version information and exit.
39
40
41
42 --long
43
44 All update statistics are displayed. Without this option, the sta‐
45 tistics are condensed.
46
47
48
49 -l
50
51 Same as --long .
52
53
54
55 --history=<min>-<max>
56
57 Sets the range of update numbers that are printed. By default, the
58 entire history is displayed. To limit the range, the minimum and/or
59 maximum number may be specified. If a minimum is not specified, val‐
60 ues from 0 to the maximum are displayed. If the maximum is not spec‐
61 ified, all values after the minimum are displayed. When both minimum
62 and maximum are specified, the range to be displayed includes the
63 endpoints as well as all values in between. If no sign is given,
64 command-line parsing fails, and usage information is displayed. If
65 an sign is given, with no minimum or maximum values, the default of
66 the entire history is displayed.
67
68
69
70 --interval=<seconds>
71
72 The assumed update interval, in seconds. Assumed times for the the
73 updates are displayed, making the use of the --time option together
74 with the --interval option redundant.
75
76
77
78 --notime
79
80 Do not display assumed times for the the updates. If more than one
81 of the options --notime and --time are provided, the final one
82 within the command line parsed determines the display.
83
84
85
86 --time
87
88 Display assumed times for the the updates. If more than one of the
89 options --notime and --time are provided, the final one within the
90 command line parsed determines the display.
91
92
93
94 --summary
95
96 Display only summary information, not the entire history for each
97 machine.
98
99
100
101 -s
102
103 Same as --summary .
104
105
106
108 condor_updates_stats will exit with a status value of 0 (zero) upon
109 success, and it will exit with a nonzero value upon failure.
110
112 Assuming the default of 128 updates kept, and assuming that the update
113 interval is 5 minutes, condor_updates_stats displays:
114
115 $ condor_status -l host1 | condor_updates_stats --interval=300
116 (Reading from stdin)
117 *** Name/Machine = 'HOST1.cs.wisc.edu' MyType = 'Machine' ***
118 Type: Main
119 Stats: Total=2277, Seq=2276, Lost=3 (0.13%)
120 0 @ Mon Feb 16 12:55:38 2004: Ok
121 ...
122 28 @ Mon Feb 16 10:35:38 2004: Missed
123 29 @ Mon Feb 16 10:30:38 2004: Ok
124 ...
125 127 @ Mon Feb 16 02:20:38 2004: Ok
126
127 Within this display, update numbered 27, which occurs later in time
128 than the missed update numbered 28, is Ok. Each change in state, in
129 reverse time order, displays in this condensed version.
130
132 Condor Team, University of Wisconsin-Madison
133
135 Copyright (C) 1990-2009 Condor Team, Computer Sciences Department, Uni‐
136 versity of Wisconsin-Madison, Madison, WI. All Rights Reserved.
137 Licensed under the Apache License, Version 2.0.
138
139 See the Condor Version 7.4.2 Manual or http://www.condorpro‐
140 ject.org/licensefor additional notices. condor-admin@cs.wisc.edu
141
142
143
144 datejust-man-pages/condor_updates_stats(1)