Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T14:46:48.000Z (6 months ago)
- Last Synced: 2024-07-24T16:35:46.935Z (6 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: 4
- 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/).