commit | de785f04e11218cee7ff0d3e30fbcfc6da91ce87 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 22 08:04:23 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 22 17:32:28 2020 +0200 |
tree | 7900df309ac292747a48e8e6f822f61a0e780cb4 | |
parent | 23d3b00bdd389effb4cdf77de432ad769359bd2c [diff] |
MINOR: threads/debug: only report lock stats for used operations 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.