github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/libcontainer/stats_linux.go (about)

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