mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-08 03:53:01 +02:00
Add likwid collector
This commit is contained in:
17
collectors/likwid/groups/phi/MEM4.txt
Normal file
17
collectors/likwid/groups/phi/MEM4.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
SHORT L2 victom requests
|
||||
|
||||
EVENTSET
|
||||
PMC0 L2_VICTIM_REQ_WITH_DATA
|
||||
|
||||
METRICS
|
||||
Runtime (RDTSC) [s] time
|
||||
Victim bandwidth [MBytes/s] 1.0E-06*PMC0*64.0/time
|
||||
Victim data volume [GBytes] 1.0E-09*PMC0*64.0
|
||||
|
||||
LONG
|
||||
Formulas:
|
||||
Victim bandwidth [MBytes/s] = 1.0E-06*L2_VICTIM_REQ_WITH_DATA*64.0/time
|
||||
Victim data volume [GBytes] = 1.0E-09*L2_VICTIM_REQ_WITH_DATA*64.0
|
||||
-
|
||||
Data volume and bandwidth caused by cache line victims.
|
||||
|
Reference in New Issue
Block a user