LSR pool: Files - Summary resource statistics
Summary statistics are unavailable online.
| DFHSTUP name | Description |
|---|---|
| Pool Number | The LSR pool number, in the range 1
through 255, associated with this file.
|
| File Name | The CICS® file identifier you specified
through resource definition online.
|
| Data Buff Size | The last non-zero value encountered for the buffer
size used for the file's data records. This value is one of the 11
possible VSAM buffer sizes ranging from 512-bytes to 32 KB. The value
is zero if the file has not been opened yet. The last non-zero value
is produced only if it has been opened.
|
| Index Buff Size | The last non-zero value encountered for the buffer
size used for the file's index records. This is printed, even if the
file has later been dynamically allocated to a VSAM RRDS. This field
can take are the same values as the data buffer size statistic.
|
| Total Buff Waits | The total number of requests that had to wait
because all buffers of the size used by the data set for data (or
index) in the LSR pool were in use.
|
| Peak Buff Waits | The peak number of requests that had to wait because
all buffers of the size used by the data set for data (or index) in
the LSR pool were in use. If the data sets are waiting for buffers you should examine the numbers of buffers defined for the data and index buffer sizes used by the data set. The buffer size used by VSAM depends on the control interval size in the VSAM definition of the data set. If no buffer size exists for the specified control interval size, the next largest buffer size available is used.
|