From ae00878fd8585633d4110f54fb2ecf03dd83431f Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 25 Jun 2009 14:14:29 +0000 Subject: [PATCH] usage.txt: Time units are microseconds, not milliseconds --- doc/usage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage.txt b/doc/usage.txt index 28ef7f1..fb164fb 100644 --- a/doc/usage.txt +++ b/doc/usage.txt @@ -174,7 +174,7 @@ total_sent:: Total volume in bytes of network traffic sent by +pgbouncer+. total_query_time:: - Total number of milliseconds spent by +pgbouncer+ when actively + Total number of microseconds spent by +pgbouncer+ when actively connected to PostgreSQL. avg_req:: @@ -187,7 +187,7 @@ avg_sent:: Average sent (to clients) bytes per second. avg_query:: - Average query duration in milliseconds. + Average query duration in microseconds. ==== SHOW SERVERS; ==== -- 2.39.5