X4 Produktdokumentation

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:


Element

Description

Possible values

UUID

UUID of the process

UUID

Name

Name of the process

Any string

Path

Path of the process

Any string

Module

Name of the module that executes the process

engine

MemoryConsumed

Total memory consumed by the processes in bytes

Double