diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-11-20 17:33:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:20 +0700 |
commit | 26a8a92d8db460739fe2e369b2f0b9fe37ab93a0 (patch) | |
tree | 6db35c4371f7b67d59c67af8333eb28136a7f168 /development/mysql-pinba/README | |
parent | ab5f4623274da8757be75857ad219e8e5e25d087 (diff) |
development/mysql-pinba: Removed
Replaced by pinba2, but that one needs quite some new
dependencies and I no longer use this.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mysql-pinba/README')
-rw-r--r-- | development/mysql-pinba/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/development/mysql-pinba/README b/development/mysql-pinba/README deleted file mode 100644 index 6a0b8b401fd2a..0000000000000 --- 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. |