summaryrefslogtreecommitdiffstats
path: root/TODO
blob: a7c125b6a0f6cb79ac1710aa69124bafe5c977a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* Test on more platforms.  Development has primarily been on Linux and some
  attempts have been made on FreeBSD, OpenBSD, and OS X.

* Display status in the executor using pstack/dtract/gstack.

* Display elapsed time of currently running query.

* Display SQL statement type currently executing, i.e. SELECT, UPDATE,
  VACUUM, etc.

* Display summary statistics for average query cpu time, average query elapsed
  time, etc.

* Display summary statistics for locks such as total number of granted locks,
  total number of ungranted locks, etc.

* Make new TPS and i/o activity and disk space usage work on remote
  connections.

* Add warning when user running pg_top does not have OS privileges to view i/o
  statistics.  /proc/*/io may only be readable by process owner.

* Add warning when user i/o stats are not avaialble from OS. (Linux)