Versions in this module Expand all Collapse all v1 v1.0.5 Oct 3, 2018 v1.0.4 Sep 21, 2018 v1.0.3 Aug 29, 2018 Changes in this version + type CPU struct + Cfs struct{ ... } + LoadAverage int + Schedstat struct{ ... } + Usage struct{ ... } + type CPUCurrent struct + CPU float64 + Units string + type CPUHistory struct + Memory []float64 + Units string + type ContainerData struct + Pgfault int + Pgmajfault int + type DiskIO struct + IoServiceBytes []struct{ ... } + IoServiced []struct{ ... } + type Filesystem struct + Available int64 + BaseUsage int + Capacity int64 + Device string + HasInodes bool + Inodes int + InodesFree int + IoInProgress int + IoTime int + ReadTime int + ReadsCompleted int + ReadsMerged int + SectorsRead int + SectorsWritten int + Type string + Usage int64 + WeightedIoTime int + WriteTime int + WritesCompleted int + WritesMerged int + type HierarchicalData struct + Pgfault int + Pgmajfault int + type Interface struct + Name string + RxBytes int + RxDropped int + RxErrors int + RxPackets int + TxBytes int + TxDropped int + TxErrors int + TxPackets int + type Memory struct + Cache int64 + ContainerData ContainerData + Failcnt int + HierarchicalData HierarchicalData + MaxUsage int64 + Rss int64 + Swap int + Usage int64 + WorkingSet int64 + type MemoryCurrent struct + Memory float64 + Units string + type MemoryHistory struct + Memory []float64 + Units string + type Network struct + Interfaces []Interface + Name string + RxBytes int + RxDropped int + RxErrors int + RxPackets int + TCP TCP + TCP6 TCP + TxBytes int + TxDropped int + TxErrors int + TxPackets int + UDP UDP + UDP6 UDP + type Report struct + Name string + Spec Spec + Stats []Stat + Subcontainers []Subcontainer + type Spec struct + CPU struct{ ... } + CreationTime time.Time + HasCPU bool + HasCustomMetrics bool + HasDiskio bool + HasFilesystem bool + HasMemory bool + HasNetwork bool + Memory struct{ ... } + type Stat struct + CPU CPU + DiskIO DiskIO + Filesystem []Filesystem + Memory Memory + Network Network + TaskStats TaskStats + Timestamp time.Time + type StorageCurrent struct + Storage float64 + Units string + type Subcontainer struct + Name string + type TCP struct + Close int + CloseWait int + Closing int + Established int + FinWait1 int + FinWait2 int + LastAck int + Listen int + SynRecv int + SynSent int + TimeWait int + type TaskStats struct + NrIoWait int + NrRunning int + NrSleeping int + NrStopped int + NrUninterruptible int + type UDP struct + Dropped int + Listen int + RxQueued int + TxQueued int