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
- Host: GitHub
- URL: https://github.com/digitalist-open-cloud/matomo-plugin-dbhealth
- Owner: Digitalist-Open-Cloud
- Created: 2021-04-09T11:38:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T08:57:01.000Z (about 1 year ago)
- Last Synced: 2025-04-11T00:04:07.857Z (about 1 year ago)
- Topics: database, insights, matomo-plugin, mysql
- Language: PHP
- Homepage:
- Size: 1.44 MB
- Stars: 1
- Watchers: 8
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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:
* DB Setting variables
Than runs "SHOW VARIABLES" in MySQL

* 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

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

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