Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T11:36:06.000Z (over 7 years ago)
- Last Synced: 2024-10-31T20:08:18.552Z (about 2 months ago)
- Topics: monitoring, optimization, pg-stat, pg-stat-statements, postgres
- Language: PHP
- Size: 141 KB
- Stars: 3
- Watchers: 8
- 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.![Cover](doc/image/yii2-pg-stat-statements.png)
## 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 [email protected] instead of using the issue tracker.
## Credits
- [All Contributors](../../contributors)
## License
MIT. Please see [License File](LICENSE) for more information.