psqlstatsshow
v1.0.2
Published
Web Monitoring PostgreSQL- Tracking execution statistics of all SQL statements executed by a server.
Downloads
15
Maintainers
Readme
PSQL StatsShow
Web Monitoring PostgreSQL- Tracking execution statistics of all SQL statements executed by a server.
Installation
Module available through the npm registry. It can be installed using the npm
or yarn
command line tools.
# NPM
npm install psqlstatsshow --global
# Or Using Yarn
yarn global add psqlstatsshow
Usage
# Start (enabled https://www.postgresql.org/docs/11/pgstatstatements.html)
psqlstatsshow --password=12345
Tests
To run the test suite, first install the dependencies, then run test
:
# NPM
npm test
# Or Using Yarn
yarn test
Dependencies
Dev Dependencies
Contributors
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.