Monitoring group buffer pool delete name requests
You can determine how many times delete-name requests occur in a group buffer pool.
Procedure
To determine how many times delete-name requests occur in a group buffer pool, use one of the following approaches:
Example
Assume that you issue the following command:
DISPLAY GROUPBUFFERPOOL (GBP0) MDETAILThe following example shows a partial output from the command:
⋮
DSNB796I -DB1A CASTOUTS
PAGES CASTOUT = 217
UNLOCK CASTOUT = 35
READ CASTOUT CLASS = 47
READ CASTOUT STATISTICS = 47
READ DIRECTORY INFO = 290
⋮The UNLOCK CASTOUT counter should always be significantly less than the PAGES CASTOUT counter. If, at the very least, it is not less than half, the castout write I/O is not performed efficiently. (The number of pages written per I/O is normally close to the number that is obtained by dividing PAGES CASTOUT by UNLOCK CASTOUT). This is probably because you have random update patterns on the Db2 data.