Object containing the number of milliseconds the CPU/core spent in: user, nice, sys, idle, and irq
user
nice
sys
idle
irq
See also:
https://nodejs.org/api/os.html#os_os_cpus
user:Int
The number of milliseconds the CPU has spent in user mode.
sys:Int
The number of milliseconds the CPU has spent in sys mode.
nice:Int
The number of milliseconds the CPU has spent in nice mode.
irq:Int
The number of milliseconds the CPU has spent in irq mode.
idle:Int
The number of milliseconds the CPU has spent in idle mode.