pg_view
pg_view copied to clipboard
Get a detailed, real-time view of your PostgreSQL database and system metrics
Just got this failure on v1.3.1. Was running fine for some minutes and then crashed: ``` 02-28 15:12:52,312 Unable to read free space information for the pg_xlog and data directories...
Hi, Could i found Pg_view packaged in an Docker solution for my Postgres 11, like PgWatch2 ? Regards Phil
Unifies SECURITY.md to point to the Zalando security form.
Issue: https://github.com/zalando/pg_view/issues/60 Second part of refactoring to psutil. Includes tests and separating logic into classes which try not to break single object responsibility principle. This commit is preparation for last...
Is there a cli parameter for specifying a db user password? If not, would you please add one?
Attempting to install from current `master` source on a machine with python 2 with `sudo python setup.py install` fails with ``` File "/tmp/easy_install-Vd6lIV/more-itertools-8.2.0/more_itertools/more.py", line 480 yield from iterable ^ SyntaxError:...
Solves https://github.com/zalando/pg_view/issues/45 (Adds an output with label freeze time). 
Use PG version represented as an integer internally insteead of the float (float comparisons are imprecise). Instead of passing one version of the disk stat collector pass one version per...
``` Traceback (most recent call last): File "/usr/bin/pg_view", line 11, in load_entry_point('pg-view==1.4.1', 'console_scripts', 'pg_view')() File "/usr/lib/python3.6/site-packages/pg_view.py", line 3474, in main postmasters = get_postmasters_directories() File "/usr/lib/python3.6/site-packages/pg_view.py", line 3038, in get_postmasters_directories postmasters[pg_dir]...
For PostgreSQL 9.6, the wait events collect much more types of waits than a heavyweight locks used in the prior versions. We could report them to the user, as well...