DockerEngineAPI.Model.ContainerThrottlingData (ex_docker_api v1.48.0)

View Source

CPU throttling stats of the container. This type is Linux-specific and omitted for Windows containers.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.ContainerThrottlingData{
  periods: integer() | nil,
  throttled_periods: integer() | nil,
  throttled_time: integer() | nil
}

Functions

decode(value)