property CpuInfo.times Usage in Denoimport { type CpuInfo } from "node:os"; Properties user: number The number of milliseconds the CPU has spent in user mode. nice: number The number of milliseconds the CPU has spent in nice mode. sys: number The number of milliseconds the CPU has spent in sys mode. idle: number The number of milliseconds the CPU has spent in idle mode. irq: number The number of milliseconds the CPU has spent in irq mode.