Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.SystemInfo.ProcessInfo
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ProcessInfo } = Protocol.SystemInfo;

Represents process info.

Properties

type: string

Specifies process type.

Specifies process id.

cpuTime: number

Specifies cumulative CPU usage in seconds across all threads of the process since the process start.