mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-04 06:31:13 +01:00
MINOR: activity: report the current run queue size
While troubleshooting the causes of load spikes, it appeared that the length of individual run queues was missing, let's add it to "show activity".
This commit is contained in:
parent
2cb896c4b0
commit
338431ecb6
@ -1119,6 +1119,7 @@ static int cli_io_handler_show_activity(struct appctx *appctx)
|
||||
case __LINE__: SHOW_VAL("tasksw:", activity[thr].tasksw, _tot); break;
|
||||
case __LINE__: SHOW_VAL("empty_rq:", activity[thr].empty_rq, _tot); break;
|
||||
case __LINE__: SHOW_VAL("long_rq:", activity[thr].long_rq, _tot); break;
|
||||
case __LINE__: SHOW_VAL("curr_rq:", _HA_ATOMIC_LOAD(&ha_thread_ctx[thr].rq_total), _tot); break;
|
||||
case __LINE__: SHOW_VAL("loops:", activity[thr].loops, _tot); break;
|
||||
case __LINE__: SHOW_VAL("wake_tasks:", activity[thr].wake_tasks, _tot); break;
|
||||
case __LINE__: SHOW_VAL("wake_signal:", activity[thr].wake_signal, _tot); break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user