getMemoryPoolInfo
Method
Purpose
This method returns details of memory pools of the Java virtual machine processes started by the same user on the local machine by the Java virtual machine process name. The Process Name field is mandatory and cannot be left blank.
Type
Open, Synchronous, IMPACT_INFO
Arguments
Name |
Type |
Description |
Process Name |
String |
The Java virtual machine process name |
Returns
Name |
Type |
Description |
Process Id |
String |
JAVA Process Id |
Process Name |
String |
The Java virtual machine process name |
Memory Pool Name |
String |
The name of the memory pool |
Peak Usage Committed |
Long |
Peak Usage Committed |
Peak Usage Used |
Long |
Peak Usage Used |
Peak Usage Init |
Long |
Initial Peak Usage |
Peak Usage Max |
Long |
Maximum Peak Usage |
Current Usage Committed |
Long |
Current Usage Committed |
Current Usage Used |
Long |
Current Usage Used |
Current Usage Init |
Long |
Current Usage Init |
Current Usage Max |
Long |
Current Usage Max |