Thanks to visit codestin.com
Credit goes to github.com

Skip to content

iralls/pg_collectd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Using pg_stat_statements (http://www.postgresql.org/docs/9.3/static/pgstatstatements.html), PostgreSQL very nicely records stored procedure execution times. This can be very handy to measure and track. Given that PostgreSQL libraries default (as far as I have seen) to using 'SELECT * FROM <procedure_name>' when invoking stored procedures (something like 'callproc' in psycopg2), this sql view provides collectd with a nice place to query for this information.

About

Stored procedure execution time monitoring in collectd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors