Hi, Babu, > By default, the mbm_local_bytes configuration is set to 0x15 to count all the > local event types. The event configuration settings are domain specific. > Changing the configuration on one CPU in a domain would affect the whole > domain. > > For example: > $cat /sys/fs/resctrl/info/L3_MON/mbm_local_config > 0:0x15;1:0x15;2:0x15;3:0x15 Schemata has format: "id0=val0;id1=val1;...". Maybe it's better to use similar format here: 0=0x15;1=0x15;2=0x15;3=0x15? So we can have uniform formats across resctrl. Thanks. -Fenghua