bind9/lib/ns
Diego Fronza 66fe8627de 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.
2019-11-06 09:18:27 +01:00
..
include Added TCP high-water statistics variable 2019-11-06 09:18:27 +01:00
tests Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
win32 Add functions for collecting high-water counters 2019-11-06 09:11:20 +01:00
api prep 9.15.5 2019-10-02 06:08:59 +00:00
client.c Added TCP high-water statistics variable 2019-11-06 09:18:27 +01:00
hooks.c Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
interfacemgr.c lib/ns/interfacemgr.c: Fix invalid order of DbC checks that could cause dereference before NULL check 2019-10-03 09:04:27 +02:00
Kyuafile regen master 2017-12-29 01:44:18 +00:00
lib.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
listenlist.c Remove blocks checking whether isc_mem_get() failed using the coccinelle 2019-07-23 15:32:35 -04:00
log.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
Makefile.in Add rules to make sure subdirs are always built before testdirs 2019-07-02 12:32:22 +02:00
notify.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
query.c lib/ns/query.c: Fix invalid order of DbC checks that could cause dereference before NULL check 2019-10-03 09:04:27 +02:00
server.c Use coccinelle to cleanup the failure handling blocks from isc_mem_strdup 2019-07-23 15:32:36 -04:00
sortlist.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
stats.c Add functions for collecting high-water counters 2019-11-06 09:11:20 +01:00
update.c Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-01 10:43:26 +10:00
version.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
xfrout.c Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00