commit | 0212fadd658bfcade0342dea708e398b47e31188 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 24 08:10:57 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 24 16:04:23 2019 +0200 |
tree | 1a1e930a9527a1ab79b37a2e7e46aeafbaf12ab0 | |
parent | 69b5a7f1a3d3276f8d7d43e3916eb9f51d839072 [diff] |
MINOR: tasks/activity: report the context switch and task wakeup rates It's particularly useful to spot runaway tasks to see this. The context switch rate covers all tasklet calls (tasks and I/O handlers) while the task wakeups only covers tasks picked from the run queue to be executed. High values there will indicate either an intense traffic or a bug that mades a task go wild.