23 lines
944 B
Markdown
23 lines
944 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [ProcessInfo](./puppeteer.protocol.systeminfo.processinfo.md)
|
||
|
|
||
|
## Protocol.SystemInfo.ProcessInfo interface
|
||
|
|
||
|
Represents process info.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ProcessInfo
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [cpuTime](./puppeteer.protocol.systeminfo.processinfo.cputime.md) | number | Specifies cumulative CPU usage in seconds across all threads of the process since the process start. |
|
||
|
| [id](./puppeteer.protocol.systeminfo.processinfo.id.md) | [integer](./puppeteer.protocol.integer.md) | Specifies process id. |
|
||
|
| [type](./puppeteer.protocol.systeminfo.processinfo.type.md) | string | Specifies process type. |
|
||
|
|