property CpuInfo.times
Properties #
#user: numberThe number of milliseconds the CPU has spent in user mode.
#nice: numberThe number of milliseconds the CPU has spent in nice mode.
#sys: numberThe number of milliseconds the CPU has spent in sys mode.
#idle: numberThe number of milliseconds the CPU has spent in idle mode.
#irq: numberThe number of milliseconds the CPU has spent in irq mode.