LSRPBUFAggregateRecordType

LSR Pool Buffers aggregate record

Fields

CICSRelease (StringAggregationType)
bufferReadsCount (LongAggregationType)

The number of READ I/Os to the buffers that VSAM was required to initiate because the buffer control interval could not be found.

bufferSize (LongAggregationType)

The size of the buffers that are available to the pool

bufferUsage (EnumAggregationType)

Indicates how the buffer is used, as one of the following:

  • D - .Data buffer
  • I - Index buffer
  • B - Both data and index
buffersCount (LongAggregationType)

The number of buffers of each size that are available to the pool.

failedCREADRequestsCount (LongAggregationType)

The number of CREAD requests for buffers that failed. MVS withdrew the space and VSAM had to read data from DASD.

failedCWRITERequestsCount (LongAggregationType)

The number of CWRITE requests for buffers that failed. There was insufficient Hiperspace and VSAM had to write data to DASD.

hiperspaceBuffersCount (LongAggregationType)

The number of Hiperspace buffers specified for the pool.

lookasideBufferReadsCount (LongAggregationType)

The number of READ requests that VSAM was able to satisfy without initiating a physical I/O operation.

nonUserWrites (LongAggregationType)

The number of non-user initiated WRITE I/Os from the buffers.

poolIDBuffer (StringAggregationType)

The pool number, buffer size and buffer type

poolNumber (LongAggregationType)

The identifying number of the pool. This value may be in the range 1 through 255.

regionName (StringAggregationType)
successfulCreads (LongAggregationType)

The number of successful CREAD requests issued to transfer data from Hiperspace buffers to virtual buffers.

successfulCwrites (LongAggregationType)

The number of successful CWRITE requests issued to transfer data from virtual buffers to Hiperspace buffers.

userWrites (LongAggregationType)

The number of user-initiated WRITE I/Os from the buffers.