blob: 5526663a00fa99f610efa66bedaab426abbf5e1e (
plain) (
blame)
1
2
3
4
5
|
pgtop was inspired by mytop (http://jeremy.zawodny.com/mysql/mytop/),
which in turn was inspired by the system monitoring tool top.
pgtop will connect to a PostgreSQL server and periodically
run queries against the pg_stat* relations and attempt
to summarize the information from them in a useful format.
|