diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-12-19 20:27:10 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-19 20:27:23 +0100 |
commit | 46cd683713f8a29863540dd7103e598d320c5eda (patch) | |
tree | 1b324688894be670d57b573891759a3f529dc6f1 /development/mysql-pinba/README | |
parent | bbe65d41ec7edc10df742ad76b364f192105459b (diff) | |
download | slackbuilds-46cd683713f8a29863540dd7103e598d320c5eda.tar.gz |
development/mysql-pinba: Added (PHP Statistics Server - DB part).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/mysql-pinba/README')
-rw-r--r-- | development/mysql-pinba/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/development/mysql-pinba/README b/development/mysql-pinba/README new file mode 100644 index 0000000000..6a0b8b401f --- /dev/null +++ b/development/mysql-pinba/README @@ -0,0 +1,14 @@ +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. |