An open API service indexing awesome lists of open source software.

https://github.com/digitalist-open-cloud/matomo-plugin-dbhealth

This plugin will help you analyze your system and database health and also provide suggested system setting improvements
https://github.com/digitalist-open-cloud/matomo-plugin-dbhealth

database insights matomo-plugin mysql

Last synced: 3 months ago
JSON representation

This plugin will help you analyze your system and database health and also provide suggested system setting improvements

Awesome Lists containing this project

README

          

(This plugin is not maintained)

# Matomo DBHealth Plugin

## Description

This plugin simply gives you a sub menu in the admin section called

## We have 5 menu items / features:
* DB Status variables

Than runs "SHOW STATUS" in MySQL

The output will look something like this:

show status

* DB Setting variables

Than runs "SHOW VARIABLES" in MySQL

show variables

* Show database table status

Than runs "SHOW TABLE STATUS" in MySQL

This will give you detailed info about all your tables in the Matomo DB

show table status

Run performance calculations

This will run a few functions that will give you some insights about your Database and PHP settings with potential performance insights. Much of the code is inspired by tuning-primer.sh Writen by: Matthew Montgomery https://bugs.launchpad.net/mysql-tuning-primer

Query Qache

Tmp tables

Show problematics segments
This page will list segments containing wildcards and display some guidelines on how to fix them.