summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wong <mark@2ndQuadrant.com>2020-04-07 10:23:29 -0700
committerMark Wong <mark@2ndQuadrant.com>2020-04-07 10:25:52 -0700
commitfaeecc7a8d5ec6a518a3d5b89927681050263531 (patch)
tree93fac62db17f2f9b74e43f57a60d746b0285b04f
parent71e51a3ae34e21c273a6d21ab1320ccf0cef6f77 (diff)
Update README with additional features
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d1bfb9f..0f0fd56 100644
--- a/README.rst
+++ b/README.rst
@@ -7,6 +7,8 @@ pg_top allows you to monitor PostgreSQL processes. It also allows you to:
* View currently running SQL statement of a process.
* View query plan of a currently running SELECT statement.
* View locks held by a process.
+* View I/O statistics per process.
+* View replication statistics for downstream nodes.
To compile and install "pg_top", read the file "INSTALL.rst" and follow the
directions and advice contained therein.