postgresql -- an ORDBMS
As I learn more, I'll post more things that I should remember. ;)
Monitoring from the shell seems to work best. The format is "postgres: user database host activity" -- from http://www.postgresql.org/docs/8.1/interactive/monitoring.html
select * from pg_catalog.pg_stat_activity;currently failing my tests. More info on the pg_stat interface at: http://www.postgresql.org/docs/8.1/interactive/monitoring-stats.html
from http://www.postgresql.org/docs/8.1/interactive/diskusage.html
from http://www.postgresql.org/docs/8.1/interactive/app-psql.html
from http://www.postgresql.org/docs/8.1/interactive/explicit-locking.html
from http://www.postgresql.org/docs/8.1/static/sql-createtableas.html
from http://www.varlena.com/GeneralBits/64.php
from http://archives.postgresql.org/pgsql-de-allgemein/2004-09/msg00001.php