We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example:
select state, count(*) "Total count", count(*) filter (where now() - state_change <= '1 second') as "Fresh (<1 sec)", count(*) filter (where now() - state_change > '1 second') as "Old (1+ sec)" from pg_stat_activity group by cube(state);
+ per host (clent_addr) + per app
clent_addr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
example:
+ per host (
clent_addr
)+ per app
The text was updated successfully, but these errors were encountered: