pg_activity
Realtime PostgreSQL database server monitoring tool
Install
- All systems
-
curl cmd.cat/pg_activity.sh
- Debian
-
apt-get install pg-activity - Ubuntu
-
apt-get install pg-activity - Kali Linux
-
apt-get install pg-activity - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install pg-activity - Raspbian
-
apt-get install pg-activity
pg-activity
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.