getMemoryPoolInfo
The getMemoryPoolInfo method returns details of memory pools of the JVM process started by the same user on the local machine.
Type
Open, Synchronous, IMPACT_INFO.
Arguments
None.
Returns
Type: COM.TIBCO.hawk.talon.TabularData
| Name | Type | Description |
|---|---|---|
| Memory Pool Name | String | Name of the memory pool. |
| Peak Usage Committed | Long | Peak usage committed. |
| Peak Usage Init | Long | Initial peak usage. |
| Peak Usage Max | Long | Maximum peak usage. |
| Peak Usage Used | Long | Peak usage used. |
| Memory Pool Type | String | Type of the memory pool. |
| Current Usage Committed | Long | Current usage committed. |
| Current Usage Init | Long | Initial current usage. |
| Current Usage Max | Long | Maximum current usage. |
| Current Usage Used | Long | Current usage used. |