QIX performance log
Qlik Sense Engine Service (QES)
The following fields are specific to the QIX performance log for the QES:
- ActiveUserDirectory: The user directory for the user.
- ActiveUserId: The ID of the user.
- EngineTimestamp: The time when the QES wrote the log message to file.
- EngineThread: The ID of the thread that was used when the QES wrote the log message to file.
- ProcessId: The ID of the QES process from which the log message originates.
- SessionId: The ID of the engine session for which the QIX method call was made.
- CServerId: The ID of the server instance that handled the request.
- Server Started: The time when the QES started.
- Method: The name of the QIX method that was called.
- RequestId: The ID of the request in which the QIX method call was handled.
- Target: The memory address of the target for the QIX method call.
- RequestException: The ID of an exception (if any) that occurred as a result of the QIX method call.
- AnyException: The exception code if the request fails.
- ProcessTime: The amount of time that was needed to process the request.
- WorkTime: The amount of time that the request did actual work.
- LockTime: The amount of time that the request had to wait for an internal lock.
- ValidateTime: The amount of time that the request used for validation.
- TraverseTime: The amount of time the request uses for the traverse part of the calculation.
- Handle: The ID of the interface that handled the request. The interface can be Global, a certain sheet, a certain object, or similar.
- AppId: The ID of the application.
- ObjectId: The ID of the object.
- ObjectType: The object type.
- NetRam: The amount of memory used for the calculation.
- PeakRam: The peak amount of memory used for the calculation.