Use the onstat -g rbm command to display
a hexadecimal bitmap of the free and used blocks within the resident
segment of shared memory.
Example output
Output description
- Header
- address (hex)
- In-memory starting address of the used/free blocks in the segment
- size (bits)
- Number of bits in the block bitmap; each bit represents one block
- used (blocks)
- Used blocks in the bitmap
- largest_free (blocks)
- Largest run of free blocks
- Data
- Bit number (decimal): data (hex)
- Bit number followed by 32 bytes of data (hex)