Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 23:55:06 +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/php5-pinba Makefile distinfo pkg-descr
Message-ID:  <201001072355.o07Nt6G2049738@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glarkin     2010-01-07 23:55:06 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/php5-pinba     Makefile distinfo pkg-descr 
  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/141996
  Submitted by:   raven428 <raven428 at gmail.com>
  
  Revision  Changes    Path
  1.3754    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/php5-pinba/Makefile (new)
  1.1       +3 -0      ports/devel/php5-pinba/distinfo (new)
  1.1       +20 -0     ports/devel/php5-pinba/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001072355.o07Nt6G2049738>