mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
26 lines
571 B
Plaintext
26 lines
571 B
Plaintext
|
SHORT Scheduler Ports
|
||
|
|
||
|
EVENTSET
|
||
|
FIXC0 INSTR_RETIRED_ANY
|
||
|
FIXC1 CPU_CLK_UNHALTED_CORE
|
||
|
FIXC2 CPU_CLK_UNHALTED_REF
|
||
|
PMC0 UOPS_EXECUTED_PORT0
|
||
|
PMC1 UOPS_EXECUTED_PORT1
|
||
|
PMC2 UOPS_EXECUTED_PORT5
|
||
|
|
||
|
METRICS
|
||
|
Runtime (RDTSC) [s] time
|
||
|
Runtime unhalted [s] FIXC1*inverseClock
|
||
|
Clock [MHz] 1.E-06*(FIXC1/FIXC2)/inverseClock
|
||
|
CPI FIXC1/FIXC0
|
||
|
Ratio Port 1 PMC1/PMC0
|
||
|
Ratio Port 5 PMC2/PMC0
|
||
|
|
||
|
LONG
|
||
|
Formulas:
|
||
|
Ratio Port 1 = UOPS_EXECUTED_PORT1/UOPS_EXECUTED_PORT0
|
||
|
Ratio Port 5 = UOPS_EXECUTED_PORT5/UOPS_EXECUTED_PORT0
|
||
|
-
|
||
|
Measures how many instructions were scheduled on which issue port.
|
||
|
|