mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
intelrdt: add mbm stats
Signed-off-by: Paweł Szulik <pawel.szulik@intel.com>
This commit is contained in:
@@ -161,6 +161,9 @@ func convertLibcontainerStats(ls *libcontainer.Stats) *types.Stats {
|
||||
s.IntelRdt.MemBwSchemaRoot = is.MemBwSchemaRoot
|
||||
s.IntelRdt.MemBwSchema = is.MemBwSchema
|
||||
}
|
||||
if intelrdt.IsMbmEnabled() {
|
||||
s.IntelRdt.MBMStats = is.MBMStats
|
||||
}
|
||||
}
|
||||
|
||||
s.NetworkInterfaces = ls.Interfaces
|
||||
|
||||
Reference in New Issue
Block a user