]> git.ipfire.org Git - thirdparty/bind9.git/commit
Added TCP high-water statistics variable
authorDiego Fronza <diego@isc.org>
Tue, 5 Nov 2019 20:48:47 +0000 (17:48 -0300)
committerOndřej Surý <ondrej@sury.org>
Wed, 6 Nov 2019 11:54:40 +0000 (12:54 +0100)
commit4ad2ab54cde299c40a619f25cb6ff685073e90d4
tree835620e0ba50806601df76f013e0cc9d9fc098fc
parent5a9c5166ce7d18f53e0eb3d8c65f232354c20008
Added TCP high-water statistics variable

This variable will report the maximum number of simultaneous tcp clients
that BIND has served while running.

It can be verified by running rndc status, then inspect "tcp high-water:
count", or by generating statistics file, rndc stats, then inspect the
line with "TCP connection high-water" text.

The tcp-highwater variable is atomically updated based on an existing
tcp-quota system handled in ns/client.c.

(cherry picked from commit 66fe8627de2c8488b7808c7b342e6ceb51f65414)
bin/named/client.c
bin/named/include/named/server.h
bin/named/server.c
bin/named/statschannel.c
lib/isc/stats.c