1condor_updates_stats(1)     General Commands Manual    condor_updates_stats(1)
2
3
4

Name

6       condor_updates_statsDisplay output from condor_status
7

Synopsis

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

Description

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

Options

25       &mdash;help
26
27          Display usage information and exit.
28
29
30
31       -h
32
33          Same as &mdash;help.
34
35
36
37       &mdash;version
38
39          Display HTCondor version information and exit.
40
41
42
43       &mdash;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 &mdash;long.
53
54
55
56       &mdash;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       &mdash;interval=<seconds>
72
73          The  assumed  update interval, in seconds. Assumed times for the the
74          updates are displayed,  making  the  use  of  the  &mdash;timeoption
75          together with the &mdash;intervaloption redundant.
76
77
78
79       &mdash;notime
80
81          Do  not  display assumed times for the the updates. If more than one
82          of the options &mdash;notimeand &mdash;timeare provided,  the  final
83          one within the command line parsed determines the display.
84
85
86
87       &mdash;time
88
89          Display  assumed  times for the the updates. If more than one of the
90          options &mdash;notimeand  &mdash;timeare  provided,  the  final  one
91          within the command line parsed determines the display.
92
93
94
95       &mdash;summary
96
97          Display  only  summary  information, not the entire history for each
98          machine.
99
100
101
102       -s
103
104          Same as &mdash;summary.
105
106
107

Exit Status

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

Examples

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

Author

133       Center  for  High   Throughput   Computing,   University   of   Wiscon‐
134       sin&ndash;Madison
135
137       Copyright  ©  1990-2019  Center for High Throughput Computing, Computer
138       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
139       Rights Reserved. Licensed under the Apache License, Version 2.0.
140
141
142
143                                     date              condor_updates_stats(1)
Impressum