Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Latest commit

 

History

History
executable file
·
44 lines (22 loc) · 1.39 KB

File metadata and controls

executable file
·
44 lines (22 loc) · 1.39 KB

(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.