KLVSD033 BUFFERS INUSE(inuse) MAX(max) GETS(gets) FREES(frees)

Explanation

This message provides additional information about a buffer pool. It follows KLVSD032.
  • inuse: The number of buffers that are currently in use. This number is obtained from the simple calculation of gets minus frees at the time the display is requested.
  • max: The maximum number of buffers from this pool that were ever concurrently in use. This statistic is checked and updated, if necessary, every time a buffer is obtained.
  • gets: The number of buffer allocation requests directed to this pool. This number is a simple running total of get requests throughout the life of the system.
  • frees: The number of buffer deallocation requests directed to this pool. This number is a simple running total of free requests throughout the life of the system.

System action

None.

User response

None.

Message Type

REPLY