NomadClient.Model.CpuStats (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.CpuStats{
  Measured: [String.t()] | nil,
  Percent: float() | nil,
  SystemMode: float() | nil,
  ThrottledPeriods: integer() | nil,
  ThrottledTime: integer() | nil,
  TotalTicks: float() | nil,
  UserMode: float() | nil
}