Object containing the number of milliseconds the CPU/core spent in: user, nice, sys, idle, and irq

See also:

Fields

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.