Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).