- Update to new git revision & FIX: build with MYSQL >= 51
- Note to cluster/tinderbox builders: the 'filesystem touched' seems to be a
tinderbox error. This looks like it builds ok.
- Tried on FreeBSD 7.4 and 8.2, i386, mysql 5.1 and mysql 5.5
PR: ports/160233
Approved by: gabor(mentor)
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>