SYS.SYSTEMSTATS
The SYSTEMSTATS table stores system wide monitoring statistics.
Columns
| Column name | Type | Description |
|---|---|---|
|
|
|
Name of statistic |
|
|
|
Value of statistic |
|
|
|
Internal use |
Rows
This section contains tables with names and definitions of the statistics reported in the SYSTEMSTATS table. The statistics are subject to change across software releases.
Table 1-5 Asynchronous writethrough (AWT) cache group statistics
| Name | Description |
|---|---|
|
|
Number of TimesTen transactions propagated to the Oracle database |
|
|
Number of rows inserted on the Oracle database in SQL mode ( |
|
|
Number of rows updated on the Oracle database in SQL mode ( |
|
|
Number of rows deleted on the Oracle database in SQL mode ( |
|
|
Number of insert batches sent to the Oracle database in SQL mode ( |
|
|
Number of update batches sent to the Oracle database in SQL mode ( |
|
|
Number of delete batches sent to the Oracle database in SQL mode ( |
|
|
Number of bytes sent to the Oracle database in SQL mode ( |
|
|
Number of batches sent to the Oracle database in SQL mode ( |
|
|
Number of rows inserted on the Oracle database in PL/SQL mode ( |
|
|
Number of rows updated on the Oracle database in PL/SQL mode ( |
|
|
Number of rows deleted on the Oracle database in PL/SQL mode ( |
|
|
Number of bytes sent to the Oracle database in PL/SQL mode ( |
|
|
Number of PL/SQL block batches sent to the Oracle database ( |
|
|
Number of calls made to the Oracle database |
|
|
Number of AWT transactions committed on the Oracle database |
|
|
Number of rollbacks on the Oracle database because of errors |
|
|
Number of times AWT transactions are retried on the Oracle database in case of an error |
Table 1-6 Autorefresh cache group statistics
| Name | Description |
|---|---|
|
|
Number of rows inserted in TimesTen during autorefresh from the Oracle database |
|
|
Number of rows updated in TimesTen during autorefresh from the Oracle database |
|
|
Number of rows deleted in TimesTen during autorefresh from the Oracle database |
|
|
Number of autorefresh cycles completed successfully on TimesTen |
|
|
Number of autorefresh cycles that failed because of errors |
|
|
Number of full refreshes triggered during autorefresh operations |
|
|
Number of iterations the cache agent has attempted to garbage collect |
Table 1-7 Cache group flush statistics
| Name | Description |
|---|---|
|
|
Number of flush cache group executions |
|
|
Number of rows flushed to the Oracle database |
|
|
Number of bytes flushed to the Oracle database |
Table 1-8 Synchronous writethrough (SWT) cache group statistics
| Name | Description |
|---|---|
|
|
Number of rows in SWT cache groups inserted on the Oracle database |
|
|
Number of rows in SWT cache groups updated on the Oracle database |
|
|
Number of rows in SWT cache groups deleted on the Oracle database |
|
|
Number of bytes sent to the Oracle database during SWT cache group operations |
Table 1-9 Local cache group statistics
| Name | Description |
|---|---|
|
|
Local dynamic cache group cache hits: Number of dynamic loads that find the requested data within the TimesTen database |
|
|
Local dynamic cache group cache misses: Number of dynamic loads that do not find the requested data within the database and need to load the data from the Oracle database |
|
|
Number of data load attempts from the Oracle database when servicing dynamic load misses for dynamic local cache groups |
|
|
Number of data loads from the Oracle database when servicing dynamic load misses for dynamic local cache groups |
|
|
Count of dynamic passthrough done: Number of dynamic loads that triggered passthrough |
Table 1-10 Persistence (logging and checkpointing) statistics
| Name | Description |
|---|---|
|
|
Number of log records inserted into the log buffer |
|
|
Number of bytes inserted into the log buffer |
|
|
Total number of waits experienced by all insertion processes |
|
|
Number of file system reads |
|
|
Number of file system writes |
|
|
Number of times the log is synched to disk |
|
|
Number of log files generated so far |
|
|
Earliest log file that currently exists in the database |
|
|
Most recent log file present Same as |
|
|
Number of bytes read from the log for commit processing |
|
|
Number of file system reads from the log for commit processing |
|
|
Number of log bytes read during database recovery |
|
|
Number of bytes written for checkpointing |
|
|
Number of checkpoint writes |
|
|
Number of checkpoints completed |
|
|
Number of fuzzy checkpoints completed |
|
|
Number of bytes written for checkpointing during database recovery |
Table 1-11 User and system activity statistics
| Name | Description |
|---|---|
|
|
Number of statement prepares |
|
|
Number of command cache misses during statement prepare |
|
|
Number of statement reprepares, including forced and automatic |
|
|
Number of automatic statement reprepares |
|
|
Number of SQL statements executed |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of transactions committed |
|
|
Number of durable transaction commits |
|
|
Number of nondurable transaction commits |
|
|
Number of durable replicated transaction commits |
|
|
Number of nondurable replicated transaction commits |
|
|
Number of replication-initiated transaction commits |
|
|
Number of XLA-initiated transaction commits |
|
|
Number of non-emtpy transaction rollbacks |
|
|
Number of transaction rollbacks |
|
|
Number of database connections established |
|
|
Number of first database connections established |
|
|
Number of direct-linked database connections established |
|
|
Number of client/server connections established |
|
|
Number of database connection threshold exceeded events |
|
|
Number of database disconnects |
Table 1-12 Database activity statistics
| Name | Description |
|---|---|
|
|
Number of table rows read |
|
|
Number of table rows inserted |
|
|
Number of table rows updated |
|
|
Number of table rows deleted |
|
|
Number of full table scans |
|
|
Number of indexes rebuilt |
|
|
Number of rows inserted into hash indexes |
|
|
Number of rows inserted into hash indexes during index rebuild phase of database recovery |
|
|
Number of rows deleted from hash indexes |
|
|
Number of hash indexes scanned |
|
|
Number of hash indexes scanned during replication operations (such as insert, update and delete operations on tables) |
|
|
Number of rows fetched from hash indexes |
|
|
Number of rows fetched from hash indexes during replication operations |
|
|
Number of rows inserted into range indexes |
|
|
Number of rows inserted into range indexes during index rebuild phase of database recovery |
|
|
Number of rows deleted from range indexes |
|
|
Number of rows updated on range indexes |
|
|
Number of range indexes scanned |
|
|
Number of range indexes scanned during replication operations (such as insert, update and delete operations on tables) |
|
|
Number of rows fetched from range indexes |
|
|
Number of rows fetched from range indexes during replication operations |
|
|
Number of temporary indexes created |
|
|
Number of temporary indexes scanned |
|
|
Number of temporary indexes scanned during replication operations |
|
|
Number of rows fetched from temporary indexes |
|
|
Number of rows fetched from temporary indexes during replication operations |
|
|
Number of sorts done |
|
|
Number of nested loop joins done |
|
|
Number of merge joins done |
Table 1-13 Locking statistics
| Name | Description |
|---|---|
|
|
Number of locks granted immediately |
|
|
Number of locks granted that required waiting |
|
|
Number of lock timeouts |
|
|
Number of deadlocks |
|
|
Number of locks acquired for table scans |
|
|
Number of locks acquired for DML activity |
Table 1-14 Replication statistics
| Name | Description |
|---|---|
|
|
Number of internal transactions |
|
|
Number of durable internal transactions |
|
|
Number of DML commit on success that can be bundled with execution |
Table 1-15 Aging statistics
| Name | Description |
|---|---|
|
|
Number of time-based aging cycles completed since the database was loaded into memory |
|
|
Number of time-based aging commits done since the database was loaded into memory |
|
|
Number of rows deleted during time-based aging since the database was loaded into memory |
|
|
Number of rows that were not deleted using time-based aging because of lock contention since the database was loaded into memory |
|
|
Number of LRU aging cycles completed since the database was loaded into memory |
|
|
Number of LRU aging commits done since the database was loaded into memory |
|
|
Number of rows deleted during LRU aging since the database was loaded into memory |
|
|
Number of rows that were not deleted using LRU aging because of lock contention since the database was loaded into memory |
|
|
Number of times LRU aging high threshold is reached since the database was loaded into memory |
|
|
Number of times LRU aging low threshold is reached since the database was loaded into memory |
|
|
Number of times LRU aging high row threshold is reached since the database was loaded into memory |
|
|
Number of times LRU aging low row threshold is reached since the database was loaded into memory |
Table 1-16 Client/Server statistics
| Name | Description |
|---|---|
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of |
|
|
Number of transactions committed by server |
|
|
Number of transaction rollbacks by server |
|
|
Number of table rows inserted by server |
|
|
Number of table rows updated by server |
|
|
Number of table rows deleted by server |
|
|
Number of client/server round trips |
|
|
Number of client/server bytes transmitted by server |
|
|
Number of client/server bytes received by server |
|
|
Number of client/server disconnects |
Table 1-17 Reclaim cache statistics
| Name | Description |
|---|---|
|
|
Number of commits that overflowed the buffer |
|
|
Number of frames in the most recent log flush |
|
|
Number of data misses on the Oracle database when servicing dynamic load misses for dynamic global cache groups |
|
|
Number of times the connection to Oracle was closed after performing a dynamic load |
|
|
Number of times non-durable commit was used during refresh |
|
|
Number of times flush and sync had been called because cache config |
|
|
Number of times the LogOff had to be retried due to no connection being available when |
See also