Skip to main content
Skip table of contents

Operation: JVM Parameters

Die Operation JVM Parameters gibt alle Parameter der Java Virtual Machine aus.

Beispiel

Output

Der Adapter erzeugt ein XML-Dokument als 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>

Folgende Elemente sind im Output enthalten:

Element

Beschreibung

Mögliche Werte

MaxMemory

Maximal verfügbarer Arbeitsspeicher (in Megabyte)

beliebige Ganzzahl

CurrentMemory

Lokaler Arbeitspeicher, einschließlich genutztem und ungenutztem Arbeitsspeicher (in Megabyte)

beliebige Ganzzahl

FreeMemory

Ungenutzter Arbeitsspeicher (in Megabyte)

beliebige Ganzzahl

AvailableProcessors

Anzahl der verfügbaren Prozessoren

beliebige Ganzzahl

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.