]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
modules/stats: further improve latency measurements docs-develop-stat-aasaoy/deployments/6593
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 14 Apr 2025 09:13:32 +0000 (11:13 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 14 Apr 2025 10:21:26 +0000 (12:21 +0200)
commit5e6a02b3902ac98b327eca281ae70fa2bb9a9598
tree19fde95ced4fd46afa1cec45e686ad3b27653f11
parent33151c4b5af57a9e51c998169b42ebe7e48af5fc
modules/stats: further improve latency measurements

libuv's updating the stamp just once per event loop
might be too coarse, as processing multiple packets
(e.g. DNSSEC validation) may take milliseconds together.

Of course we still don't measure e.g. the time when incoming
client requests stay in OS buffers.
NEWS
lib/rplan.c
modules/stats/stats.c