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
|
Source: pgtop
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
libbsd-dev,
libpq-dev,
libncurses-dev,
python3-docutils,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://gitlab.com/pg_top/pg_top
Vcs-Git: https://salsa.debian.org/postgresql/pgtop.git
Vcs-Browser: https://salsa.debian.org/postgresql/pgtop
Package: pgtop
Replaces: ptop (<< 3.7.0-1~)
Breaks: ptop (<< 3.7.0-1~)
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: postgresql
Description: PostgreSQL performance monitoring tool akin to top
pg_top is 'top' for PostgreSQL.
.
* Monitor PostgreSQL processes.
* 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.
|