https://github.com/sima-land/yii2-pg-stat-statements
pg stat for replecated servers
https://github.com/sima-land/yii2-pg-stat-statements
monitoring optimization pg-stat pg-stat-statements postgres
Last synced: 9 months ago
JSON representation
pg stat for replecated servers
- Host: GitHub
- URL: https://github.com/sima-land/yii2-pg-stat-statements
- Owner: sima-land
- License: mit
- Created: 2017-01-09T13:40:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T11:36:06.000Z (about 9 years ago)
- Last Synced: 2025-04-17T01:15:15.433Z (over 1 year ago)
- Topics: monitoring, optimization, pg-stat, pg-stat-statements, postgres
- Language: PHP
- Size: 141 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2-pg-stat-statements
Yii2 component for tracking execution statistics and aggregation of all SQL
statements executed by multiple servers.

## Features
* Multiple servers
* Execution statistics history
* Human interface
## Install
Via Composer
``` bash
$ composer require sima-land/yii2-pg-stat-statements
```
## Testing
```bash
$ composer test
```
## Security
If you discover any security related issues, please email pastukhov_k@sima-land.ru instead of using the issue tracker.
## Credits
- [All Contributors](../../contributors)
## License
MIT. Please see [License File](LICENSE) for more information.