Commit Graph

5 Commits

Author SHA1 Message Date
sthen
40f5f67190 cope with sysctl.h changes 2012-12-18 21:38:12 +00:00
sthen
01d3f160a8 sync with top(1) in base; remove KERNBASE. ok okan@ 2012-07-10 12:08:29 +00:00
naddy
4b0fead1bd catch up with change KERN_PROC2 -> KERN_PROC 2012-01-08 20:56:03 +00:00
jasper
aa0b52f4e4 - fix build on mips64 2010-06-14 07:07:49 +00:00
okan
fffff45173 import pg_top
pg_top is 'top' for PostgreSQL.  It is derived from Unix Top.  Similar
to top, pg_top allows you to monitor PostgreSQL processes.  It also
allows you to:

    * View currently running SQL statement of a process.
    * View query plan of a currently running SELECT statement.
    * View locks held by a process.
    * View user table statistics.
    * View user index statistics

man page suggestion from sthen - thanks!

feedback and ok merdely
2008-06-10 20:48:10 +00:00