pgmetrics
Collect and display information and stats from a running PostgreSQL server
How to download and setup pgmetrics
Open terminal and run command
git clone https://github.com/rapidloop/pgmetrics.git
git clone is used to create a copy or clone of pgmetrics repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with pgmetrics https://github.com/rapidloop/pgmetrics/archive/master.zip
Or simply clone pgmetrics with SSH
[email protected]:rapidloop/pgmetrics.git