Operation: User Sessions Memory
The User Sessions Memory
operation outputs information about the memory consumption of the user sessions.
Example Output
The adapter generates an XML document as output:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<UserSessionMemory Unit="B">
<UserSession>
<SessionId>f6e9a71a-a583-4642-af90-5e68e422f5a9</SessionId>
<Size>0</Size>
</UserSession>
</UserSessionMemory>
The following elements are included in the output:
Element | Description | Possible values |
---|---|---|
SessionId | ID of the user session | UUID |
Size | Memory used by the user session in bytes | Integer |