Library /sys$common/syshlp/SDA.HLB  —  SHOW  POOL  Qualifiers

1    /ALL

    Displays the entire contents of the dynamic storage pool, except
    for those portions that are free (available). This is the default
    behavior of the SHOW POOL command.

2    /BAP

    Displays the contents of the bus-addressable dynamic storage pool
    currently in use.

3    /BRIEF

    Displays only general information about the dynamic storage pool
    and its addresses.

4    /CHECK

    Checks all free packets for POOLCHECK-style corruption, in
    exactly the same way that the system does when generating a
    POOLCHECK crash dump.

5    /FREE

    Displays the entire contents, both allocated and free, of the
    specified region or regions of pool. Use the /FREE qualifier with
    a range to show all of the used and free pool in the given range.

6    /HEADER

    Displays only the first 16 bytes of each data packet found within
    the specified region or regions of pool.

7    /MAXIMUM_BYTES

       /MAXIMUM_BYTES [=n]

    Displays only the first n bytes of a pool packet; if you specify
    /MAXIMUM_BYTES without a value, the default is 64 bytes.

8    /NONPAGED

    Displays the contents of the nonpaged dynamic storage pool
    currently in use.

9    /PAGED

    Displays the contents of the paged dynamic storage pool currently
    in use.

10    /RING_BUFFER

       /RING_BUFFER [=address]

    Displays the contents of the pool history ring buffer if pool
    checking has been enabled. Entries are displayed in reverse
    chronological order, that is, most to least recent. If address
    is specified, the only entries in the ring buffer displayed are
    for pool blocks that address lies within.

11    /STATISTICS

       /STATISTICS [= ALL]

    Displays usage statistics about each lookaside list and the
    variable free list. For each lookaside list, its queue header
    address, packet size, the number of packets, attempts, fails,
    and deallocations are displayed. (If pool checking is disabled,
    the attempts, fails, and deallocations are not displayed.) For
    the variable free list, its queue header address, the number
    of packets and the size of the smallest and largest packets
    are displayed. You can further qualify /STATISTICS by using
    either /NONPAGED, /BAP, or /PAGED to display statistics for a
    specified pool area. Paged pool only has lookaside lists if the
    system parameter PAGED_LAL_SIZE has been set to a nonzero value;
    therefore paged pool lookaside list statistics are only displayed
    if there has been activity on a list.

    If you specify /STATISTICS without the ALL keyword, only active
    lookaside lists are displayed. Use /STATISTICS = ALL to display
    all lookaside lists.

12    /SUBTYPE

       /SUBTYPE=packet-type

    Displays the packets within the specified region or regions of
    pool that are of the indicated packet-type.

13    /SUMMARY

    Displays only an allocation summary for each specified region of
    pool.

14    /TYPE

       /TYPE=packet-type

    Displays the packets within the specified region or regions of
    pool that are of the indicated packet-type.

15    /UNUSED

    Displays only variable free packets and lookaside list packets,
    not used packets.
Close Help