property CpuInfo.times
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.