property CpuInfo.times
Properties Jump to heading
Jump to headinguser: number
The number of milliseconds the CPU has spent in user mode.
Jump to headingnice: number
The number of milliseconds the CPU has spent in nice mode.
Jump to headingsys: number
The number of milliseconds the CPU has spent in sys mode.
Jump to headingidle: number
The number of milliseconds the CPU has spent in idle mode.
Jump to headingirq: number
The number of milliseconds the CPU has spent in irq mode.