@cryptotaxi247 / netdata-1 / commits / 874fd998a

add metrics.csv to perf.plugin (#14973)

Ilya Mashchenko committed Apr 26, 2023 at 17:26 UTC 874fd998aaadc4e4940f3873f7ec8edc9d4d57d6
1 file changed +18
collectors/perf.plugin/metrics.csv new
+18
@@ -0,0 +1,18 @@
1 +metric,scope,dimensions,unit,description,chart_type,labels,plugin,module
2 +perf.cpu_cycles,,"cpu, ref_cpu",cycles/s,"CPU cycles",line,,perf.plugin,
3 +perf.instructions,,instructions,instructions/s,"Instructions",line,,perf.plugin,
4 +perf.instructions_per_cycle,,ipc,instructions/cycle,"Instructions per Cycle(IPC)",line,,perf.plugin,
5 +perf.branch_instructions,,"instructions, misses",instructions/s,"Branch instructions",line,,perf.plugin,
6 +perf.cache,,"references, misses",operations/s,"Cache operations",line,,perf.plugin,
7 +perf.bus_cycles,,bus,cycles/s,"Bus cycles",line,,perf.plugin,
8 +perf.stalled_cycles,,"frontend, backend",cycles/s,"Stalled frontend and backend cycles",line,,perf.plugin,
9 +perf.migrations,,migrations,migrations,"CPU migrations",line,,perf.plugin,
10 +perf.alignment_faults,,faults,faults,"Alignment faults",line,,perf.plugin,
11 +perf.emulation_faults,,faults,faults,"Emulation faults",line,,perf.plugin,
12 +perf.l1d_cache,,"read_access, read_misses, write_access, write_misses",events/s,"L1D cache operations",line,,perf.plugin,
13 +perf.l1d_cache_prefetch,,prefetches,prefetches/s,"L1D prefetch cache operations",line,,perf.plugin,
14 +perf.l1i_cache,,"read_access, read_misses",events/s,"L1I cache operations",line,,perf.plugin,
15 +perf.ll_cache,,"read_access, read_misses, write_access, write_misses",events/s,"LL cache operations",line,,perf.plugin,
16 +perf.dtlb_cache,,"read_access, read_misses, write_access, write_misses",events/s,"DTLB cache operations",line,,perf.plugin,
17 +perf.itlb_cache,,"read_access, read_misses",events/s,"ITLB cache operations",line,,perf.plugin,
18 +perf.pbu_cache,,read_access,events/s,"PBU cache operations",line,,perf.plugin,
\ No newline at end of file