commit | a00cf9bbafc1566fe2a4311eaffea9b7e2ca9c58 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 17 20:44:28 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 17 20:52:29 2020 +0200 |
tree | 079ce812748424ad01b485e78b4b54ead9995b96 | |
parent | ddc874c46c585cf2962468788c78c57ddcd89c6f [diff] |
MINOR: activity: group the per-loop counters at the top empty_rq and long_rq are per-loop so it makes sense to group them together with the loop count. In addition since ctxsw and tasksw apply in the context of these counters, let's move them as well. More precisely the difference between wake_tasks and long_rq should roughly correspond to the number of inter-task messages. Visually it's much easier to spot ratios of wakeup causes now.