Qlik Sense - 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.

翻译参考

  • 激活用户目录:该用户的用户目录。
  • ActiveUserId:该用户的ID。
  • 工程时间戳:QES将日志消息写入文件的时间。
  • 工程线程:当QES将日志消息写入文件时使用的线程的ID。
  • 进程Id:该日志消息来源的QES进程的ID。
  • 会话Id:已对其进行QIX方法调用的引擎会话的ID。
  • CServerId:处理该请求的服务器实例的ID。
  • 服务器启动:QES启动的时间。
  • 方法:被调用的QIX方法的名称。
  • 请求Id:在其中处理QIX方法调用的请求的ID。
  • 目标:针对QIX方法调用的目标的内存地址。
  • 请求异常:由于QIX方法调用而发生的异常(如果有)的ID。
  • 任何异常:如果请求失败时的异常代码。
  • 处理时间:处理请求所需的时间量。
  • 工作时间:请求完成实际工作的时间量。
  • 锁定时间:请求等待内部锁定所需的时间量。
  • 验证时间:请求用于验证的时间量。
  • 遍历时间:请求用于计算的遍历部分的时间量。
  • 句柄:处理该请求的接口的ID。
  • 接口可以是全局的、某个工作表、某个对象或类似的接口。
  • AppId:应用程序的ID。
  • 对象Id:该对象的ID。
  • 对象类型:对象类型。
  • NetRam:用于计算的内存量。
  • PeakRam:用于计算的峰值内存量。

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-17 10:58:06       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-17 10:58:06       106 阅读
  3. 在Django里面运行非项目文件

    2024-06-17 10:58:06       87 阅读
  4. Python语言-面向对象

    2024-06-17 10:58:06       96 阅读

热门阅读

  1. 实例方法与静态方法

    2024-06-17 10:58:06       34 阅读
  2. 存储技术介绍

    2024-06-17 10:58:06       35 阅读
  3. C# —— do_while循环

    2024-06-17 10:58:06       30 阅读
  4. Mock数据

    2024-06-17 10:58:06       23 阅读
  5. 旅行商问题要点和难点以及具体应用案例

    2024-06-17 10:58:06       28 阅读
  6. SFTP工具

    2024-06-17 10:58:06       29 阅读
  7. xss-lab靶场level1-level10

    2024-06-17 10:58:06       30 阅读
  8. IT66352: 2 IN to 1 OUT HDMI2.0 18Gb/s Re Timer Switch

    2024-06-17 10:58:06       31 阅读
  9. Gone框架介绍27 - 再讲 Goner 和 依赖注入

    2024-06-17 10:58:06       35 阅读
  10. C#面:解释什么是构造函数?

    2024-06-17 10:58:06       26 阅读
  11. 通讯的一些基本概念 -网卡 -网段 -网桥 -路由表

    2024-06-17 10:58:06       31 阅读
  12. RK平台Android单独编译内核

    2024-06-17 10:58:06       28 阅读
  13. Android的自启动

    2024-06-17 10:58:06       30 阅读