| 
									
										
										
										
											2017-05-15 17:41:45 -07:00
										 |  |  | # ProcessMetric Object
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * `pid` Integer - Process id of the process. | 
					
						
							| 
									
										
										
										
											2019-07-12 13:10:18 +02:00
										 |  |  | * `type` String - Process type. One of the following values: | 
					
						
							|  |  |  |   * `Browser` | 
					
						
							|  |  |  |   * `Tab` | 
					
						
							|  |  |  |   * `Utility` | 
					
						
							|  |  |  |   * `Zygote` | 
					
						
							|  |  |  |   * `Sandbox helper` | 
					
						
							|  |  |  |   * `GPU` | 
					
						
							|  |  |  |   * `Pepper Plugin` | 
					
						
							|  |  |  |   * `Pepper Plugin Broker` | 
					
						
							|  |  |  |   * `Unknown` | 
					
						
							| 
									
										
										
										
											2017-05-26 08:36:51 -07:00
										 |  |  | * `cpu` [CPUUsage](cpu-usage.md) - CPU usage of the process. | 
					
						
							| 
									
										
										
										
											2019-06-14 21:39:55 +02:00
										 |  |  | * `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. | 
					
						
							| 
									
										
										
										
											2019-07-23 22:41:59 +02:00
										 |  |  | * `memory` [MemoryInfo](memory-info.md) - Memory information for the process. | 
					
						
							| 
									
										
										
										
											2019-06-14 21:39:55 +02:00
										 |  |  | * `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` |