Checking Table Activity (Informix)
Use
You can use the
detailed database analysis in the SAP/Informix database monitor to check table activity.Prerequisites
You need Informix version 7.x to use the full functionality described in this procedure.
Procedure
The system displays the numbers of reads and writes for each table in the database. For each table, look at the fields Bufreads and Bufwrites to see information on access through the buffer (that is, from copies of the data held in main storage). You can see information on disk accesses under the fields Pagereads and Pagewrites.
You can change the information you see in the display as follows:
The system displays different fields, including Seqscans and rows.
The system displays different fields, including Isreads, Iswrites, Isrewrites and Isdeletes.
The system displays different fields, including Users, Lockreqs Deadlocks, Lktouts, Lockwts.

You can change the display to alternately show the fields described in steps 1 (what you see when you start), 2, 3, and 4 by choosing Next info and Prev info.
The system displays the date the table’s statistics were last updated and the level of the update.
For all tables, the system displays the date the table’s statistics were last updated and the level of the update.
For all tables, the system always displays the date the table’s statistics were last updated and the level of the update.
The system displays the updated statistics information for all tables.
Choose |
To |
Reset |
Set all figures to zero |
Since Reset |
Display table activity since the last time Reset was chosen |
Since DB Start |
Display table activity since your Informix database management system (DBMS) was started |
When you choose Reset or Since Reset, the system alters the title of the display accordingly, for example:
Informix Table Activity Monitor since 11:36:18
If you are viewing information on the number of sequential scans (see step 2), you can sort the information on this field, enabling you to see the tables with the most sequential scans. Look at the field rows to see whether the sequential scan makes sense (for tables with less than approximately 100 rows, it is normally better to do a sequential scan than to use an index).
See also:
Data Buffers (Informix) BUFFERS (Informix)