https://github.com/rapidloop/pgdash
Command-line tool for interacting with pgdash.io
https://github.com/rapidloop/pgdash
command-line command-line-tool database go golang monitoring postgresql
Last synced: 2 months ago
JSON representation
Command-line tool for interacting with pgdash.io
- Host: GitHub
- URL: https://github.com/rapidloop/pgdash
- Owner: rapidloop
- License: apache-2.0
- Created: 2018-04-02T06:07:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T05:46:47.000Z (3 months ago)
- Last Synced: 2025-04-14T17:07:32.420Z (2 months ago)
- Topics: command-line, command-line-tool, database, go, golang, monitoring, postgresql
- Language: Go
- Homepage: https://pgdash.io
- Size: 83 KB
- Stars: 31
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**pgdash** is a command-line tool to invoke and use with the APIs provided by
[pgdash.io](https://pgdash.io).It can upload the metrics collected by [pgmetrics](https://pgmetrics.io) into
pgdash:```
$ pgmetrics -f json --no-password mydb | pgdash -a APIKEY report myserver$ pgmetrics -f json -o report.json mydb
$ pgdash -a APIKEY -i report.json report myserver
```For more information, see [pgdash.io](https://pgdash.io) and
[pgmetrics.io](https://pgmetrics.io).pgdash is developed and maintained by [RapidLoop](https://rapidloop.com).
Follow us on Twitter at [@therapidloop](https://twitter.com/therapidloop/).