From: Peter Eisentraut Date: Mon, 24 Jun 2019 14:18:54 +0000 (+0200) Subject: doc: Document remaining SHOW commands X-Git-Tag: pgbouncer_1_10_0~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98d348d7d2ae08949bf55f8f09e76258358b9c7e;p=pgbouncer doc: Document remaining SHOW commands Some of these present internal information that we don't want to document fully, but at least mentioning them for completeness seems reasonable. fixes #394 --- diff --git a/doc/usage.md b/doc/usage.md index 8014fd0..a528998 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -223,6 +223,9 @@ Subset of **SHOW STATS** showing the total values (**total_**). Subset of **SHOW STATS** showing the average values (**avg_**). +#### SHOW TOTALS + +Like **SHOW STATS** but aggregated across all databases. #### SHOW SERVERS @@ -512,6 +515,12 @@ cancel link : fd for corresponding server/client. NULL if idle. +#### SHOW SOCKETS, SHOW ACTIVE_SOCKETS + +Shows low-level information about sockets or only active sockets. +This includes the information shown under **SHOW CLIENTS** and **SHOW +SERVERS** as well as other more low-level information. + #### SHOW CONFIG Show the current configuration settings, one per row, with following @@ -528,6 +537,12 @@ changeable If **no**, the variable can be changed only at boot time. Use **SET** to change a variable at run time. +#### SHOW MEM + +Shows low-level information about the current sizes of various +internal memory allocations. The information presented is subject to +change. + #### SHOW DNS_HOSTS Show host names in DNS cache.