1just-man-pages/condor_updatesG_esnteartasl(1C)ommajnudsst-Mmaannu-aplages/condor_updates_stats(1)
2
3
4

Name

6       condor_updates_stats Display output from condor_status
7

Synopsis

9       condor_updates_stats [ -- help
10        - h ] [ -- version ]
11
12       condor_updates_stats [ -- long
13        - l ] [ -- history=<min>-<max> ] [ -- interval=<seconds> ] [ -- notime
14       ] [ -- time ] [ -- summary
15        - s ]
16

Description

18       condor_updates_stats parses the output from condor_status , and it dis‐
19       plays the information relating to update statistics in a useful format.
20       The statistics are displayed with the most  recent  update  first;  the
21       most recent update is numbered with the smallest value.
22
23       The number of historic points that represent updates is configurable on
24       a per-source basis  by  configuration  variable   COLLECTOR_DAEMON_HIS‐
25       TORY_SIZE .
26

Options

28       --help
29
30          Display usage information and exit.
31
32
33
34       -h
35
36          Same as --help .
37
38
39
40       --version
41
42          Display HTCondor version information and exit.
43
44
45
46       --long
47
48          All  update  statistics are displayed. Without this option, the sta‐
49          tistics are condensed.
50
51
52
53       -l
54
55          Same as --long .
56
57
58
59       --history=<min>-<max>
60
61          Sets the range of update numbers that are printed. By  default,  the
62          entire  history is displayed. To limit the range, the minimum and/or
63          maximum number may be specified. If a minimum is not specified, val‐
64          ues from 0 to the maximum are displayed. If the maximum is not spec‐
65          ified, all values after the minimum are displayed. When both minimum
66          and  maximum  are  specified, the range to be displayed includes the
67          endpoints as well as all values in between. If  no  sign  is  given,
68          command-line  parsing  fails, and usage information is displayed. If
69          an sign is given, with no minimum or maximum values, the default  of
70          the entire history is displayed.
71
72
73
74       --interval=<seconds>
75
76          The  assumed  update interval, in seconds. Assumed times for the the
77          updates are displayed, making the use of the --time option  together
78          with the --interval option redundant.
79
80
81
82       --notime
83
84          Do  not  display assumed times for the the updates. If more than one
85          of the options --notime and  --time  are  provided,  the  final  one
86          within the command line parsed determines the display.
87
88
89
90       --time
91
92          Display  assumed  times for the the updates. If more than one of the
93          options --notime and --time are provided, the final one  within  the
94          command line parsed determines the display.
95
96
97
98       --summary
99
100          Display  only  summary  information, not the entire history for each
101          machine.
102
103
104
105       -s
106
107          Same as --summary .
108
109
110

Exit Status

112       condor_updates_stats will exit with a status value  of  0  (zero)  upon
113       success, and it will exit with a nonzero value upon failure.
114

Examples

116       Assuming  the default of 128 updates kept, and assuming that the update
117       interval is 5 minutes, condor_updates_stats displays:
118
119       $ condor_status -l host1 | condor_updates_stats --interval=300
120       (Reading from stdin)
121       *** Name/Machine = 'HOST1.cs.wisc.edu' MyType = 'Machine' ***
122        Type: Main
123          Stats: Total=2277, Seq=2276, Lost=3 (0.13%)
124            0 @ Mon Feb 16 12:55:38 2004: Ok
125         ...
126           28 @ Mon Feb 16 10:35:38 2004: Missed
127           29 @ Mon Feb 16 10:30:38 2004: Ok
128         ...
129          127 @ Mon Feb 16 02:20:38 2004: Ok
130
131       Within this display, update numbered 27, which  occurs  later  in  time
132       than  the  missed  update  numbered 28, is Ok. Each change in state, in
133       reverse time order, displays in this condensed version.
134

Author

136       Center for High Throughput Computing, University of Wisconsin-Madison
137
139       Copyright (C) 1990-2018 Center for High Throughput Computing,  Computer
140       Sciences  Department, University of Wisconsin-Madison, Madison, WI. All
141       Rights Reserved. Licensed under the Apache License, Version 2.0.
142
143
144
145                                     datejust-man-pages/condor_updates_stats(1)
Impressum