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
|
Source: pg-activity
Section: utils
Priority: optional
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
debhelper-compat (= 13),
pybuild-plugin-pyproject,
python3,
python3-setuptools,
dh-python
Standards-Version: 4.7.2
Homepage: https://github.com/dalibo/pg_activity
Vcs-Git: https://salsa.debian.org/kolter/pg-activity.git
Vcs-Browser: https://salsa.debian.org/kolter/pg-activity
Package: pg-activity
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-psycopg,
python3-psutil
Description: Realtime PostgreSQL database server monitoring tool
PgActivity is a curses-based realtime utility to display information from a
running PostgreSQL database server.
.
It is modelled after the standard 'top' utility, and displays information such
as:
- the running, waiting and blocking queries
- cpu, memory and i/o usage of each query
- the queries execution time
.
It also provides interactive commands to sort, filter, scroll and extend the
queries list displayed.
|