Go to the documentation of this file. 16 if (!defined(
'ADODB_DIR'))
die();
27 created datetime year to second NOT NULL, 28 sql0 varchar(250) NOT NULL, 29 sql1 varchar(255) NOT NULL, 30 params varchar(255) NOT NULL, 31 tracer varchar(255) NOT NULL, 32 timer decimal(16,6) NOT NULL 35 var
$tablesSQL =
"select a.tabname tablename, ti_nptotal*2 size_in_k, ti_nextns extents, ti_nrows records from systables c, sysmaster:systabnames a, sysmaster:systabinfo b where c.tabname not matches 'sys*' and c.partnum = a.partnum and c.partnum = b.ti_partnum";
39 'data cache hit ratio' => array(
'RATIOH',
40 "select round((1-(wt.value / (rd.value + wr.value)))*100,2) 41 from sysmaster:sysprofile wr, sysmaster:sysprofile rd, sysmaster:sysprofile wt 42 where rd.name = 'pagreads' and 43 wr.name = 'pagwrites' and 47 'data reads' => array(
'IO',
48 "select value from sysmaster:sysprofile where name='pagreads'",
51 'data writes' => array(
'IO',
52 "select value from sysmaster:sysprofile where name='pagwrites'",
56 'current connections' => array(
'SESS',
57 'select count(*) from sysmaster:syssessions',
58 'Number of sessions'),