Versions in this module Expand all Collapse all v0 v0.19.3 Nov 2, 2015 v0.19.2 Oct 23, 2015 v0.19.1 Oct 22, 2015 Changes in this version + const TypeDocker + const TypeName + type Attributes struct + CadvisorVersion string + CloudProvider v1.CloudProvider + ContainerOsVersion string + CpuFrequency uint64 + DiskMap map[string]v1.DiskInfo + DockerVersion string + Filesystems []v1.FsInfo + InstanceType v1.InstanceType + KernelVersion string + MachineID string + MemoryCapacity int64 + NetworkDevices []v1.NetInfo + NumCores int + SystemUUID string + Topology []v1.Node + func GetAttributes(mi *v1.MachineInfo, vi *v1.VersionInfo) Attributes + type ContainerSpec struct + Aliases []string + Cpu CpuSpec + CreationTime time.Time + CustomMetrics []v1.MetricSpec + HasCpu bool + HasCustomMetrics bool + HasDiskIo bool + HasFilesystem bool + HasMemory bool + HasNetwork bool + Image string + Labels map[string]string + Memory MemorySpec + Namespace string + type ContainerStats struct + Cpu v1.CpuStats + CpuInst *CpuInstStats + CustomMetrics map[string][]v1.MetricVal + DiskIo v1.DiskIoStats + Filesystem []v1.FsStats + HasCpu bool + HasCustomMetrics bool + HasDiskIo bool + HasFilesystem bool + HasLoad bool + HasMemory bool + HasNetwork bool + Load v1.LoadStats + Memory v1.MemoryStats + Network NetworkStats + Timestamp time.Time + type CpuInstStats struct + Usage CpuInstUsage + type CpuInstUsage struct + PerCpu []uint64 + System uint64 + Total uint64 + User uint64 + type CpuSpec struct + Limit uint64 + Mask string + MaxLimit uint64 + type DerivedStats struct + DayUsage Usage + HourUsage Usage + LatestUsage InstantUsage + MinuteUsage Usage + Timestamp time.Time + type FsInfo struct + Available uint64 + Capacity uint64 + Device string + Labels []string + Mountpoint string + Usage uint64 + type InstantUsage struct + Cpu uint64 + Memory uint64 + type MemorySpec struct + Limit uint64 + Reservation uint64 + SwapLimit uint64 + type NetworkStats struct + Interfaces []v1.InterfaceStats + Tcp TcpStat + Tcp6 TcpStat + type Percentiles struct + Fifty uint64 + Max uint64 + Mean uint64 + Ninety uint64 + NinetyFive uint64 + Present bool + type ProcessInfo struct + CgroupPath string + Cmd string + PercentCpu float32 + PercentMemory float32 + Pid int + Ppid int + RSS uint64 + RunningTime string + StartTime string + Status string + User string + VirtualSize uint64 + type RequestOptions struct + Count int + IdType string + Recursive bool + type TcpStat struct + Close uint64 + CloseWait uint64 + Closing uint64 + Established uint64 + FinWait1 uint64 + FinWait2 uint64 + LastAck uint64 + Listen uint64 + SynRecv uint64 + SynSent uint64 + TimeWait uint64 + type Usage struct + Cpu Percentiles + Memory Percentiles + PercentComplete int32