summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2013-07-13 09:34:05 -0700
committerMark Wong <markwkm@gmail.com>2013-07-13 09:34:05 -0700
commit661f76fc504b16deee850f9e4ffe4cd22ea69a24 (patch)
tree3277f316e3923988a4d7be67de6fce4a2c966fec
parentf0f4d87256bc92ea8fd2fa4c5de12dd15d7f3966 (diff)
Set to 3.7.0-beta1v3.7.0-beta1
-rw-r--r--HISTORY4
-rw-r--r--TODO7
-rwxr-xr-xconfigure.ac2
3 files changed, 10 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 8740092..8cb58b3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8,6 +8,10 @@ Release 3.7.0
* Updated for OpenBSD 5.2.
* Updated for FreeBSD 9.1.
* Updated for OS X Mountain Lion (10.8).
+ * Add monitoring for database activity
+ * Add monitoring for disk activity
+ * Add monitoring for disk space
+ * Add long options
Release 3.6.2
diff --git a/TODO b/TODO
index b8c57a5..0e2f8a8 100644
--- a/TODO
+++ b/TODO
@@ -8,8 +8,8 @@
* Display SQL statement type currently executing, i.e. SELECT, UPDATE,
VACUUM, etc.
-* Display summary statistics for queries per second, average query cpu time,
- average query elapsed time, etc.
+* Display summary statistics for average query cpu time, average query elapsed
+ time, etc.
* Renamed number of processs to be number of connections since that is more
accurate:
@@ -46,3 +46,6 @@
pgbenchtest | 1 | 3085 | 321558 | 485894
* Display the size of each database.
+
+* Make new TPS and i/o activity and disk space usage work on remote
+ connections.
diff --git a/configure.ac b/configure.ac
index 955877b..781c70f 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
AC_PREREQ(2.59)
-AC_INIT(pg_top, 3.7.0-alpha3, ptop-hackers@pgfoundry.org)
+AC_INIT(pg_top, 3.7.0-beta1, ptop-hackers@pgfoundry.org)
echo "Configuring $PACKAGE_STRING"