exfacts v0.1.2 Facts.CPU.InfoStat

Provides a struct to hold CPU data.

##Examples

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

Summary

Types

t()
t() :: %Facts.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}