mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-06 03:00:36 +02:00
Add likwid collector
This commit is contained in:
22
collectors/likwid/groups/broadwellEP/DATA.txt
Normal file
22
collectors/likwid/groups/broadwellEP/DATA.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
SHORT Load to store ratio
|
||||
|
||||
EVENTSET
|
||||
FIXC0 INSTR_RETIRED_ANY
|
||||
FIXC1 CPU_CLK_UNHALTED_CORE
|
||||
FIXC2 CPU_CLK_UNHALTED_REF
|
||||
PMC0 MEM_UOPS_RETIRED_LOADS_ALL
|
||||
PMC1 MEM_UOPS_RETIRED_STORES_ALL
|
||||
|
||||
METRICS
|
||||
Runtime (RDTSC) [s] time
|
||||
Runtime unhalted [s] FIXC1*inverseClock
|
||||
Clock [MHz] 1.E-06*(FIXC1/FIXC2)/inverseClock
|
||||
CPI FIXC1/FIXC0
|
||||
Load to store ratio PMC0/PMC1
|
||||
|
||||
LONG
|
||||
Formulas:
|
||||
Load to store ratio = MEM_UOPS_RETIRED_LOADS_ALL/MEM_UOPS_RETIRED_STORES_ALL
|
||||
-
|
||||
This is a metric to determine your load to store ratio.
|
||||
|
Reference in New Issue
Block a user