blob: e776aad43549bd484f00b8d7d74da169ff711e38 [file] [edit]
package libcontainer
import (
"github.com/opencontainers/cgroups"
"github.com/opencontainers/runc/libcontainer/intelrdt"
"github.com/opencontainers/runc/types"
)
type Stats struct {
Interfaces []*types.NetworkInterface
CgroupStats *cgroups.Stats
IntelRdtStats *intelrdt.Stats
}