parent
fe1b01995d
commit
8db480c070
|
@ -17,9 +17,11 @@ or it can be downloaded using the git:
|
||||||
git clone git://github.com/Percona-Lab/pg_stat_monitor.git
|
git clone git://github.com/Percona-Lab/pg_stat_monitor.git
|
||||||
|
|
||||||
After downloading the code, set the path for the [PostgreSQL][1] binary:
|
After downloading the code, set the path for the [PostgreSQL][1] binary:
|
||||||
|
|
||||||
cd pg_stat_monitor
|
cd pg_stat_monitor
|
||||||
make USE_PGXS=1
|
make USE_PGXS=1
|
||||||
make USE_PGXS=1 install
|
make USE_PGXS=1 install
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
There are four views, and complete statistics can be accessed using these views.
|
There are four views, and complete statistics can be accessed using these views.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue