get_database_stats
Retrieve database activity and background writer statistics from pg_stat_database and pg_stat_bgwriter to monitor and analyze self-hosted Supabase instance performance.
Instructions
Retrieves statistics about database activity and the background writer from pg_stat_database and pg_stat_bgwriter.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}