DSNB431I SIMULATED BUFFER POOL SIZE = pool-size BUFFERS ALLOCATED = allocated-buffers IN-USE = current-buffers HIGH IN-USE = high-in-use SEQ-IN-USE = current-sequential-buffers HIGH SEQ-IN-USE = high-sequential-buffers
Explanation
This message is a section of output from the DISPLAY BUFFERPOOL command, which is part of message DSNB401I.
DSNB431I: Information about allocation status for simulated buffer pools
The description of the allocation status of the buffer pool is followed by a description of the allocation status of the simulated buffer pool.
DSNB431I - SIMULATED BUFFER POOL SIZE = pool-size BUFFERS
ALLOCATED = allocated-buffers
IN-USE = current-in-use HIGH-IN-USE = high-in-use
SEQ-IN-USE = current-sequential-in-use HIGH SEQ-IN-USE = high-sequential-in-use
- SIMULATED BUFFER POOL SIZE = pool-size BUFFERS
- The user-specified simulated buffer pool size.
- ALLOCATED = allocated-buffers
- The number of simulated buffers that are currently allocated in the simulated buffer pool.
- IN-USE = current-in-use
- The number of simulated buffers that are currently being used to track pages.
- HIGH IN-USE = high-in-use
- The highest number of simulated buffers that have been in use in the simulated buffer pool since the buffer pool simulation began.
- SEQ IN-USE = current-sequential-in-use
- The number of simulated buffers for sequentially accessed pages that are currently in use in the simulated buffer pool.
- HIGH SEQ-IN-USE = high-sequential-in-use
- The highest number of simulated buffers for sequentially accessed pages that have been in use in the simulated buffer pool since the buffer pool simulation began.