doc: update description of clients command

This commit is contained in:
Miroslav Lichvar 2016-01-29 17:18:14 +01:00
parent 3121f31ced
commit 55ba7ee2a1

View file

@ -3670,24 +3670,24 @@ burst 2/10 foo.example.net
@node clients command @node clients command
@comment node-name, next, previous, up @comment node-name, next, previous, up
@subsubsection clients @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 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 An example of the output is
@example @example
Hostname Client Peer CmdAuth CmdNorm CmdBad LstN LstC Hostname NTP Drop Int IntL Last Cmd Drop Int Last
========================= ====== ====== ====== ====== ====== ==== ==== ===============================================================================
localhost 0 0 0 1 0 29y 0 localhost 2 0 2 - 133 15 0 -1 7
aardvark.xxx 4 0 0 0 0 49 29y foo.example.net 12 0 6 - 23 0 0 - -
badger.xxx 4 0 0 0 0 6 29y
@end example @end example
Each row shows the data for a single host. Only hosts that have passed 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}, the host access checks (set with the @code{allow}, @code{deny},
@code{cmdallow} and @code{cmddeny} commands or configuration file @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: The columns are as follows:
@ -3695,29 +3695,24 @@ The columns are as follows:
@item @item
The hostname of the client The hostname of the client
@item @item
The number of times the client has accessed the server using an NTP The number of NTP packets received from the client.
client mode packet.
@item @item
The number of times the client has accessed the server using an NTP The number of NTP packets dropped to limit the response rate.
symmetric active mode packet.
@item @item
The number of authenticated command packets that have been processed from the The average interval between NTP packets.
client. Authentication is no longer supported in command packets, so the
number should be always zero.
@item @item
The number of unauthenticated command packets that have been processed The average interval between NTP packets after limiting the response rate.
from the client.
@item
The number of bad command packets received from the client (not all
forms of bad packet are logged).
@item @item
Time since the last NTP packet was received Time since the last NTP packet was received
@item @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 @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 }}}
@c {{{ cmdaccheck @c {{{ cmdaccheck
@node cmdaccheck command @node cmdaccheck command