Home
last modified time | relevance | path

Searched defs:PgStats (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h98 typedef struct PgStats PgStats; typedef
246 struct PgStats { struct
247 uint64_t xact_count;
248 uint64_t query_count;
249 uint64_t server_bytes;
250 uint64_t client_bytes;
251 usec_t xact_time; /* total transaction time in us */
252 usec_t query_time; /* total query time in us */
253 usec_t wait_time; /* total time clients had to wait */