mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-14 05:57:25 +01:00
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
|
SHORT Load to store ratio
|
||
|
|
||
|
EVENTSET
|
||
|
PMC0 LS_DISPATCH_LOADS
|
||
|
PMC1 LS_DISPATCH_STORES
|
||
|
|
||
|
METRICS
|
||
|
Runtime (RDTSC) [s] time
|
||
|
Load to store ratio PMC0/PMC1
|
||
|
|
||
|
LONG
|
||
|
Formulas:
|
||
|
Load to store ratio = LS_DISPATCH_LOADS/LS_DISPATCH_STORES
|
||
|
-
|
||
|
This is a simple metric to determine your load to store ratio.
|
||
|
|