No description available
pip install fastpluggy-postgres-tools
pip install fastpluggy-postgres-tools==0.1.11
A powerful PostgreSQL database monitoring and management plugin for FastPluggy applications.
This plugin provides a user-friendly interface to monitor and manage various aspects of your PostgreSQL databases.
Sort sequences by remaining capacity to prioritize attention
Database Size & Tablespace Usage:
Sort by size to identify storage usage patterns
Index Usage Statistics:
Sort by scan count to identify unused indexes
Table Statistics & Bloat:
Filter by schema (excludes system schemas like pg_catalog and information_schema)
Query Performance Analysis:
Installation instructions if extension is not available
Connection & Lock Monitoring:
View detailed information about blocking and waiting queries
Vacuum/Autovacuum Status:
Highlight tables that haven't been vacuumed recently
Replication & Backups:
Show replication slots and retained WAL size
Custom Hooks & Webhooks:
Store alert configuration in the database
Global Dashboard & Recommendations:
For detailed specifications of each feature, see the individual files in the docs/feature/
directory.
Install the official plugin package:
pip install fastpluggy-postgres-tools
The plugin uses the same database connection that is configured for your FastPluggy application.
No additional configuration is required if your application is already connected to a PostgreSQL database.
Once installed, access the PostgreSQL tools at /postgres/
in your FastPluggy application. The interface allows you to:
The plugin also provides API endpoints for programmatic access to all features. See the API Endpoints Documentation for details on available endpoints, parameters, and response formats.
pip install -e .
python -m build
This project is licensed under the MIT License.
This plugin does not have a Changelog file or it could not be extracted from the package.
API documentation for this plugin is not available.
Last analysis performed: 2025-07-10 19:09:56
This plugin has a valid entry point:
postgres_tools
= fastpluggy_plugin.postgres_tools.plugin:PostgresToolsModule
No issues were found during the analysis of this package.