commit | 637d85a93e5cad219ff593c0c6f0992e5e82de3f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 05 17:33:27 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 05 19:09:19 2021 +0200 |
tree | 6c26efe6ec245f2f0e444c16f01ba7c83312851f | |
parent | f93c7be87fec4584cd2bbc68f5858a5ef4509da6 [diff] |
MINOR: activity: clean up the show profiling io_handler a little bit Let's rearrange it to make it more configurable and allow to iterate over multiple parts (header, tasks, memory etc), to restart from a given line number (previously it didn't work, though fortunately it didn't happen), and to support dumping only certain parts and a given number of lines. A few entries from ctx.cli are now used to store a restart point and the current step.