ProcessMetric Object 
- pidInteger - Process id of the process.
- typestring - Process type. One of the following values:- Browser
- Tab
- Utility
- Zygote
- Sandbox helper
- GPU
- Pepper Plugin
- Pepper Plugin Broker
- Unknown
 
- serviceNamestring (optional) - The non-localized name of the process.
- namestring (optional) - The name of the process. Examples for utility:- Audio Service,- Content Decryption Module Service,- Network Service,- Video Capture, etc.
- cpuCPUUsage - CPU usage of the process.
- creationTimenumber - Creation time for this process. The time is represented as number of milliseconds since epoch. Since the- pidcan be reused after a process dies, it is useful to use both the- pidand the- creationTimeto uniquely identify a process.
- memoryMemoryInfo - Memory information for the process.
- sandboxedboolean (optional) macOS Windows - Whether the process is sandboxed on OS level.
- integrityLevelstring (optional) Windows - One of the following values:- untrusted
- low
- medium
- high
- unknown