1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/databases/pg_statsinfo/Makefile
Jun Kuriyama 7ab655d41e pg_statsinfo is a utility that monitor statistics and the activity of
PostgreSQL(and OS).  pg_statsinfo gets some statistics information as
snapshot.  We can check the DB activity and bottleneck analysis by
using these snapshot information. This utility provides some function
to get the information acquisition easily.

WWW: http://pgstatsinfo.projects.pgfoundry.org/

(currently some OS resource stats are disabled.)
2013-03-13 15:29:55 +00:00

17 lines
319 B
Makefile

# $FreeBSD$
PORTNAME= pg_statsinfo
PORTVERSION= 2.4.1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/3429/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Monitor statistics and activity of PostgreSQL
USE_PGSQL= server
USE_GMAKE= yes
MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm
.include <bsd.port.mk>