Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitelynx/pg_activity
A status-checking script for PostgreSQL.
https://github.com/whitelynx/pg_activity
Last synced: 26 days ago
JSON representation
A status-checking script for PostgreSQL.
- Host: GitHub
- URL: https://github.com/whitelynx/pg_activity
- Owner: whitelynx
- License: mit
- Created: 2015-09-17T22:36:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T12:34:51.000Z (5 months ago)
- Last Synced: 2024-06-18T14:48:55.759Z (5 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
pg_activity
===========A status-checking script for [PostgreSQL](http://www.postgresql.org/).
Prerequisites
-------------- `psql` (from the `postgresql-client-common` package in Ubuntu)
- `head` and `realpath` (from the `coreutils` package in Ubuntu)
- `gawk` (from the `gawk` package in Ubuntu)
- `ip` (from the `iproute2` package in Ubuntu)Installation
------------```bash
git clone [email protected]:whitelynx/pg_activity.git
sudo ln -s $PWD/pg_activity/pg_activity /usr/local/bin/pg_activity
```Usage
-----To view usage information, pass `--help`:
```bash
pg_activity --help
```