ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:performance:healthcheck

This is an old revision of the document!


healthCheck

Syntax
mixed healthCheck()

Description

The function healthCheckCli executes a single database health check pass and writes the information to an html format table. The output provided is the same as that returned by healthCheckcli().

There is no consistency between databases as to the information returned, as it is dependent on what information is publicly exposed by the database.

Usage

/*
* Connection to DB2 database
*/
 
$perf = newPerfMonitor($db);
echo $perf->healthCheckCli();
/*
  -- Ratios --  
            data cache hit ratio => 0
  -- Data Cache --
              data cache buffers => 1000
                 cache blocksize => 8192
                 data cache size => 8000K
  -- Connections --
             current connections => 7
*/

The following HTML is returned:

Performance Health Check Screen

v5/performance/healthcheck.1495039550.txt.gz · Last modified: 2017/05/17 18:45 by mnewnham