diff options
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 2b99cf6b2..fad2d312e 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8120,9 +8120,10 @@ client connections are those connections currently linked with an active server connection. Client connections may also be "waiting", meaning they have not yet been allocated a server connection. Server connections are "active" (linked to a client), "idle" (standing by for a client connection to link with), "used" -(just unlinked from a client, and not yet returned to the idle pool), and -"login" (in the process of logging in). The maxwait value shows how long in -seconds the oldest waiting client connection has been waiting. +(just unlinked from a client, and not yet returned to the idle pool), "tested" +(currently being tested) and "login" (in the process of logging in). The +maxwait value shows how long in seconds the oldest waiting client connection +has been waiting. =head2 B<prepared_txns> |