# pgsm-docs **Repository Path**: mirrors_percona/pgsm-docs ## Basic Information - **Project Name**: pgsm-docs - **Description**: pg_stat_monitor for PostgreSQL - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-12 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pg_stat_monitor documentation Welcome to `pg_stat_monitor` documentation! ## Overview The `pg_stat_monitor` is a Query Performance Monitoring tool for PostgreSQL. It is the advanced replacement of the `pg_stat_statements` extension because it aggregates the collected performance stats saving users from doing it themselves. The native integration with Percona Management and Monitoring (PMM) automates monitoring, provides data visualization on dashboards, security threat checks and alerting, available in PMM out of the box. `pg_stat_monitor` is compatible with upstream PostgreSQL and [Percona Distribution for PostgreSQL](https://www.percona.com/software/postgresql-distribution) versions 11, 12, 13, 14, 15, 16 and later. The `pg_stat_monitor` code is [in the dedicated repository](https://github.com/percona/pg_stat_monitor/blob/main). This repository contains the source files for [`pg_stat_monitor` documentation](https://docs.percona.com/pg-stat-monitor/). The documentation is written in [Markdown markup language](https://www.markdownguide.org/) and is created using [MkDocs](https://www.mkdocs.org/). ## Contributing We welcome all contributors. For how to contribute to documentation, read the [Contributing guide](https://github.com/percona/pgsm-docs/blob/main/CONTRIBUTING.md). ## Licensing Percona is dedicated to **keeping open source open**. Wherever possible, we strive to include permissive licensing for both our software and documentation. For this project, we are using the Apache License 2.0 license.