[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. Signature: ```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. |