zalando / pg_view

Get a detailed, real-time view of your PostgreSQL database and system metrics
https://pypi.python.org/pypi/pg-view
Other
494 stars 49 forks source link

need pgview webui #102

Closed Liuzhj closed 4 years ago

Liuzhj commented 4 years ago

dear team,

i need to use pgview to monitor own pg db . i want to know the pgview webui release time ? look up it's usefull, thank you very much .

https://user-images.githubusercontent.com/1443395/37088392-7be43462-21fd-11e8-8ae2-e7fa2d3b2853.png

image

CyberDem0n commented 4 years ago

This UI is using bg_mon as a backend. In the bg_mon repo there is a rudimentary UI (bg_mon.html). It is maybe not so beautiful but fully functional.

Please pay attention that you'll have to add bg_mon into shared_preload_libraries and restart postgres. It might sound scary, but I consider it very stable, we run it on about 2000 clusters without issues.

Liuzhj commented 4 years ago

@CyberDem0n thank you very much . i have some question, how to management and monitor multiple pg instance ? maybe i have 10 single pg instance, and have 20 pg clusters with 3 members of patroni .

we run it on about 2000 clusters without issues

i want to know how to management 2000 clusters . it's so terrible for me now , please help me , thank you very much again.

Liuzhj commented 4 years ago

i was download source code and try to build for install. occur some warning , it's can be ignore? Is it necessary to solve? image

CyberDem0n commented 4 years ago

These are warnings. You can ignore them.