ProcessMetric 对象
- Integer - 进程ID
type
String - Process type. One of the following values:Browser
Tab
Utility
Zygote
GPU
Pepper Plugin Broker
Unknown
cpu
CPUUsage - CPU使用率creationTime
Number - Creation time for this process. The time is represented as number of milliseconds since epoch. Since thepid
can be reused after a process dies, it is useful to use both thepid
and thecreationTime
to uniquely identify a process.sandboxed
Boolean (optional) macOS Windows - Whether the process is sandboxed on OS level.integrityLevel
String (optional) Windows - One of the following values:untrusted
低
medium
高