Date: Thu, 7 Jan 2010 23:52:46 +0000 (UTC) From: Greg Larkin <glarkin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <201001072352.o07NqkYK049490@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <raven428 at gmail.com>
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001072352.o07NqkYK049490>
