GitHub - rapidloop/pgdash: Command-line tool for interacting with pgdash.io

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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.