stats_linux.go 167 B

123456789
  1. package libcontainer
  2. import "github.com/opencontainers/runc/libcontainer/cgroups"
  3. type Stats struct {
  4. Interfaces []*NetworkInterface
  5. CgroupStats *cgroups.Stats
  6. }