mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-14 05:57:25 +01:00
22 lines
460 B
Plaintext
22 lines
460 B
Plaintext
|
SHORT TLB miss rate
|
||
|
|
||
|
EVENTSET
|
||
|
FIXC0 INSTR_RETIRED_ANY
|
||
|
FIXC1 CPU_CLK_UNHALTED_CORE
|
||
|
PMC0 DATA_TLB_MISSES_DTLB_MISS
|
||
|
|
||
|
METRICS
|
||
|
Runtime (RDTSC) [s] time
|
||
|
Runtime unhalted [s] FIXC1*inverseClock
|
||
|
CPI FIXC1/FIXC0
|
||
|
DTLB misses PMC0
|
||
|
DTLB miss rate PMC0/FIXC0
|
||
|
|
||
|
LONG
|
||
|
Formulas:
|
||
|
DTLB misses = DATA_TLB_MISSES_DTLB_MISS
|
||
|
DTLB miss rate = DATA_TLB_MISSES_DTLB_MISS/INSTR_RETIRED_ANY
|
||
|
--
|
||
|
The DTLB miss rate gives a measure how often a TLB miss occurred per instruction.
|
||
|
|