# CPUInfoTimes

Abstract type defined for the return value of cpus().

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# idle

Availability
0.8
0.8
9.2.0
idle :Number

The number of milliseconds the CPU has spent in idle mode.


# irq

Availability
0.8
0.8
9.2.0
irq :Number

The number of milliseconds the CPU has spent in irq mode.


# nice

Availability
0.8
0.8
9.2.0
nice :Number

The number of milliseconds the CPU has spent in nice mode.


# sys

Availability
0.8
0.8
9.2.0
sys :Number

The number of milliseconds the CPU has spent in sys mode.


# user

Availability
0.8
0.8
9.2.0
user :Number

The number of milliseconds the CPU has spent in user mode.