How can one tell if the autovacuum daemon in Postgres 9.x is running and maintaining the database cluster?
You can also run pg_activity to see the currently running queries on your database. I generally leave a terminal open with this running most of the time anyway as it's very useful.