get_database_stats
Retrieve database activity and background writer statistics from pg_stat_database and pg_stat_bgwriter for self-hosted Supabase instances, enabling developers to monitor and optimize database 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"
}