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

Digitalist-Open-Cloud/Matomo-Plugin-DBHealth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors