KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
Loading...
Searching...
No Matches
Data Fields
KlServerStats Struct Reference

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
 

Detailed Description

Server load statistics — read-only snapshot for load-shedding decisions.

Field Documentation

◆ active_connections

int KlServerStats::active_connections

Currently active connection slots

◆ max_connections

int KlServerStats::max_connections

Configured pool capacity

◆ async_suspended

int KlServerStats::async_suspended

Connections in async suspend

◆ listen_paused

int KlServerStats::listen_paused

1 if listener paused (pool full)


The documentation for this struct was generated from the following file: