]> granicus.if.org Git - pgbouncer/commitdiff
doc: Document remaining SHOW commands
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 24 Jun 2019 14:18:54 +0000 (16:18 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 24 Jun 2019 14:18:54 +0000 (16:18 +0200)
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

doc/usage.md

index 8014fd0a1745e5c1a941857427353fbd6acaebea..a52899835da2e32e42d7e7104ce5994b7af06de9 100644 (file)
@@ -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.