./databases/pg_top, Monitoring program similar to top for PostgreSQL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.0.0, Package name: pg_top-4.0.0, Maintainer: pkgsrc-users

pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar to
top, pg_top allows you to monitor PostgreSQL processes. Also see
pg_systat to monitor various PostgreSQL statistics tables. pg_top also
allows you to:

- View currently running SQL statement of a process.
- View query plan of a currently running SQL statement.
- View locks held by a process.
- Monitor remote databases that have the pg_proctab extension loaded.


Master sites:

Filesize: 115.156 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-14 21:24:10 by Nia Alarie | Files touched by this commit (1)
Log message:
pg_top: Add missing dependency on curses
   2023-08-11 11:14:17 by Nia Alarie | Files touched by this commit (4)
Log message:
pg_top: Honour pkgsrc's preferred man page directory. Delint.
   2023-08-11 11:09:09 by Nia Alarie | Files touched by this commit (1)
Log message:
pg_top: Depends on libbsd on Linux

XXX package is a mess, why is it NOT_FOR netbsd but requires libbsd!?
   2023-04-27 07:44:26 by Thomas Klausner | Files touched by this commit (1)
Log message:
pg_top: needs porting to NetBSD, mark as not-for-NetBSD
   2023-04-19 15:31:58 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Add pg_top-4.0.0

pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar to
top, pg_top allows you to monitor PostgreSQL processes. Also see
pg_systat to monitor various PostgreSQL statistics tables. pg_top also
allows you to:

- View currently running SQL statement of a process.
- View query plan of a currently running SQL statement.
- View locks held by a process.
- Monitor remote databases that have the pg_proctab extension loaded.