Monitoring: Viewing Locks
  • References/Database/PostgreSQL/Monitoring

Another useful tool for monitoring database activity is the pg_locks system table. It allows the database administrator to view information

2025-01-10 15:47:30
Monitoring: Dynamic Tracing
  • References/Database/PostgreSQL/Monitoring

PostgreSQL provides facilities to support dynamic tracing of the database server. This allows an external utility to be called at specific

2025-01-10 15:47:30
Monitoring: Standard Unix Tools
  • References/Database/PostgreSQL/Monitoring

On most Unix platforms, PostgreSQL modifies its command title as reported by ps, so that individual server processes

2025-01-10 15:47:30
Monitoring: Disk Full Failure
  • References/Database/PostgreSQL/Monitoring

The most important disk monitoring task of a database administrator is to make sure the disk doesn't become full. A filled data disk will not result in data corruption, but

2025-01-10 15:47:30
Monitoring: Determining Disk Usage
  • References/Database/PostgreSQL/Monitoring

Each table has a primary heap disk file where most of the data is stored. If the table has any columns with potentially-wide values, there also might be a

2025-01-10 15:47:30
Monitoring: Progress Reporting
  • References/Database/PostgreSQL/Monitoring

PostgreSQL has the ability to report the progress of certain commands during command execution. Currently, the only command which supports

2025-01-10 15:47:30
Monitoring: Statistics Collector
  • References/Database/PostgreSQL/Monitoring

PostgreSQL's statistics collector is a subsystem that supports collection and reporting of information about server

2025-01-10 15:47:30