Skip to main content
Skip table of contents

Operation: Processes Running

The Processes Running operation outputs information about all processes running on the X4 Server.

Example Output

The adapter generates an XML document as output:

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ProcessesRunning>
    <Process>
        <UUID>9e18ecdf-92c4-4eda-ae48-e55c49bdcca5</UUID>
        <Name>MyProcess.wrf</Name>
        <Path>1/SystemStatus/Processes/MyProcess.wrf</Path>
        <Module>engine</Module>
    </Process>
    <Process>
        <UUID>c6164963-a092-408f-8abf-f157ca87cd42</UUID>
        <Name>MySubProcess.wrf</Name>
        <Path>1/SystemStatus/Processes/MyFolder/MySubProcess.wrf</Path>
        <Module>engine</Module>
    </Process>
     <MemoryConsumed Unit="B">254</MemoryConsumed>
</ProcessesRunning>

The following elements are included in the output:

ElementDescriptionPossible values
UUIDUUID of the process

UUID

NameName of the process

Any string

PathPath of the process

Any string

ModuleName of the module that executes the process

engine

MemoryConsumedTotal memory consumed by the processes in bytes

Double

JavaScript errors detected

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

If this problem persists, please contact our support.