.\"Man page for condor_updates_stats .\"Generated by makeman on Tue May 29 00:38:53 2018 .TH condor_updates_stats 1 "May 2018" .SH Name .P condor_updates_stats Display \- output from condor_status .P .P .SH Synopsis condor_updates_stats [ -- help - h] [ -- version] .P condor_updates_stats[ -- long - l] [ -- history=-] [ -- interval=] [ -- notime] [ -- time] [ -- summary - s] .P .SH Description .P condor_updates_statsparses the output from condor_status, and it displays the information relating to update statistics in a useful format. The statistics are displayed with the most recent update first; the most recent update is numbered with the smallest value. .P The number of historic points that represent updates is configurable on a per-source basis by configuration variable COLLECTOR_DAEMON_HISTORY_SIZE . .P .SH Options .P .B --help .IP "" 3 Display usage information and exit. .IP "" 3 .P .B -h .IP "" 3 Same as --help. .IP "" 3 .P .B --version .IP "" 3 Display HTCondor version information and exit. .IP "" 3 .P .B --long .IP "" 3 All update statistics are displayed. Without this option, the statistics are condensed. .IP "" 3 .P .B -l .IP "" 3 Same as --long. .IP "" 3 .P .B --history=- .IP "" 3 Sets the range of update numbers that are printed. By default, the entire history is displayed. To limit the range, the minimum and/or maximum number may be specified. If a minimum is not specified, values from 0 to the maximum are displayed. If the maximum is not specified, all values after the minimum are displayed. When both minimum and maximum are specified, the range to be displayed includes the endpoints as well as all values in between. If no sign is given, command-line parsing fails, and usage information is displayed. If an sign is given, with no minimum or maximum values, the default of the entire history is displayed. .IP "" 3 .P .B --interval= .IP "" 3 The assumed update interval, in seconds. Assumed times for the the updates are displayed, making the use of the --timeoption together with the --intervaloption redundant. .IP "" 3 .P .B --notime .IP "" 3 Do not display assumed times for the the updates. If more than one of the options --notimeand --timeare provided, the final one within the command line parsed determines the display. .IP "" 3 .P .B --time .IP "" 3 Display assumed times for the the updates. If more than one of the options --notimeand --timeare provided, the final one within the command line parsed determines the display. .IP "" 3 .P .B --summary .IP "" 3 Display only summary information, not the entire history for each machine. .IP "" 3 .P .B -s .IP "" 3 Same as --summary. .IP "" 3 .P .SH Exit Status .P condor_updates_statswill exit with a status value of 0 (zero) upon success, and it will exit with a nonzero value upon failure. .P .SH Examples Assuming the default of 128 updates kept, and assuming that the update interval is 5 minutes, condor_updates_stats displays: .P .br $ condor_status -l host1 | condor_updates_stats --interval=300 .br (Reading from stdin) .br *** Name/Machine = 'HOST1.cs.wisc.edu' MyType = 'Machine' *** .br Type: Main .br Stats: Total=2277, Seq=2276, Lost=3 (0.13%) .br 0 @ Mon Feb 16 12:55:38 2004: Ok .br ... .br 28 @ Mon Feb 16 10:35:38 2004: Missed .br 29 @ Mon Feb 16 10:30:38 2004: Ok .br ... .br 127 @ Mon Feb 16 02:20:38 2004: Ok .P Within this display, update numbered 27, which occurs later in time than the missed update numbered 28, is Ok. Each change in state, in reverse time order, displays in this condensed version. .P .SH Author Center for High Throughput Computing, University of Wisconsin-Madison .SH Copyright Copyright (C) 1990-2016 Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0.