commit 4a804cdc299a60ebf373cc7015907b620ff921fb from: Pavel Borzenkov date: Tue Dec 23 10:18:55 2014 UTC README.md: fix formatting Signed-off-by: Pavel Borzenkov commit - 041aad677053a1b76634360d28255bc44d626b55 commit + 4a804cdc299a60ebf373cc7015907b620ff921fb blob - 56a7f0a868ca4c0105294c338c49926bf00023a7 blob + 53cd215014a7d73d8871165acc33711dc86b2bb3 --- README.md +++ README.md @@ -1,5 +1,4 @@ ## PostgreSQL Performance Monitoring Tools -====== This package includes three useful scripts aimed to help to pinpoint performance issues on systems with PostgreSQL as database backend. @@ -19,7 +18,6 @@ http://www.postgresql.org/docs/9.3/static/auth-pg-hba- For detailed list of command line options use --help / -h option. ### pg-top -====== *pg-top.py* uses pg_stat_user_tables system table to get current statistics of server activity. The information is represented in 'top'-like screen, per table and total for the server, and updated dynamically. @@ -37,7 +35,6 @@ The following data is reported: * approximate number of rows in table ### pg-stat -====== *pg-stat.py* is a command-line tool to get advanced server statistics in real-time. The information is represented in tabular form, similar to 'vmstat' output. By default, new data row is printed each 2 seconds. @@ -58,7 +55,6 @@ The following data is reported: * total number of live processes ### pg-info -====== *pg-info.py* script gathers static performance-related information from the pg_stat_xxx tables and tries to identify potential problem sources. @@ -71,14 +67,12 @@ In particular, the following data is reported: ## Authors And Contributors -====== These scripts were created as inhouse tools at Parallels (www.parallels.com), by Alexander Andreev (aandreev@parallels.com). Do not hesitate to send your patches, issues and proposals! ## License -====== Released under [GPLv2 License](https://github.com/CloudServer/postgresql-perf-tools/blob/master/LICENSE)