From: Aydın Mercan Date: Fri, 31 May 2024 15:12:08 +0000 (+0300) Subject: alphabetically sort socket i/o counters X-Git-Tag: v9.21.2~48^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be2d25e54286a284e00d1d033e79c25478bc84a;p=thirdparty%2Fbind9.git alphabetically sort socket i/o counters --- diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 9b14b0cf002..bb4d90d0d8e 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -8375,35 +8375,35 @@ Socket I/O statistics counters are defined per socket type, which are a socket type. Not all counters are available for all socket types; exceptions are noted in the descriptions. -``Open`` - This indicates the number of sockets opened successfully. - -``OpenFail`` - This indicates the number of failures to open sockets. +``Accept`` + This indicates the number of incoming connections successfully accepted. This counter does not apply to the ``UDP`` type. -``Close`` - This indicates the number of closed sockets. +``AcceptFail`` + This indicates the number of failures to accept incoming connection requests. This counter does not apply to the ``UDP`` type. ``BindFail`` This indicates the number of failures to bind sockets. +``Close`` + This indicates the number of closed sockets. + ``ConnFail`` This indicates the number of failures to connect sockets. ``Conn`` This indicates the number of connections established successfully. -``AcceptFail`` - This indicates the number of failures to accept incoming connection requests. This counter does not apply to the ``UDP`` type. - -``Accept`` - This indicates the number of incoming connections successfully accepted. This counter does not apply to the ``UDP`` type. +``Open`` + This indicates the number of sockets opened successfully. -``SendErr`` - This indicates the number of errors in socket send operations. +``OpenFail`` + This indicates the number of failures to open sockets. ``RecvErr`` This indicates the number of errors in socket receive operations, including errors of send operations on a connected UDP socket, notified by an ICMP error message. +``SendErr`` + This indicates the number of errors in socket send operations. + ``TCP4Clients``/``TCP6Clients`` This indicates the number of IPv4/IPv6 clients currently connected over TCP.