mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
24 lines
434 B
Plaintext
24 lines
434 B
Plaintext
|
SHORT Load to store ratio
|
||
|
|
||
|
EVENTSET
|
||
|
PMC0 PM_LD_CMPL
|
||
|
PMC1 PM_ST_CMPL
|
||
|
PMC4 PM_RUN_INST_CMPL
|
||
|
PMC5 PM_RUN_CYC
|
||
|
|
||
|
METRICS
|
||
|
Runtime (RDTSC) [s] time
|
||
|
CPI PMC5/PMC4
|
||
|
Load to store ratio PMC0/PMC1
|
||
|
Load ratio PMC0/PMC4
|
||
|
Store ratio PMC1/PMC4
|
||
|
|
||
|
LONG
|
||
|
Formulas:
|
||
|
Load to store ratio = PM_LD_CMPL/PM_ST_CMPL
|
||
|
Load ratio = PM_LD_CMPL/PM_RUN_INST_CMPL
|
||
|
Store ratio = PM_ST_CMPL/PM_RUN_INST_CMPL
|
||
|
-
|
||
|
This is a metric to determine your load to store ratio.
|
||
|
|