summaryrefslogtreecommitdiffstats
path: root/README
blob: 04d3a8ad7f06d95d02e26842e0ce792d95d72836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
								  pg_top
							 Version 3.7.0

							   Mark Wong
						and a cast of ... a few


pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar to top,
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.

To compile and install "pg_top", read the file "INSTALL" and follow the
directions and advice contained therein.

If you make any kind of change to "pg_top" that you feel would be
beneficial to others who use this program, or if you find and fix a bug,
please send the change to the pg_top mailing list.

In order to monitor a remote database, the pg_proctab extension needs to be
created on the database to be monitored.  Any operating system that pg_proctab
supports can be monitored remotely on any operating system.  See details for
pg_protab here:

http://pgxn.org/dist/pg_proctab/

Be sure to read the FAQ enclosed with the distrubution.  It contains
answers to the most commonly asked questions about the configuration,
installation, and operation of pg_top.


AVAILABILITY

Project home page:

http://ptop.projects.postgresql.org/

If you have git, you can download the source code:

git clone git://git.postgresql.org/git/pg_top.git


LOGO

The logo is just a pipe (|) and a capital V using the free Ampad Brush true
type font.


GRATITUDE

Selena Deckelmann & Gabrielle Roth, and the beer & free wi-fi at County Cork
pub in Portland, OR, USA.


LICENSE

pg_top is distributed free of charge under the same terms as the BSD
license.  For an official statement, please refer to the file "LICENSE"
which should be included with the source distribution.


AUTHOR

Mark Wong