poIPostManager GetMemoryWarningThreshold

Gets the memory warning threshold value.

Syntax

poIPostManager_handle GetMemoryWarningThreshold

Application

HyperView Tcl Query

Description

This command, valid only in HyperView - MultiCore profile, returns the current memory warning threshold value. This value is a percentage from 0-100 which represents a percentage of the total system memory. If the total system memory exceeds this threshold and the memory warning feature is enabled, a warning will trigger.

Example

To get the current memory warning threshold:

hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr GetMemoryWarningThreshold
hwi CloseStack

Errors

None.

See the HyperView - MultiCore APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.