pgdash icon indicating copy to clipboard operation
pgdash copied to clipboard

Command-line tool for interacting with pgdash.io

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.