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 |
|---|---|---|
|
|
Maximum available memory (in megabytes) |
any integer |
|
|
Total memory, i.e. located memory, including used and free memory (in megabytes) |
any integer |
|
|
Located unused memory (in megabytes) |
any integer |
|
|
Number of available processors |
any integer |