getGarbageCollectorInfo
Method
Purpose
This method returns details of Garbage Collector 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 |
Garbage collector |
String |
The Garbage Collector name |
GC Count |
Long |
The Garbage Collector count since |
GC Time |
Long |
Garbage Collector time since |