|
KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
|
Server load statistics — read-only snapshot for load-shedding decisions. More...
#include <server.h>
Data Fields | |
| int | active_connections |
| int | max_connections |
| int | async_suspended |
| int | listen_paused |
Server load statistics — read-only snapshot for load-shedding decisions.
| int KlServerStats::active_connections |
Currently active connection slots
| int KlServerStats::max_connections |
Configured pool capacity
| int KlServerStats::async_suspended |
Connections in async suspend
| int KlServerStats::listen_paused |
1 if listener paused (pool full)