From owner-cvs-all@FreeBSD.ORG Thu Jan 7 23:52:46 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2FB81065676; Thu, 7 Jan 2010 23:52:46 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C13EA8FC13; Thu, 7 Jan 2010 23:52:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o07NqkO4049491; Thu, 7 Jan 2010 23:52:46 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o07NqkYK049490; Thu, 7 Jan 2010 23:52:46 GMT (envelope-from glarkin) Message-Id: <201001072352.o07NqkYK049490@repoman.freebsd.org> From: Greg Larkin Date: Thu, 7 Jan 2010 23:52:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/pinba_engine Makefile distinfo pkg-descr pkg-plist ports/devel/pinba_engine/files patch-src__ha_pinba.cc pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2010 23:52:46 -0000 glarkin 2010-01-07 23:52:46 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pinba_engine Makefile distinfo pkg-descr pkg-plist devel/pinba_engine/files patch-src__ha_pinba.cc pkg-message.in Log: Pinba is a statistics server for PHP using MySQL as a read-only interface. It accumulates and processes data sent over UDP by multiple PHP processes and displays statistics in a nice human-readable form of simple "reports", also providing a read-only interface to the raw data to enable generation of more sophisticated reports. With the Pinba extension, users can also measure particular parts of the code using timers with arbitrary tags. Pinba is not a debugging tool in the common sense, since you're not supposed to do debugging on production servers, but its main goal is to help developers to locate bottlenecks in realtime and direct their attention to the code that really needs it. WWW: http://pinba.org/ - raven428 raven428@gmail.com PR: ports/141997 Submitted by: raven428 Revision Changes Path 1.3753 +1 -0 ports/devel/Makefile 1.1 +53 -0 ports/devel/pinba_engine/Makefile (new) 1.1 +3 -0 ports/devel/pinba_engine/distinfo (new) 1.1 +10 -0 ports/devel/pinba_engine/files/patch-src__ha_pinba.cc (new) 1.1 +10 -0 ports/devel/pinba_engine/files/pkg-message.in (new) 1.1 +19 -0 ports/devel/pinba_engine/pkg-descr (new) 1.1 +6 -0 ports/devel/pinba_engine/pkg-plist (new)