59cff48bf2
Similar to top, ptop 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. WWW: http://ptop.projects.postgresql.org/ PR: ports/118809 Submitted by: Sunghyuk Do <sunghyuk@gmail.com>
25 lines
461 B
Makefile
25 lines
461 B
Makefile
# New ports collection makefile for: ptop
|
|
# Date created: 18 December 2007
|
|
# Whom: sunghyuk
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ptop
|
|
DISTVERSION= 3.6.1b2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/1538/
|
|
|
|
MAINTAINER= sunghyuk@gmail.com
|
|
COMMENT= Top clone for postgresql
|
|
|
|
WRKSRC= ${WRKDIR}/ptop-3.6.1-beta2
|
|
|
|
MAN1= ptop.1
|
|
USE_GMAKE= yes
|
|
USE_PGSQL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/ptop
|
|
|
|
.include <bsd.port.mk>
|