Skip to content

modules/stats: further improve latency measurements

Vladimír Čunát requested to merge stats-latency into master

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.

Merge request reports

Loading