mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-25 19:43:00 +02:00
Add likwid collector
This commit is contained in:
20
collectors/likwid/groups/nvidia_gpu_cc_lt_7/DATA.txt
Normal file
20
collectors/likwid/groups/nvidia_gpu_cc_lt_7/DATA.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
SHORT Load to store ratio
|
||||
|
||||
EVENTSET
|
||||
GPU0 GLOBAL_LOAD
|
||||
GPU1 GLOBAL_STORE
|
||||
GPU2 INST_EXECUTED
|
||||
GPU3 ACTIVE_CYCLES
|
||||
|
||||
METRICS
|
||||
Runtime (RDTSC) [s] time
|
||||
CPI GPU3/GPU2
|
||||
Load to store ratio GPU0/GPU1
|
||||
|
||||
LONG
|
||||
Formulas:
|
||||
CPI = ACTIVE_CYCLES/INST_EXECUTED
|
||||
Load to store ratio = GENERIC_LOAD/GENERIC_STORE
|
||||
-
|
||||
This is a metric to determine your load to store ratio.
|
||||
|
Reference in New Issue
Block a user