All Projects → rapidloop → pgdash

rapidloop / pgdash

Licence: Apache-2.0 license
Command-line tool for interacting with pgdash.io

Programming Languages

go
31211 projects - #10 most used programming language

pgdash is a command-line tool to invoke and use with the APIs provided by pgdash.io.

It can upload the metrics collected by pgmetrics 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 and pgmetrics.io.

pgdash is developed and maintained by RapidLoop. Follow us on Twitter at @therapidloop.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].