-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Hi,
I'm glad to see that dalibo is trying to build a tool that is lacking actually on postgresql.
We worked on a similar approach in my company few month ago and added several enhancements that I would like to propose :
- Implement pg_proctab (https://github.com/markwkm/pg_proctab) to add metrics for the sessions (cpu, memory, IO ...). This help a lot on identifing heavy sessions
- Add per object and per database statistics
- Add the functionnality to graph on all the metrics available
- Add a centralised repository
- Add a feature to send metrics to statd in order to generates dashboard in graphite (this help a lot for very big production systems). : http://pgxn.org/dist/pg_statsd
- Add an alerting system that we can couple with a nagios or zabbix....
- And even if it's not the same project : couple pgbadger to this tool !
Reactions are currently unavailable