summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-05-31 12:36:20 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-05-31 12:36:20 +0000
commit7fcd3b36c7e9573b41a9d71dc20e659e89c8af63 (patch)
tree2969f0558e47e78afb82def86c0d403b1e0dd5fe /databases/Makefile
parentProvide a local haven for distfile (diff)
Add new port databases/pgtop - Display PostgreSQL performance info like top(1)
pgtop was inspired by mytop (http://mytop.sourceforge.net/ [1]), which in turn was inspired by the system monitoring tool top. pgtop will connect to a PostgreSQL server and periodically run queries against the pg_stat* relations and attempt to summarize the information from them in a useful format. http://search.cpan.org/~cosimo/pgtop-0.04/pgtop [1] this site is not available, the correct one is: http://jeremy.zawodny.com/mysql/mytop/ PR: ports/98204 Submitted by: r@robakdesign.com <r@valinor.amu.edu.pl>
Notes
Notes: svn path=/head/; revision=164070
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 687e79a09de9..e1e02d9f5227 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -302,6 +302,7 @@
SUBDIR += pgbash
SUBDIR += pgcluster
SUBDIR += pgpool
+ SUBDIR += pgtop
SUBDIR += pgworksheet
SUBDIR += php-sqlrelay
SUBDIR += php4-dba