Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metric to display transaction per seconds #40

Closed
rach opened this issue Jan 13, 2016 · 1 comment
Closed

Add metric to display transaction per seconds #40

rach opened this issue Jan 13, 2016 · 1 comment
Labels
Milestone

Comments

@rach
Copy link
Owner

rach commented Jan 13, 2016

No description provided.

@rach rach modified the milestone: 0.2.0 Jan 13, 2016
@rach
Copy link
Owner Author

rach commented Jan 15, 2016

Number of transaction between 2 delta can be calculated via:
SELECT xact_commit+xact_rollback FROM pg_stat_database WHERE datname = 'dbname';
But the idea of running that every seconds is not acceptable :/
We could have transaction per minutes and divide to provide an average..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant