TMF Management Programming Manual (H06.05+)

Common Definitions
HP NonStop TMF Management Programming Manual540140-002
4-10
Private Token and Field Types
ZTMF-TYP-MemHeapUsage
defines attributes of memory heap usage.
ZZCpuHeapSize
is the TMFLIB heap size.
ZZCpuHeapPercent
is the TMFLIB heap usage by CPU in percent. This field occurs 16 times. A
null value means the CPU is nonexistent or down.
ZZTmpHeapSize
is the TMP heap size by CPU. This field occurs two times.
ZZCpu
specifies the CPUs where the primary/backup TMP processes are running.
ZZHeapPercent
is the TMP heap usage in percent for the TMP processes. A null value means
that no backup TMP process exists.
def ZTMF-DDL-MemHeapUsage.
02 ZLib.
03 ZCpuHeapSize type ZSPI-DDL-Int2.
03 ZCpuHeapPercent type ZSPI-DDL-Int OCCURS 16 TIMES.
02 ZTmp.
03 ZTmpHeapSize type ZSPI-DDL-Int2.
03 ZCpu type ZSPI-DDL-Int-Pair.
03 ZHeapPercent type ZSPI-DDL-Int-Pair.
end.