mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-29 05:23:00 +02:00
Update likwid_perfgroup_to_cc_config.py
Add "UMC" to socket-counters
This commit is contained in:
@@ -44,6 +44,8 @@ def group_to_json(groupfile):
|
|||||||
scope = "socket"
|
scope = "socket"
|
||||||
if "PWR" in calc:
|
if "PWR" in calc:
|
||||||
scope = "socket"
|
scope = "socket"
|
||||||
|
if "UMC" in calc:
|
||||||
|
scope = "socket"
|
||||||
|
|
||||||
m = {"name" : metric, "calc": calc, "type" : scope, "publish" : True}
|
m = {"name" : metric, "calc": calc, "type" : scope, "publish" : True}
|
||||||
metrics.append(m)
|
metrics.append(m)
|
||||||
|
Reference in New Issue
Block a user