Skip to content

Commit

Permalink
toplev: Update metric groups in big core models
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Apr 18, 2024
1 parent dca4de8 commit 074be2b
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 53 deletions.
6 changes: 3 additions & 3 deletions adl_glc_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1780,7 +1780,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1828,7 +1828,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down
6 changes: 3 additions & 3 deletions bdw_client_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1363,7 +1363,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1411,7 +1411,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down
8 changes: 4 additions & 4 deletions bdx_server_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1395,7 +1395,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1443,7 +1443,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -3592,7 +3592,7 @@ def compute(self, EV):

class Metric_Uncore_Frequency:
name = "Uncore_Frequency"
domain = ""
domain = "SystemMetric"
maxval = 0
errcount = 0
area = "Info.System"
Expand Down
8 changes: 4 additions & 4 deletions clx_server_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1846,7 +1846,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1894,7 +1894,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -5317,7 +5317,7 @@ def compute(self, EV):

class Metric_Uncore_Frequency:
name = "Uncore_Frequency"
domain = ""
domain = "SystemMetric"
maxval = 0
errcount = 0
area = "Info.System"
Expand Down
6 changes: 3 additions & 3 deletions hsw_client_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1214,7 +1214,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1262,7 +1262,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down
8 changes: 4 additions & 4 deletions hsx_server_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1246,7 +1246,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1294,7 +1294,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -2999,7 +2999,7 @@ def compute(self, EV):

class Metric_Uncore_Frequency:
name = "Uncore_Frequency"
domain = ""
domain = "SystemMetric"
maxval = 0
errcount = 0
area = "Info.System"
Expand Down
6 changes: 3 additions & 3 deletions icl_client_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1837,7 +1837,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1885,7 +1885,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down
8 changes: 4 additions & 4 deletions icx_server_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1888,7 +1888,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1936,7 +1936,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -5406,7 +5406,7 @@ def compute(self, EV):

class Metric_Uncore_Frequency:
name = "Uncore_Frequency"
domain = ""
domain = "SystemMetric"
maxval = 0
errcount = 0
area = "Info.System"
Expand Down
6 changes: 3 additions & 3 deletions ivb_client_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1247,7 +1247,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1295,7 +1295,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down
8 changes: 4 additions & 4 deletions ivb_server_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1279,7 +1279,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1327,7 +1327,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -3219,7 +3219,7 @@ def compute(self, EV):

class Metric_Uncore_Frequency:
name = "Uncore_Frequency"
domain = ""
domain = "SystemMetric"
maxval = 0
errcount = 0
area = "Info.System"
Expand Down
4 changes: 2 additions & 2 deletions jkt_server_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1507,7 +1507,7 @@ def compute(self, EV):

class Metric_Uncore_Frequency:
name = "Uncore_Frequency"
domain = ""
domain = "SystemMetric"
maxval = 0
errcount = 0
area = "Info.System"
Expand Down
6 changes: 3 additions & 3 deletions skl_client_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1786,7 +1786,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1834,7 +1834,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down
8 changes: 4 additions & 4 deletions skx_server_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ class FB_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW'])
metricgroup = frozenset(['BvMB', 'MemoryBW'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1807,7 +1807,7 @@ class SQ_Full:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -1855,7 +1855,7 @@ class MEM_Bandwidth:
sample = []
errcount = 0
sibling = None
metricgroup = frozenset(['BvMS', 'MemoryBW', 'Offcore'])
metricgroup = frozenset(['BvMB', 'MemoryBW', 'Offcore'])
maxval = None
def compute(self, EV):
try:
Expand Down Expand Up @@ -5206,7 +5206,7 @@ def compute(self, EV):

class Metric_Uncore_Frequency:
name = "Uncore_Frequency"
domain = ""
domain = "SystemMetric"
maxval = 0
errcount = 0
area = "Info.System"
Expand Down
Loading

0 comments on commit 074be2b

Please sign in to comment.