X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=README.md;h=aa431a86117dbd562b9807a22c45f805b1fc0434;hb=19895ca8d31deea9680395e11e889d4b32a58bd4;hp=1bcf3b7548d502a54edcd74530dc3c791d722650;hpb=d38bc6ef7c4b5a914e5c3e492c1efdc84944fbd1;p=pstop.git diff --git a/README.md b/README.md index 1bcf3b7..aa431a8 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Access to MySQL can be made by one of the following methods: * connect via a socket with `--socket=/path/to/mysql.sock --user=someuser --password=somepass` The user if not specified will default to the contents of `$USER`. +The port if not specified will default to 3306. ### Grants @@ -49,7 +50,9 @@ queries, or the number of connections they have to MySQL. This is really missing a feature in MySQL (see: http://bugs.mysql.com/75156) to provide higher resolution query times than seconds. It gives some info but if the queries are very short then the integer runtime -in seconds makes the output far less interesting. +in seconds makes the output far less interesting. Total idle time is also +shown as this gives an indication of perhaps overly long idle queries, +and the sum of the values here if there's a pile up may be interesting. You can change the polling interval and switch between modes (see below).