NomadClient.Model.HostCpuStats (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.HostCpuStats{
  CPU: String.t() | nil,
  Idle: float() | nil,
  System: float() | nil,
  User: float() | nil
}