├── README.md ├── media ├── db_activity_pgbench.png ├── db_activity_replogical.png ├── db_activity_repstream.png ├── db_activity_vacuumfull.png └── db_information.png └── scripts ├── pg_database_activity.sh ├── pg_database_activity_refresh.sh ├── pg_database_hugepages.sh ├── pg_database_information.sh ├── pg_database_logs.sh ├── pg_database_reload_conf.sh ├── pg_database_start.sh ├── pg_database_status.sh ├── pg_database_stop.sh └── settings.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/README.md -------------------------------------------------------------------------------- /media/db_activity_pgbench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/media/db_activity_pgbench.png -------------------------------------------------------------------------------- /media/db_activity_replogical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/media/db_activity_replogical.png -------------------------------------------------------------------------------- /media/db_activity_repstream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/media/db_activity_repstream.png -------------------------------------------------------------------------------- /media/db_activity_vacuumfull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/media/db_activity_vacuumfull.png -------------------------------------------------------------------------------- /media/db_information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/media/db_information.png -------------------------------------------------------------------------------- /scripts/pg_database_activity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/pg_database_activity.sh -------------------------------------------------------------------------------- /scripts/pg_database_activity_refresh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/pg_database_activity_refresh.sh -------------------------------------------------------------------------------- /scripts/pg_database_hugepages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/pg_database_hugepages.sh -------------------------------------------------------------------------------- /scripts/pg_database_information.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/pg_database_information.sh -------------------------------------------------------------------------------- /scripts/pg_database_logs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/pg_database_logs.sh -------------------------------------------------------------------------------- /scripts/pg_database_reload_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/pg_database_reload_conf.sh -------------------------------------------------------------------------------- /scripts/pg_database_start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/pg_database_start.sh -------------------------------------------------------------------------------- /scripts/pg_database_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/pg_database_status.sh -------------------------------------------------------------------------------- /scripts/pg_database_stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/pg_database_stop.sh -------------------------------------------------------------------------------- /scripts/settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azmodey/pg_dba_scripts/HEAD/scripts/settings.txt --------------------------------------------------------------------------------