ProcessMetric Object

  • pid Integer - Process id of the process.
  • type String - 进程类型。 以下值之一:
    • Browser
    • Tab
    • Utility
    • Zygote
    • Sandbox helper
    • GPU
    • Pepper Plugin
    • Pepper Plugin Broker
    • Unknown
  • serviceName String (可选) - 进程的非本地化名称。
  • name String (可选) - 进程的名称。 功能性示例: Audio Service, Content Decryption Module Service, Network Service, Video Capture, 等等。
  • cpu CPUUsage - CPU usage of the process.
  • creationTime Number - Creation time for this process. The time is represented as number of milliseconds since epoch. Since the pid can be reused after a process dies, it is useful to use both the pid and the creationTime to uniquely identify a process.
  • memory MemoryInfo - Memory information for the process.
  • sandboxed Boolean (optional) macOS Windows - Whether the process is sandboxed on OS level.
  • integrityLevel String (optional) Windows - One of the following values:
    • untrusted
    • low
    • medium
    • high
    • unknown