blob: cb73f85f06689b6d97e8a9638659b5498027db1a (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
WWW: http://search.cpan.org/dist/pgtop/
|