]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream/stats: Expose the current number of streams in stats
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 25 Sep 2024 07:59:11 +0000 (09:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 30 Sep 2024 14:55:53 +0000 (16:55 +0200)
commit18ee22ff766bd7399947af3be2b512ac5827b3c8
tree6dbeb2b0750a57a7c3a98223b589c0da2e44fc14
parent6a94b7419eea9af5516c3fc80ea0ed705f4e0aea
MINOR: stream/stats: Expose the current number of streams in stats

A shared counter is added in the thread context to track the current number
of streams. This number is then reported in stats. It will be a useful
information to diagnose some bugs.
include/haproxy/stats-t.h
include/haproxy/tinfo-t.h
src/stats.c
src/stream.c