You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robby Workman 5d7f3174c5 development/mysql-pinba: Fixed .info file (removed judy) 10 years ago
..
README development/mysql-pinba: Added (PHP Statistics Server - DB part). 13 years ago
mysql-pinba.SlackBuild various: Update find command to match template. 12 years ago
mysql-pinba.info development/mysql-pinba: Fixed .info file (removed judy) 10 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

README

Pinba (PHP Is Not A Bottleneck Anymore) is a statistics server
using MySQL as an 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
read-only interface to the raw data in order to make possible
generation of more sophisticated reports.

Upstream recommends using a different memory allocator than the
default one to cut down on memory usage. You can specify which
one you want to use by passing either MALLOC="hoard" or
MALLOC="jemalloc" to the script. This depends on hoard or jemalloc
respectively. By default the default memory allocator is used.

The pinba storage plugin works with both mysql and mariadb.