Operation: JVM Parameters
The JVM Parameters
operation outputs all parameters of the Java Virtual Machine.
Example Output
The adapter generates an XML document as output:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<JVMParameters Unit="MB">
<MaxMemory>2048</MaxMemory>
<CurrentMemory>1940</CurrentMemory>
<FreeMemory>720</FreeMemory>
<AvailableProcessors>16</AvailableProcessors>
</JVMParameters>
The following elements are included in the output:
Element | Description | Possible values |
---|---|---|
MaxMemory | Maximum available memory (in megabytes) | any integer |
CurrentMemory | Total memory, i.e. located memory, including used and free memory (in megabytes) | any integer |
FreeMemory | Located unused memory (in megabytes) | any integer |
AvailableProcessors | Number of available processors | any integer |