pgstats icon indicating copy to clipboard operation
pgstats copied to clipboard

Collects PostgreSQL statistics, and either saves them in CSV files or print them on the stdout

Results 4 pgstats issues
Sort by recently updated
recently updated
newest added

Hi, pgstats fails to build against v14. Below is the logs. Can you please take a look? Regards, Devrim > gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type...

It could provide: - number of used blocks and/or a % of shared_buffers (will max to shared_buffers and 100%, except if filtered on a DB) - number and % of...

(Or KiB or GiB) This is already done in progress_basebackup ``` $ pgstat -s table -- sequential -- ------ index ------ -------------------- tuples ----------------------------- -------------- maintenance -------------- scan tuples scan...

Would be also useful for table and function stats. Or better for any numeric still:)