Finding out how much overhead there is with PHP
Posted: Sun Oct 14, 2007 1:59 pm
I want to build a function so on a CMS I can see how much overhead my tables have in MySQL. I know that phpMyAdmin can detect how much overhead is used but I cant seem to find any information on how to accomplish this task. I would like to be able to have it display on my CMS admin side so I dont have to go into phpMyAdmin to continuously watch the overhead when I am optimizing and changing my queries, and I could have a quick button to call the OPTIMIZE TABLE function in MySQL.