Versions in this module Expand all Collapse all v1 v1.1.11 Jan 21, 2024 Changes in this version + type Blkio struct + IoMergedRecursive []BlkioEntry + IoQueuedRecursive []BlkioEntry + IoServiceBytesRecursive []BlkioEntry + IoServiceTimeRecursive []BlkioEntry + IoServicedRecursive []BlkioEntry + IoTimeRecursive []BlkioEntry + IoWaitTimeRecursive []BlkioEntry + PSI *PSIStats + SectorsRecursive []BlkioEntry + type BlkioEntry struct + Major uint64 + Minor uint64 + Op string + Value uint64 + type CPUSet struct + CPUExclusive uint64 + CPUs []uint16 + MemExclusive uint64 + MemHardwall uint64 + MemoryMigrate uint64 + MemoryPressure uint64 + MemorySpreadPage uint64 + MemorySpreadSlab uint64 + Mems []uint16 + SchedLoadBalance uint64 + SchedRelaxDomainLevel int64 + type Cpu struct + PSI *PSIStats + Throttling Throttling + Usage CpuUsage + type CpuUsage struct + Kernel uint64 + Percpu []uint64 + PercpuKernel []uint64 + PercpuUser []uint64 + Total uint64 + User uint64 + type Event struct + Data interface{} + ID string + Type string + type Hugetlb struct + Failcnt uint64 + Max uint64 + Usage uint64 + type IntelRdt struct + CMTStats *[]intelrdt.CMTNumaNodeStats + L3CacheInfo *L3CacheInfo + L3CacheSchema string + L3CacheSchemaRoot string + MBMStats *[]intelrdt.MBMNumaNodeStats + MemBwInfo *MemBwInfo + MemBwSchema string + MemBwSchemaRoot string + type L3CacheInfo struct + CbmMask string + MinCbmBits uint64 + NumClosids uint64 + type MemBwInfo struct + BandwidthGran uint64 + DelayLinear uint64 + MinBandwidth uint64 + NumClosids uint64 + type Memory struct + Cache uint64 + Kernel MemoryEntry + KernelTCP MemoryEntry + PSI *PSIStats + Raw map[string]uint64 + Swap MemoryEntry + Usage MemoryEntry + type MemoryEntry struct + Failcnt uint64 + Limit uint64 + Max uint64 + Usage uint64 + type NetworkInterface struct + Name string + RxBytes uint64 + RxDropped uint64 + RxErrors uint64 + RxPackets uint64 + TxBytes uint64 + TxDropped uint64 + TxErrors uint64 + TxPackets uint64 + type PSIData = cgroups.PSIData + type PSIStats = cgroups.PSIStats + type Pids struct + Current uint64 + Limit uint64 + type Stats struct + Blkio Blkio + CPU Cpu + CPUSet CPUSet + Hugetlb map[string]Hugetlb + IntelRdt IntelRdt + Memory Memory + NetworkInterfaces []*NetworkInterface + Pids Pids + type Throttling struct + Periods uint64 + ThrottledPeriods uint64 + ThrottledTime uint64