Skip to content

Instantly share code, notes, and snippets.

@dalen
Created July 9, 2013 10:13
Show Gist options
  • Save dalen/5956248 to your computer and use it in GitHub Desktop.
Save dalen/5956248 to your computer and use it in GitHub Desktop.
puppetdb=# select * from pg_stat_database where datname='puppetdb';
datid | datname | numbackends | xact_commit | xact_rollback | blks_read | blks_hit | tup_returned | tup_fetched | tup_inserted | tup_updated | tup_deleted | conflicts | stats_reset
-------+----------+-------------+-------------+---------------+------------+--------------+--------------+-------------+--------------+-------------+-------------+-----------+-------------------------------
16389 | puppetdb | 67 | 19350645 | 7158 | 5203673932 | 730840051209 | 296150976554 | 39856410308 | 3042400442 | 19151545 | 2915288790 | 0 | 2013-05-03 15:27:17.030942+00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment