Finding out how much overhead there is with PHP

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
plezops
Forum Newbie
Posts: 11
Joined: Mon May 28, 2007 5:22 pm
Location: Austin, Texas

Finding out how much overhead there is with PHP

Post by plezops »

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.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

Post Reply