Technical data

System Dump Analyzer
SHOW POOL
Summary of non-paged pool contents
3 UNKNOWN = 176 (29%)
2 CIDG = 288 (48%)
1 CIMSG = 144 (24%)
Total space used = 608 out of 608 total bytes, 0 bytes left
Total space utilization = 100%
This example, which uses a range of values, examines 608 (260
16
) bytes of
nonpaged pool, starting at address 80BADE00
16
. SDA attempts to identify
allocated blocks as it proceeds through the specified region of pool, and displays
an allocation summary when it completes the listing.
2.
SDA> SHOW POOL/FREE
Non-paged dynamic storage pool
------------------------------
Dump of blocks allocated from non-paged pool
UNKNOWN 80E7C400 67136
0000E53B 80E9EC00 00010000 80F16625 %fñ......ìé.;å..
0000E53B 80E9EC00 00010001 80F16625 %fñ......ìé.;å..
0000E53B 80E9EC00 00010000 80F166A3 £fñ......ìé.;å..
0000E53B 80E9EC00 00010001 80F166A3 £fñ......ìé.;å..
0000E53B 80E9EC00 00010000 80F16066 f........ìé.;å..
0000E53B 80E9EC00 00010001 80F16066 f........ìé.;å..
0000E53B 80E9EC00 00010000 80F16F32 2oñ......ìé.;å..
0000E53B 80E9EC00 00010001 80F16F32 2oñ......ìé.;å..
0000E53D 80EA1B08 00010000 80F16F48 Hoñ.......ê.=å..
0000E53D 80E9EC00 00010001 80F16F48 Hoñ......ìé.=å..
0000E53D 80E9EC00 00010000 80F170D8 Øpñ......ìé.=å..
.
.
.
The SHOW POOL/FREE command in this example produces a display similar
in format and extent to that presented in Example 1. However, it displays the
unallocated portions of pool in addition to those that are used.
SDA138