ttHeapInfo
Required Privilege
This procedure requires no privilege.
Usage in TimesTen Scaleout and TimesTen Classic
This procedure is supported in TimesTen Classic.
TimesTen Scaleout applications can call this built-in procedure.
In TimesTen Scaleout, this procedure runs locally on the element from which it is called.
Syntax
ttHeapInfo('name')Parameters
ttHeapInfo has the parameter:
| Parameter | Type | Description |
|---|---|---|
|
|
|
Name of the heap for which you would like information. If not specified, |
Result Set
ttHeapInfo returns the result:
| Column | Type | Description |
|---|---|---|
|
|
|
Name of the heap for which the heap memory info is being returned. |
|
|
|
The allocated sizes of the heap memory. |
|
|
|
The amount of heap memory in use. |
|
|
|
The maximum amount of heap memory used. |
|
|
|
The number of deferred freed heap memory buffers. |
Examples
CALL ttHeapInfo ('sampledb1');
< PERMANENT_0, 2515656, 2404112, 2582856, 0>
< PERMANENT_1, 1024, 1024, 1024, 0>
...
< INDEX_SNAPSHOT_VALUE_CONFIG_I, 2048, 776, 776, 0>
156 rows found