mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-05 23:21:13 +01:00
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.