mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
README update.
This commit is contained in:
12
README.md
12
README.md
@@ -334,20 +334,19 @@ postgres=# \d pg_stat_monitor;
|
|||||||
client_ip | inet | | |
|
client_ip | inet | | |
|
||||||
queryid | text | | |
|
queryid | text | | |
|
||||||
query | text | | |
|
query | text | | |
|
||||||
plan_calls | bigint | | |
|
plans | bigint | | |
|
||||||
plan_total_time | double precision | | |
|
plan_total_time | double precision | | |
|
||||||
plan_min_timei | double precision | | |
|
plan_min_timei | double precision | | |
|
||||||
plan_max_time | double precision | | |
|
plan_max_time | double precision | | |
|
||||||
plan_mean_time | double precision | | |
|
plan_mean_time | double precision | | |
|
||||||
plan_stddev_time | double precision | | |
|
plan_stddev_time | double precision | | |
|
||||||
plan_rows | bigint | | |
|
calls | bigint | | |
|
||||||
total_calls | bigint | | |
|
|
||||||
total_time | double precision | | |
|
total_time | double precision | | |
|
||||||
min_time | double precision | | |
|
min_time | double precision | | |
|
||||||
max_time | double precision | | |
|
max_time | double precision | | |
|
||||||
mean_time | double precision | | |
|
mean_time | double precision | | |
|
||||||
stddev_time | double precision | | |
|
stddev_time | double precision | | |
|
||||||
effected_rows | bigint | | |
|
rows | bigint | | |
|
||||||
shared_blks_hit | bigint | | |
|
shared_blks_hit | bigint | | |
|
||||||
shared_blks_read | bigint | | |
|
shared_blks_read | bigint | | |
|
||||||
shared_blks_dirtied | bigint | | |
|
shared_blks_dirtied | bigint | | |
|
||||||
@@ -438,7 +437,8 @@ postgres=# select client_ip, query from pg_stat_monitor;
|
|||||||
```
|
```
|
||||||
postgres=# select resp_calls, query from pg_stat_monitor;
|
postgres=# select resp_calls, query from pg_stat_monitor;
|
||||||
resp_calls | query
|
resp_calls | query
|
||||||
--------------------------------------------------+---------------------------------------------- {1," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 0"} | select client_ip, query from pg_stat_monitor
|
--------------------------------------------------+----------------------------------------------
|
||||||
|
{1," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 0"} | select client_ip, query from pg_stat_monitor
|
||||||
{3," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 1"} | select * from pg_stat_monitor_reset()
|
{3," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 1"} | select * from pg_stat_monitor_reset()
|
||||||
{3," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 1"} | SELECT * FROM foo
|
{3," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 0"," 1"} | SELECT * FROM foo
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user