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,
 libncurses5-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.
