Entering content frame

Background documentation Buffer Pools (DB2 UDB for UNIX and Windows) Locate the document in its SAP Library structure

To display information on buffer pool activity for your selected buffer pool(s), call the DBA Cockpit.

...

       1.      In the navigation frame, choose Performance ®Buffer Pools.

The Buffer Pool Snapshot screen appears.

       2.      To display more detailed information, select one or more buffer pools and choose This graphic is explained in the accompanying text Details.

A detail Buffer Pool Snapshot screen appears.

       3.      Choose Buffer Pool.

If you have selected more than one buffer pool, you can use the page buttons on the screen to navigate between them.

 

Field

Description

Buffer Pool

 

Name

Name of the buffer pool

Size

Size of the buffer pool in KB

Buffer Quality

 

Overall Buffer Quality

Indicates percentage at which the data is read from the buffer pool, rather than directly from the hard disk.
This is calculated using the following formula:
(logical reads - physical reads) / (logical reads) * 100

Data Hit Ratio

Indicates percentage at which only data (without index data) is read from the buffer pool, rather than directly from the hard disk

Index Hit Ratio

Indicates percentage at which index data is read from the buffer pool, rather than directly from the hard disk

Average Time

 

Physical Reads

Average time in milliseconds required to read data from disk into the buffer pool

Physical  Writes

Average time in milliseconds required to write data from the buffer pool to disk

Data

 

Logical Reads

Number of read accesses to data in the buffer pool

Physical Reads

Number of read accesses to data on disk (I/O). The value includes the number of physical reads that were performed synchronously (by the database manager agents) and asynchronously (by the I/O servers).

Physical Writes

Number of write accesses to data on disk (I/O). The value includes the number of physical writes that were performed synchronously (by the database manager agents) and asynchronously (by the I/O cleaners).

Synchronous Reads

Number of read accesses to data on disk (by agents)

Synchronous Writes

Number of write accesses to data on disk (by agents)

Temporary Logical Reads

Number of logical read requests that required I/O to get data pages into the temporary tablespace

Temporary Physical Reads

Number of physical read requests that required I/O to get data pages into the temporary tablespace

Index

 

Logical Reads

Number of read accesses to index data in the buffer pool

Physical Reads

Number of read accesses to index data on disk (I/O). Since index data is read only by the database manager agents, this value includes the number of synchronously read index pages.

Physical Writes

Number of write accesses to index data on disk (I/O). The value includes the number of physical writes that were performed synchronously (by the database manager agents) and asynchronously (by the I/O cleaners).

Synchronous Reads

Number of read accesses to index data on disk (by agents)

Synchronous Writes

Number of write accesses to index data on disk (by agents)

Temporary Logical Reads

Number of logical read requests that required I/O to get index pages into the temporary tablespace.

Temporary Physical Reads

Number of physical read requests that required I/O to get index pages into the temporary tablespace

 

Leaving content frame