interface CpuInfo
The node:os module provides operating system-related utility methods and
properties. It can be accessed using:
import os from 'node:os';
Properties Jump to heading
Jump to headingmodel: stringJump to headingspeed: numberJump to headingtimes: { user: number; nice: number; sys: number; idle: number; irq: number; }