k3s/vendor/github.com/opencontainers/runc/libcontainer/stats_linux.go

11 lines
264 B
Go
Raw Normal View History

2019-01-12 04:58:27 +00:00
package libcontainer
import "github.com/opencontainers/runc/libcontainer/cgroups"
import "github.com/opencontainers/runc/libcontainer/intelrdt"
type Stats struct {
Interfaces []*NetworkInterface
CgroupStats *cgroups.Stats
IntelRdtStats *intelrdt.Stats
}