# Packages
No description provided by the author
http://www.apache.org/licenses/LICENSE-2.0.txt
Copyright 2017 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Package network provides network Statistics (included TCP and TCP6 stats).
# Functions
GetShortID returns short container ID (12 chars).
NewDockerClient returns dockerClient instance ready for communication with the server endpoint `unix:///var/run/docker.sock`.
NewStatistics returns pointer to initialized Statistics.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CpuSet stores information regarding subsystem assignment of individual CPUs and memory nodes.
No description provided by the author
No description provided by the author
DockerClient holds go-dockerclient instance ready for communication with the server endpoint `unix:///var/run/docker.sock`, cache instance which is used to store output from docker container inspect (to avoid execute inspect request multiply times, it is called only once per container).
FilesystemInterface holds statistics about filesystem device, capacity, usage, etc.
No description provided by the author
No description provided by the author
No description provided by the author
NetworkInterface holds name of network interface and its statistics (rx_bytes, tx_bytes, etc.).
No description provided by the author
Specification holds docker container specification.
No description provided by the author
TcpInterface holds tcp and tcp6 statistics.
TcpStat holds statistics about count of connections in different states.
No description provided by the author
# Interfaces
DockerClientInterface provides methods i.a.
No description provided by the author
# Type aliases
No description provided by the author