These statistics are described in detail in the DFHCFS7D data area. The individual fields have the following meanings:
Statistic name | Field | Description |
---|---|---|
Access | ||
S7TABLE | Table name padded with spaces | |
Vector | ||
S7STATS | Statistics vector | |
Table requests | ||
Open | S7OCOPEN | Number of successful OPEN requests for the table. |
Close | S7OCCLOS | Number of successful CLOSE requests for the table. |
Set Attr | S7OCSET | Number of times new table status was set. |
Delete | S7OCDELE | Number of times the table of that name was deleted. |
Stats | S7OCSTAT | Extract table statistics. |
Record requests | ||
Point | S7RQPOIN | Number of POINT requests. |
Highest | S7RQHIGH | Number of requests for current highest key. |
Read | S7RQREAD | Number of READ requests (including those for UPDATE) |
Read del | S7RQRDDL | Number of combined READ and DELETE requests. |
Unlock | S7RQUNLK | Number of UNLOCK requests. |
Loads | S7RQLOAD | Number of records written by initial load requests. |
Write | S7RQWRIT | Number of WRITE requests for new records. |
Rewrite | S7RQREWR | Number of REWRITE requests. |
Delete | S7RQDELE | Number of DELETE requests |
Del Mult | S7RQDELM | Number of multiple (generic) delete requests. |