summaryrefslogtreecommitdiffstats
path: root/development/mysql-pinba/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/mysql-pinba/README')
-rw-r--r--development/mysql-pinba/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/development/mysql-pinba/README b/development/mysql-pinba/README
deleted file mode 100644
index 6a0b8b401f..0000000000
--- a/development/mysql-pinba/README
+++ /dev/null
@@ -1,14 +0,0 @@
-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.