|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| perf_oci8 (&$conn) | |
| LogMode () | |
| TopRecentWaits () | |
| TopHistoricalWaits () | |
| RMAN () | |
| DynMemoryUsage () | |
| FlashUsage () | |
| WarnPageCost ($val) | |
| WarnIndexCost ($val) | |
| PGA () | |
| PGA_Advice () | |
| Explain ($sql, $partial=false) | |
| CheckMemory () | |
| tohtml (&$rs, $type) | |
| SuspiciousSQL ($numsql=10) | |
| ExpensiveSQL ($numsql=10) | |
| clearsql () | |
Data Fields | |
| $noShowIxora = 15 | |
| $tablesSQL | |
| $version | |
| $createTableSQL | |
| $settings | |
Definition at line 19 of file perf-oci8.inc.php.
| CheckMemory | ( | ) |
| clearsql | ( | ) |
Definition at line 660 of file perf-oci8.inc.php.
| DynMemoryUsage | ( | ) |
| ExpensiveSQL | ( | $ | numsql = 10 | ) |
| Explain | ( | $ | sql, |
| $ | partial = false |
||
| ) |
| FlashUsage | ( | ) |
| LogMode | ( | ) |
Definition at line 212 of file perf-oci8.inc.php.
| perf_oci8 | ( | &$ | conn | ) |
Definition at line 201 of file perf-oci8.inc.php.
| PGA | ( | ) |
Definition at line 320 of file perf-oci8.inc.php.
| PGA_Advice | ( | ) |
Definition at line 325 of file perf-oci8.inc.php.
| RMAN | ( | ) |
| SuspiciousSQL | ( | $ | numsql = 10 | ) |
| tohtml | ( | &$ | rs, |
| $ | type | ||
| ) |
| TopRecentWaits | ( | ) |
| WarnIndexCost | ( | $ | val | ) |
Definition at line 310 of file perf-oci8.inc.php.
| WarnPageCost | ( | $ | val | ) |
Definition at line 302 of file perf-oci8.inc.php.
| $createTableSQL |
"CREATE TABLE adodb_logsql ( created date NOT NULL, sql0 varchar(250) NOT NULL, sql1 varchar(4000) NOT NULL, params varchar(4000), tracer varchar(4000), timer decimal(16,6) NOT NULL )"
Definition at line 28 of file perf-oci8.inc.php.
| $noShowIxora = 15 |
Definition at line 21 of file perf-oci8.inc.php.
| $settings |
Definition at line 37 of file perf-oci8.inc.php.
| $tablesSQL |
"select segment_name as \"tablename\", sum(bytes)/1024 as \"size_in_k\",tablespace_name as \"tablespace\",count(*) \"extents\" from sys.user_extents group by segment_name,tablespace_name"
Definition at line 23 of file perf-oci8.inc.php.
Definition at line 26 of file perf-oci8.inc.php.