]> granicus.if.org Git - pgbouncer/commitdiff
usage.txt: Time units are microseconds, not milliseconds
authorMarko Kreen <markokr@gmail.com>
Thu, 25 Jun 2009 14:14:29 +0000 (14:14 +0000)
committerMarko Kreen <markokr@gmail.com>
Thu, 25 Jun 2009 14:14:29 +0000 (14:14 +0000)
doc/usage.txt

index 28ef7f1d46557801b31dcb07193dc1345c700db2..fb164fbab8d22e8f54adb45d117857724b87fc16 100644 (file)
@@ -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; ====