]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: update description of clients command
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 29 Jan 2016 16:18:14 +0000 (17:18 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 29 Jan 2016 16:55:58 +0000 (17:55 +0100)
chrony.texi.in

index a430f4b3979a341214af74413c0e8cb247259e08..302a0594bbe080e0d3e7c0fd9b9ebc9c3aa04717 100644 (file)
@@ -3670,24 +3670,24 @@ burst 2/10 foo.example.net
 @node clients command
 @comment  node-name,  next,  previous,  up
 @subsubsection clients
-This command shows a list of all clients that have accessed the server,
+This command shows a list of clients that have accessed the server,
 through either the NTP or command/monitoring ports.  It doesn't include
-access to the Unix domain comamnd socket.  There are no arguments.
+accesses over the Unix domain comamnd socket.  There are no arguments.
 
 An example of the output is
 
 @example
-Hostname                   Client    Peer CmdAuth CmdNorm  CmdBad  LstN  LstC
-=========================  ======  ======  ======  ======  ======  ====  ====
-localhost                       0       0       0       1       0   29y     0
-aardvark.xxx                    4       0       0       0       0    49   29y
-badger.xxx                      4       0       0       0       0     6   29y
+Hostname                      NTP   Drop Int IntL Last     Cmd   Drop Int  Last
+===============================================================================
+localhost                       2      0   2   -   133      15      0  -1     7
+foo.example.net                12      0   6   -    23       0      0   -     -
 @end example
 
 Each row shows the data for a single host.  Only hosts that have passed
 the host access checks (set with the @code{allow}, @code{deny},
 @code{cmdallow} and @code{cmddeny} commands or configuration file
-directives) are logged.
+directives) are logged.  The intervals are displayed as a power of 2 in
+seconds.
 
 The columns are as follows:
 
@@ -3695,29 +3695,24 @@ The columns are as follows:
 @item
 The hostname of the client
 @item
-The number of times the client has accessed the server using an NTP
-client mode packet.
-@item
-The number of times the client has accessed the server using an NTP
-symmetric active mode packet.
+The number of NTP packets received from the client.
 @item
-The number of authenticated command packets that have been processed from the
-client.  Authentication is no longer supported in command packets, so the
-number should be always zero.
+The number of NTP packets dropped to limit the response rate.
 @item
-The number of unauthenticated command packets that have been processed
-from the client.
+The average interval between NTP packets.
 @item
-The number of bad command packets received from the client (not all
-forms of bad packet are logged).
+The average interval between NTP packets after limiting the response rate.
 @item
 Time since the last NTP packet was received
 @item
-Time since the last command packet was received
+The number of command packets received from the client.
+@item
+The number of command packets dropped to limit the response rate.
+@item
+The average interval between command packets.
+@item
+Time since the last command packet was received.
 @end enumerate
-
-The last two entries will be shown as the time since 1970 if no packet
-of that type has ever been received.
 @c }}}
 @c {{{ cmdaccheck
 @node cmdaccheck command