mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
17 lines
228 B
Plaintext
17 lines
228 B
Plaintext
|
SHORT Cycles and instructions
|
||
|
|
||
|
EVENTSET
|
||
|
PMC0 INST_RETIRED
|
||
|
PMC1 CPU_CYCLES
|
||
|
|
||
|
METRICS
|
||
|
Runtime (RDTSC) [s] time
|
||
|
CPI PMC1/PMC0
|
||
|
|
||
|
LONG
|
||
|
Formulas:
|
||
|
CPI = CPU_CYCLES/INST_RETIRED
|
||
|
-
|
||
|
This is a metric to determine cycles per instruction.
|
||
|
|