Intel® Xeon® Processor E5-2600 Product Family Uncore Performance Monitoring
32
Reference Number: 327043-001
2.3.6
CBO Box Common Metrics (Derived Events)
The following table summarizes metrics commonly calculated from CBO Box events.
RxR_ISMQ_RETRY
0x33
0-1
1
ISMQ Retries
LLC_LOOKUP
0x34
0-1
1
Cache Lookups
TOR_INSERTS
0x35
0-1
1
TOR Inserts
TOR_OCCUPANCY
0x36
0
20
TOR Occupancy
LLC_VICTIMS
0x37
0-1
1
Lines Victimized
MISC
0x39
0-1
1
Cbo Misc
Table 2-15. Metrics Derived from CBO Events (Sheet 1 of 3)
Symbol Name:
Definition
Equation
AVG_INGRESS_DEPTH:
Average Depth of the Ingress Queue
through the sample interval
RxR_OCCUPANCY.IRQ / SAMPLE_INTERVAL
AVG_INGRESS_LATENCY:
Average Latency of Requests through the
Ingress Queue in Uncore Clocks
RxR_OCCUPANCY.IRQ / RxR_INSERTS.IRQ
AVG_INGRESS_LATENCY_WHEN_NE:
Average Latency of Requests through the
Ingress Queue in Uncore Clocks when Ingress
Queue has at least one entry
RxR_OCCUPANCY.IRQ /
COUNTER0.OCCUPANCY{edge_det,thresh=0x1}
AVG_TOR_DRDS_MISS_WHEN_NE:
Average Number of Data Read Entries that
Miss the LLC when the TOR is not empty.
(TOR_OCCUPANCY.MISS_OPCODE /
COUNTER0_OCCUPANCY{edge_det,thresh=0x1}))
with:Cn_MSR_PMON_BOX_FILTER.opc=0x182
AVG_TOR_DRDS_WHEN_NE:
Average Number of Data Read Entries when
the TOR is not empty.
(TOR_OCCUPANCY.OPCODE /
COUNTER0_OCCUPANCY{edge_det,thresh=0x1})
with:Cn_MSR_PMON_BOX_FILTER.opc=0x182
AVG_TOR_DRD_HIT_LATENCY:
Average Latency of Data Reads through the
TOR that hit the LLC
((TOR_OCCUPANCY.OPCODE -
TOR_OCCUPANCY.MISS_OPCODE) / (TOR_INSERTS.OPCODE -
TOR_INSERTS.MISS_OPCODE))
with:Cn_MSR_PMON_BOX_FILTER.opc=0x182
AVG_TOR_DRD_LATENCY:
Average Latency of Data Read Entries
making their way through the TOR
(TOR_OCCUPANCY.OPCODE / TOR_INSERTS.OPCODE)
with:Cn_MSR_PMON_BOX_FILTER.opc=0x182
AVG_TOR_DRD_LOC_MISS_LATENCY:
Average Latency of Data Reads through the
TOR that miss the LLC and were satsified by
Locally HOMed Memory. Only valid at
processor level == don't add counts across
Cbos. NOTE: Count imperfect. Will be
polluted by remote hits where memory's
home node is local memory.
(TOR_OCCUPANCY.MISS_OPCODE /
TOR_INSERTS.MISS_OPCODE)
with:Cn_MSR_PMON_BOX_FILTER.{opc,nid}={0x182,my_node
}
AVG_TOR_DRD_MISS_LATENCY:
Average Latency of Data Reads through the
TOR that miss the LLC
(TOR_OCCUPANCY.MISS_OPCODE /
TOR_INSERTS.MISS_OPCODE)
with:Cn_MSR_PMON_BOX_FILTER.opc=0x182
Table 2-14. Performance Monitor Events for CBO (Sheet 2 of 2)
Symbol Name
Event
Code
Ctrs
Max
Inc/
Cyc
Description