Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 624 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 624 Bytes

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.