commit | f1c8a3846c9533c9cc5e049dfceddeb85a5f90ac | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 13 10:00:17 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 13 10:00:17 2021 +0200 |
tree | e175b8d0399a56e486b6d2cad5ac17c5edcc1fe8 | |
parent | b38b5c3d0d4df6428ac55499e40ed4ef32ceb405 [diff] |
MINOR: activity/cli: optionally support sorting by address on "show profiling" "show profiling" by default sorts by usage/counts, which is suitable for occasional use. But when called from scripts to monitor/search variations, this is not very convenient. Let's add a new "byaddr" option to support sorting the output by address. It also eases matching alloc/free calls from within a same library, or reading grouped tasks costs by library.