Skip to content

rapidloop/pgdash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.