Databases: MySQL Server Status
Mac Dude (contact me)
This class retrieves the status of a MySQL server using SHOW STATUS query and returns the values in an array.
Also, it provides functions for formatting these status values for better presentation: Formatbytes (determines TB, GB, MB, or KB and limits output to a number of decimal places that you provide) also TimeSpanFormat (returns the number of days, hours, minutes, and seconds. Adapted from phpMyAdmin with modifications).
Click here for detailed information about this class on phpclasses.org