module

CrStat::Cpu::Fetchers

Inherits CrStat::Cpu::Entities

Instance methods

fetch_cpu_usage

get the array of % values of cpu usage for each CPU thread

Source
fetch_params
Source
fetch_temperature
Source
get_deltas(earlyData : Array(ThreadLoadModel), latestData : Array(ThreadLoadModel)) : Array(ThreadLoadModel)
Source
get_each_load_values_deltas(a : ThreadLoadModel, b : ThreadLoadModel) : ThreadLoadModel
Source
get_load_data
Source
get_threads_usage(cores_deltas : Array(ThreadLoadModel)) : Array(CpuUsageModel)
Source