TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
perf_postgres (&$conn) | |
optimizeTable ($table, $mode=ADODB_OPT_LOW) | |
Explain ($sql, $partial=false) | |
![]() | |
_CPULoad () | |
MemInfo () | |
CPULoad () | |
Tracer ($sql) | |
Explain ($sql, $partial=false) | |
InvalidSQL ($numsql=10) | |
_SuspiciousSQL ($numsql=10) | |
CheckMemory () | |
SuspiciousSQL ($numsql=10) | |
ExpensiveSQL ($numsql=10) | |
_ExpensiveSQL ($numsql=10) | |
DBParameter ($param) | |
PollParameters () | |
_DBParameter ($sql) | |
WarnCacheRatio ($val) | |
clearsql () | |
UI ($pollsecs=5) | |
Poll ($secs=5) | |
HealthCheckCLI () | |
HealthCheck ($cli=false) | |
Tables ($orderby='1') | |
CreateLogTable () | |
DoSQLForm () | |
SplitSQL ($sql) | |
undomq ($m) | |
OptimizeTables () | |
OptimizeTable ( $table, $mode=ADODB_OPT_LOW) | |
optimizeDatabase () | |
Public Attributes | |
$tablesSQL | |
$createTableSQL | |
$settings | |
$optimizeTableLow = 'VACUUM %s' | |
$optimizeTableHigh = 'VACUUM ANALYZE %s' | |
![]() | |
$conn | |
$color = '#F0F0F0' | |
$table = '<table border=1 bgcolor=white>' | |
$titles = '<tr><td><b>Parameter</b></td><td><b>Value</b></td><td><b>Description</b></td></tr>' | |
$warnRatio = 90 | |
$tablesSQL = false | |
$cliFormat = "%32s => %s \r\n" | |
$sql1 = 'sql1' | |
$explain = true | |
$helpurl = "<a href=http://phplens.com/adodb/reference.functions.fnexecute.and.fncacheexecute.properties.html#logsql>LogSQL help</a>" | |
$createTableSQL = false | |
$maxLength = 2000 | |
$_lastLoad | |
Additional Inherited Members | |
![]() | |
static | table ($newtable=false) |
Definition at line 22 of file perf-postgres.inc.php.
perf_postgres::Explain | ( | $sql, | |
$partial = false |
|||
) |
Definition at line 124 of file perf-postgres.inc.php.
References $rs, $sql, and adodb_perf\Tracer().
perf_postgres::optimizeTable | ( | $table, | |
$mode = ADODB_OPT_LOW |
|||
) |
Definition at line 102 of file perf-postgres.inc.php.
References adodb_perf\$conn, $optimizeTableHigh, $optimizeTableLow, $sql, adodb_perf\$table, ADODB_OPT_HIGH, and ADODB_OPT_LOW.
perf_postgres::perf_postgres | ( | & | $conn | ) |
Definition at line 90 of file perf-postgres.inc.php.
References adodb_perf\$conn.
perf_postgres::$createTableSQL |
Definition at line 30 of file perf-postgres.inc.php.
perf_postgres::$optimizeTableHigh = 'VACUUM ANALYZE %s' |
Definition at line 96 of file perf-postgres.inc.php.
Referenced by optimizeTable().
perf_postgres::$optimizeTableLow = 'VACUUM %s' |
Definition at line 95 of file perf-postgres.inc.php.
Referenced by optimizeTable().
perf_postgres::$settings |
Definition at line 39 of file perf-postgres.inc.php.
perf_postgres::$tablesSQL |
Definition at line 24 of file perf-postgres.inc.php.