struct

CrStat::Cpu::Entities::ThreadLoadModel

Inherits Struct < Value < Object

ThreadLoadModel is a CPU time breakdown model. A model to store the amount of time the CPU thread has spent from performing different kinds of work since the kernel start from file /proc/stat

Constructors

new(user : Int64, nice : Int64, system : Int64, idle : Int64, iowait : Int64, irq : Int64, softirq : Int64, steal : Int64 | Nil, guest : Int64 | Nil, guest_nice : Int64 | Nil)
Source

Instance methods

guest
Source
guest_nice
Source
idle
Source
iowait
Source
nice
Source
softirq
Source
steal
Source
system
Source
user
Source