mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-31 08:01:35 +02:00
In addition to the previous simplification, most locks don't use the seek or read lock (e.g. spinlocks etc) so let's split the dump into distinct operations (write/seek/read) and only report those which were used. Now the output size is roughly divided by 5 compared to previous ones.