Last night’s meeting was about ptop and Mark Wong’s efforts to make an interactive, command-line tool for monitoring the current status of a PostgreSQL database.
For our meeting, Mark set up a test operating system on a USB drive, and bravely demo’d his new software.
Mark got the idea for ptop a few months ago, and went looking for the source code to top to get started. After a few days of hacking, he had a some useful features he wanted to share. So, he’s set up a project and started gathering developers:
http://pgfoundry.org/projects/ptop
The features currently supported include displaying:
- Current queries
- Query plans
- Locks
- User table statistics
- User index statistics