DockerEngineAPI.Model.ContainerStorageStats (ex_docker_api v1.48.1)

View Source

StorageStats is the disk I/O stats for read/write on Windows. This type is Windows-specific and omitted for Linux containers.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.ContainerStorageStats{
  read_count_normalized: integer() | nil,
  read_size_bytes: integer() | nil,
  write_count_normalized: integer() | nil,
  write_size_bytes: integer() | nil
}

Functions

decode(value)