Thread: PostgreSQL top (ptop) 3.6.1 Beta 2 released
I'm pleased to announce the second beta version of ptop. It is a utility that provides a display of top PostgreSQL processes and other database statistics such as: - Current queries. - Query plans. - Locks. - User table statistics. - User index statistics. Changes in this release include: - Documentation has been updated to reflect ptop instead of the unixtop code it was based on. - Fixed a NULL pointer reference when there is no swap device on Linux. Probably fixed other NULL pointer reference problems. - Set the full command output by default. - Fixed the display of locks to also show locks that have not been granted. Download here: http://pgfoundry.org/frs/download.php/1538/ptop-3.6.1-beta2.tar.gz Screen shots here: http://ptop.projects.postgresql.org/screenshots/ I have mostly tested on Linux, and to a lesser degree on FreeBSD and Solaris. Please send any comments or problems to ptop-hackers ( at ) pgfoundry ( dot ) org Regards, Mark