ExFacts v0.1.5 ExFacts.System.CPU.InfoStat

Provides a struct to hold CPU data.

## Examples

iex> d = %ExFacts.System.CPU.InfoStat{cpu: 0, model_name: "AuthenticAMD"}
  ...> d.model_name
  "AuthenticAMD"

Summary

Types

t()
t() :: %ExFacts.System.CPU.InfoStat{cache_size: integer, core_id: binary, cores: integer, cpu: integer, family: binary, flags: list, mhz: float, microcode: binary, model: binary, model_name: binary, physical_id: binary, stepping: integer, vendor_id: binary}