Size              (TST - Runtime)

DESCRIPTION
"Size" displays the amount of space required by a Temporary Storage (TS) queue. 
The "Size" continues to grow as application programs add items to the queue.
However, the "Size" may also shrink with a WRITEQ TS command with a REWRITE of
a smaller amount of data to a particular item.


VALUES
Sun MTPScan displays the "Size" of a TS queue in bytes.


INTERPRETATION
The "Size" may reflect shared memory or file size, depending on the "Type" of
TS queue. The "Type" may be an 'A' for auxiliary storage (hard disk) or an 'M' 
for main storage (shared memory).

The "Size" shows the actual amount of space used by the application programs. It
does not include Sun MTP overhead space used to maintain the TS queue.


CONCLUSIONS
This value can help determine if application programs write to a TS queue
properly. This value identifies how much disk space is required for auxiliary TS
or the amount of additional shared memory required for main TS. The total of
all "Size" columns results in the value for the "Total Size" datapoint shown
above the TST Screen's Runtime KxScrolledList.
