Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]
(no description)
File Size: | 1080 lines (31 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 1 file lib/adodb/tohtml.inc.php |
adodb_perf:: (28 methods):
table()
_CPULoad()
MemInfo()
CPULoad()
Tracer()
Explain()
InvalidSQL()
_SuspiciousSQL()
CheckMemory()
SuspiciousSQL()
ExpensiveSQL()
_ExpensiveSQL()
DBParameter()
PollParameters()
_DBParameter()
WarnCacheRatio()
clearsql()
UI()
Poll()
HealthCheckCLI()
HealthCheck()
Tables()
CreateLogTable()
DoSQLForm()
SplitSQL()
OptimizeTables()
OptimizeTable()
optimizeDatabase()
Class: adodb_perf - X-Ref
table($newtable = false) X-Ref |
No description |
_CPULoad() X-Ref |
No description |
MemInfo() X-Ref |
No description |
CPULoad() X-Ref |
No description |
Tracer($sql) X-Ref |
No description |
Explain($sql,$partial=false) X-Ref |
No description |
InvalidSQL($numsql = 10) X-Ref |
No description |
_SuspiciousSQL($numsql = 10) X-Ref |
No description |
CheckMemory() X-Ref |
No description |
SuspiciousSQL($numsql=10) X-Ref |
No description |
ExpensiveSQL($numsql=10) X-Ref |
No description |
_ExpensiveSQL($numsql = 10) X-Ref |
No description |
DBParameter($param) X-Ref |
No description |
PollParameters() X-Ref |
No description |
_DBParameter($sql) X-Ref |
No description |
WarnCacheRatio($val) X-Ref |
No description |
clearsql() X-Ref |
No description |
UI($pollsecs=5) X-Ref |
No description |
Poll($secs=5) X-Ref |
No description |
HealthCheckCLI() X-Ref |
No description |
HealthCheck($cli=false) X-Ref |
No description |
Tables($orderby='1') X-Ref |
No description |
CreateLogTable() X-Ref |
No description |
DoSQLForm() X-Ref |
No description |
SplitSQL($sql) X-Ref |
No description |
OptimizeTables() X-Ref |
Reorganise multiple table-indices/statistics/.. OptimizeMode could be given by last Parameter author: Markus Staab param: string table name of the table to optimize param: int mode optimization-mode return: Returns <code>true</code> on success and <code>false</code> on error |
OptimizeTable( $table, $mode = ADODB_OPT_LOW) X-Ref |
Reorganise the table-indices/statistics/.. depending on the given mode. Default Implementation throws an error. author: Markus Staab param: string table name of the table to optimize param: int mode optimization-mode return: Returns <code>true</code> on success and <code>false</code> on error |
optimizeDatabase() X-Ref |
Reorganise current database. Default implementation loops over all <code>MetaTables()</code> and optimize each using <code>optmizeTable()</code> author: Markus Staab return: Returns <code>true</code> on success and <code>false</code> on error |
adodb_getmem() X-Ref |
No description |
adodb_round($n,$prec) X-Ref |
No description |
adodb_microtime() X-Ref |
No description |
adodb_log_sql(&$connx,$sql,$inputarr) X-Ref |
No description |