subsetchen commited on
Commit
0cc698f
·
verified ·
1 Parent(s): 731dd74

Create MetricsDescription.md

Browse files
Files changed (1) hide show
  1. MetricsDescription.md +471 -0
MetricsDescription.md ADDED
@@ -0,0 +1,471 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Metrics Description
2
+
3
+ ## Perf (CPU perf & related)
4
+
5
+ Perf:Branches.*[count]
6
+
7
+ Perf:Branch_Misses.*[count]
8
+
9
+ Perf:Cycles.*[count]
10
+
11
+ Perf:Instructions.*[count]
12
+
13
+ Perf:IPC.*[-]
14
+
15
+ Perf:BranchUtilization.*[%]
16
+
17
+ Perf:CacheUtilization.*[%]
18
+
19
+ Perf:StallRatio.*[%]
20
+
21
+ Perf:OccupancyRatio.*[%]
22
+
23
+ ## Memory (from perf & Memory)
24
+
25
+ Perf:Cache_Misses.*[count]
26
+
27
+ Perf:Cache_References.*[count]
28
+
29
+ Perf:Cycle_activity_cycles_l3_miss.*[count]
30
+
31
+ Perf:Cycle_activity_stalls_l3_miss.*[count]
32
+
33
+ Perf:Hle_retired_aborted.*[count]
34
+
35
+ Perf:Hle_retired_commit.*[count]
36
+
37
+ Perf:Mem_trans_retired_load_latency_gt_128.*[count]
38
+
39
+ Perf:Mem_trans_retired_load_latency_gt_256.*[count]
40
+
41
+ Perf:Mem-loads.*[count]
42
+
43
+ Perf:Mem-stores.*[count]
44
+
45
+ Memory:Active.*[kB]
46
+
47
+ Memory:AnonHugePages.*[kB]
48
+
49
+ Memory:AnonPages.*[kB]
50
+
51
+ Memory:Bounce.*[kB]
52
+
53
+ Memory:Buffers.*[kB]
54
+
55
+ Memory:Cached.*[kB]
56
+
57
+ Memory:CommitLimit.*[kB]
58
+
59
+ Memory:Committed_AS.*[kB]
60
+
61
+ Memory:DirectMap1G.*[kB]
62
+
63
+ Memory:DirectMap2M.*[kB]
64
+
65
+ Memory:DirectMap4k.*[kB]
66
+
67
+ Memory:Dirty.*[kB]
68
+
69
+ Memory:HardwareCorrupted.*[kB]
70
+
71
+ Memory:Hugepagesize.*[kB]
72
+
73
+ Memory:Hugetlb.*[kB]
74
+
75
+ Memory:Inactive.*[kB]
76
+
77
+ Memory:KReclaimable.*[kB]
78
+
79
+ Memory:KernelStack.*[kB]
80
+
81
+ Memory:Mapped.*[kB]
82
+
83
+ Memory:MemAvailable.*[kB]
84
+
85
+ Memory:MemFree.*[kB]
86
+
87
+ Memory:MemTotal.*[kB]
88
+
89
+ Memory:Mlocked.*[kB]
90
+
91
+ Memory:NFS_Unstable.*[kB]
92
+
93
+ Memory:PageTables.*[kB]
94
+
95
+ Memory:SReclaimable.*[kB]
96
+
97
+ Memory:SUnreclaim.*[kB]
98
+
99
+ Memory:Shmem.*[kB]
100
+
101
+ Memory:ShmemHugePages.*[kB]
102
+
103
+ Memory:ShmemPmdMapped.*[kB]
104
+
105
+ Memory:Slab.*[kB]
106
+
107
+ Memory:SwapCached.*[kB]
108
+
109
+ Memory:SwapFree.*[kB]
110
+
111
+ Memory:SwapTotal.*[kB]
112
+
113
+ Memory:Unevictable.*[kB]
114
+
115
+ Memory:VmallocChunk.*[kB]
116
+
117
+ Memory:VmallocTotal.*[kB]
118
+
119
+ Memory:VmallocUsed.*[kB]
120
+
121
+ Memory:Writeback.*[kB]
122
+
123
+ Memory:WritebackTmp.*[kB]
124
+
125
+ Memory:MemoryUtilization.*[%]
126
+
127
+ ## Turbostat (per-core / package readings and derived)
128
+
129
+ ### Avg_MHz (per-core)
130
+
131
+ Turbostat:Avg_MHz.<n>.*[MHz]
132
+
133
+ Turbostat:Avg_MHz.-.*[MHz]
134
+
135
+ ### Busy% (per-core)
136
+
137
+ Turbostat:Busy%.<n>.*[%]
138
+
139
+ Turbostat:Busy%.-.*[%]
140
+
141
+ ### Bzy_MHz (per-core)
142
+
143
+ Turbostat:Bzy_MHz.<n>.*[MHz]
144
+
145
+ Turbostat:Bzy_MHz.-.*[MHz]
146
+
147
+ ### TSC_MHz (per-core)
148
+
149
+ Turbostat:TSC_MHz.<n>.*[MHz]
150
+
151
+ Turbostat:TSC_MHz.-.*[MHz]
152
+
153
+ ### IRQ (per-core)
154
+
155
+ Turbostat:IRQ.<n>.*[count]
156
+
157
+ Turbostat:IRQ.-.*[count]
158
+
159
+ ### SMI (per-core)
160
+
161
+ Turbostat:SMI.<n>.*[count]
162
+
163
+ Turbostat:SMI.-.*[count]
164
+
165
+ ### CPU C-state residency (per-core)
166
+
167
+ Turbostat:CPU%c1.<n>.*[%]
168
+
169
+ Turbostat:CPU%c1.-.*[%]
170
+
171
+ Turbostat:CPU%c6.<n>.*[%]
172
+
173
+ Turbostat:CPU%c6.-.*[%]
174
+
175
+ ### Core & Package temps / power / package state / utilization
176
+
177
+ Turbostat:CoreTmp.<n>.*[C]
178
+
179
+ Turbostat:CoreTmp.-.*[C]
180
+
181
+ Turbostat:PkgTmp.<n>.*[C]
182
+
183
+ Turbostat:PkgTmp.<n>.*[C]
184
+
185
+ Turbostat:PkgTmp.-.*[C]
186
+
187
+ Turbostat:Pkg%pc2.<n>.*[%]
188
+
189
+ Turbostat:Pkg%pc2.<n>.*[%]
190
+
191
+ Turbostat:Pkg%pc2.-.*[%]
192
+
193
+ Turbostat:Pkg%pc6.<n>.*[%]
194
+
195
+ Turbostat:Pkg%pc6.<n>.*[%]
196
+
197
+ Turbostat:Pkg%pc6.-.*[%]
198
+
199
+ Turbostat:PkgWatt.<n>.*[W]
200
+
201
+ Turbostat:PkgWatt.<n>.*[W]
202
+
203
+ Turbostat:PkgWatt.-.*[W]
204
+
205
+ Turbostat:RAMWatt.<n>.*[W]
206
+
207
+ Turbostat:RAMWatt.<n>.*[W]
208
+
209
+ Turbostat:RAMWatt.-.*[W]
210
+
211
+ Turbostat:PKG_%.<n>.*[%]
212
+
213
+ Turbostat:PKG_%.<n>.*[%]
214
+
215
+ Turbostat:PKG_%.-.*[%]
216
+
217
+ Turbostat:RAM_%.<n>.*[%]
218
+
219
+ Turbostat:RAM_%.<n>.*[%]
220
+
221
+ Turbostat:RAM_%.-.*[%]
222
+
223
+ Note: Some fields in the header appear with specific core numbers (e.g., .0, .24); in the README, <n> is used to represent any core number. In the actual data file, please replace <n> with the actual core number.
224
+
225
+ ### CPU utilization (per CPU core & average)
226
+
227
+ CPU:CPU<n>Utilization.*[%] — Where <n> is the core number (CPU0..CPU47 appears in the example header, and the order may not be consistent).
228
+
229
+ AverageCPUUtilization.*[%]
230
+
231
+ ### Storage (from Storage: prefix)
232
+
233
+ Storage:reads_completed_successfully.*[count]
234
+
235
+ Storage:reads_merged.*[count]
236
+
237
+ Storage:sectors_read.*[sectors]
238
+
239
+ Storage:writes_completed.*[count]
240
+
241
+ Storage:writes_merged.*[count]
242
+
243
+ Storage:sectors_written.*[sectors]
244
+
245
+ Storage:discards_completed_successfully.*[count]
246
+
247
+ Storage:discards_merged.*[count]
248
+
249
+ Storage:sectors_discarded.*[sectors]
250
+
251
+ Storage:time_spent_reading_(ms).* [ms]
252
+
253
+ Storage:time_spent_writing_(ms).* [ms]
254
+
255
+ Storage:I/Os_currently_in_progress.*[count]
256
+
257
+ Storage:time_spent_doing_I/Os_(ms).* [ms]
258
+
259
+ Storage:weighted_time_spent_doing_I/Os_(ms).* [ms]
260
+
261
+ Storage:time_spent_discarding.*[ms]
262
+
263
+ ## GPU (device-specific fields; device index replaced by <n>)
264
+
265
+ ### Device-specific fields (GPU index <n>):
266
+
267
+ GPU: pcie.link.gen.current.<n>.*[generation]
268
+
269
+ GPU: pcie.link.width.current.<n>.*[lanes]
270
+
271
+ GPU: accounting.buffer_size.<n>.*[MB]
272
+
273
+ GPU: fan.speed.<n>.*[%]
274
+
275
+ GPU: memory.used.<n>.*[MiB]
276
+
277
+ GPU: memory.free.<n>.*[MiB]
278
+
279
+ GPU: utilization.gpu.<n>.*[%]
280
+
281
+ GPU: utilization.memory.<n>.*[%]
282
+
283
+ GPU: utilization.encoder.<n>.*[%]
284
+
285
+ GPU: utilization.decoder.<n>.*[%]
286
+
287
+ GPU: utilization.jpeg.<n>.*[%]
288
+
289
+ GPU: utilization.ofa.<n>.*[%]
290
+
291
+ GPU: encoder.stats.sessionCount.<n>.*[count]
292
+
293
+ GPU: encoder.stats.averageFps.<n>.*[fps]
294
+
295
+ GPU: encoder.stats.averageLatency.<n>.*[ms]
296
+
297
+ ### ECC / error counters (per device <n>):
298
+
299
+ GPU: ecc.errors.corrected.volatile.device_memory.<n>.*[count]
300
+
301
+ GPU: ecc.errors.corrected.volatile.dram.<n>.*[count]
302
+
303
+ GPU: ecc.errors.corrected.volatile.register_file.<n>.*[count]
304
+
305
+ GPU: ecc.errors.corrected.volatile.l1_cache.<n>.*[count]
306
+
307
+ GPU: ecc.errors.corrected.volatile.l2_cache.<n>.*[count]
308
+
309
+ GPU: ecc.errors.corrected.volatile.texture_memory.<n>.*[count]
310
+
311
+ GPU: ecc.errors.corrected.volatile.cbu.<n>.*[count]
312
+
313
+ GPU: ecc.errors.corrected.volatile.sram.<n>.*[count]
314
+
315
+ GPU: ecc.errors.corrected.volatile.total.<n>.*[count]
316
+
317
+ GPU: ecc.errors.corrected.aggregate.device_memory.<n>.*[count]
318
+
319
+ GPU: ecc.errors.corrected.aggregate.dram.<n>.*[count]
320
+
321
+ GPU: ecc.errors.corrected.aggregate.register_file.<n>.*[count]
322
+
323
+ GPU: ecc.errors.corrected.aggregate.l1_cache.<n>.*[count]
324
+
325
+ GPU: ecc.errors.corrected.aggregate.l2_cache.<n>.*[count]
326
+
327
+ GPU: ecc.errors.corrected.aggregate.texture_memory.<n>.*[count]
328
+
329
+ GPU: ecc.errors.corrected.aggregate.cbu.<n>.*[count]
330
+
331
+ GPU: ecc.errors.corrected.aggregate.sram.<n>.*[count]
332
+
333
+ GPU: ecc.errors.corrected.aggregate.total.<n>.*[count]
334
+
335
+ GPU: ecc.errors.uncorrected.volatile.device_memory.<n>.*[count]
336
+
337
+ GPU: ecc.errors.uncorrected.volatile.dram.<n>.*[count]
338
+
339
+ GPU: ecc.errors.uncorrected.volatile.register_file.<n>.*[count]
340
+
341
+ GPU: ecc.errors.uncorrected.volatile.l1_cache.<n>.*[count]
342
+
343
+ GPU: ecc.errors.uncorrected.volatile.l2_cache.<n>.*[count]
344
+
345
+ GPU: ecc.errors.uncorrected.volatile.texture_memory.<n>.*[count]
346
+
347
+ GPU: ecc.errors.uncorrected.volatile.cbu.<n>.*[count]
348
+
349
+ GPU: ecc.errors.uncorrected.volatile.sram.<n>.*[count]
350
+
351
+ GPU: ecc.errors.uncorrected.volatile.total.<n>.*[count]
352
+
353
+ GPU: ecc.errors.uncorrected.aggregate.device_memory.<n>.*[count]
354
+
355
+ GPU: ecc.errors.uncorrected.aggregate.dram.<n>.*[count]
356
+
357
+ GPU: ecc.errors.uncorrected.aggregate.register_file.<n>.*[count]
358
+
359
+ GPU: ecc.errors.uncorrected.aggregate.l1_cache.<n>.*[count]
360
+
361
+ GPU: ecc.errors.uncorrected.aggregate.l2_cache.<n>.*[count]
362
+
363
+ GPU: ecc.errors.uncorrected.aggregate.texture_memory.<n>.*[count]
364
+
365
+ GPU: ecc.errors.uncorrected.aggregate.cbu.<n>.*[count]
366
+
367
+ GPU: ecc.errors.uncorrected.aggregate.sram.<n>.*[count]
368
+
369
+ GPU: ecc.errors.uncorrected.aggregate.total.<n>.*[count]
370
+
371
+ ### Retired pages / reliability
372
+
373
+ GPU: retired_pages.sbe.<n>.*[count]
374
+
375
+ GPU: retired_pages.dbe.<n>.*[count]
376
+
377
+ GPU: retired_pages.pending.<n>.*[count]
378
+
379
+ ### Temperature / Power / Clocks / Protected memory
380
+
381
+ GPU: temperature.gpu.<n>.*[C]
382
+
383
+ GPU: temperature.memory.<n>.*[C]
384
+
385
+ GPU: power.draw.<n>.*[W]
386
+
387
+ GPU: power.draw.average.<n>.*[W]
388
+
389
+ GPU: power.draw.instant.<n>.*[W]
390
+
391
+ GPU: clocks.current.graphics.<n>.*[MHz]
392
+
393
+ GPU: clocks.current.sm.<n>.*[MHz]
394
+
395
+ GPU: clocks.current.memory.<n>.*[MHz]
396
+
397
+ GPU: clocks.current.video.<n>.*[MHz]
398
+
399
+ GPU: protected_memory.total.<n>.*[MiB]
400
+
401
+ GPU: protected_memory.used.<n>.*[MiB]
402
+
403
+ GPU: protected_memory.free.<n>.*[MiB]
404
+
405
+ ## Network (NetworkInterStat_diff: for interfaces; <Interface> is a placeholder)
406
+
407
+ ### Per-interface fields (Use <Interface> instead of the actual interface name)
408
+
409
+ NetworkInterStat_diff:rx_bytes.<Interface>.*[Bytes]
410
+
411
+ NetworkInterStat_diff:rx_packets.<Interface>.*[count]
412
+
413
+ NetworkInterStat_diff:rx_errs.<Interface>.*[count]
414
+
415
+ NetworkInterStat_diff:rx_drop.<Interface>.*[count]
416
+
417
+ NetworkInterStat_diff:rx_fifo.<Interface>.*[count]
418
+
419
+ NetworkInterStat_diff:rx_frame.<Interface>.*[count]
420
+
421
+ NetworkInterStat_diff:rx_compressed.<Interface>.*[count]
422
+
423
+ NetworkInterStat_diff:rx_multicast.<Interface>.*[count]
424
+
425
+ NetworkInterStat_diff:tx_bytes.<Interface>.*[Bytes]
426
+
427
+ NetworkInterStat_diff:tx_packets.<Interface>.*[count]
428
+
429
+ NetworkInterStat_diff:tx_errs.<Interface>.*[count]
430
+
431
+ NetworkInterStat_diff:tx_drop.<Interface>.*[count]
432
+
433
+ NetworkInterStat_diff:tx_fifo.<Interface>.*[count]
434
+
435
+ NetworkInterStat_diff:tx_colls.<Interface>.*[count]
436
+
437
+ NetworkInterStat_diff:tx_carrier.<Interface>.*[count]
438
+
439
+ NetworkInterStat_diff:tx_compressed.<Interface>.*[count]
440
+
441
+ Network utilization aggregated (per-interface)
442
+
443
+ NetworkInterStat_diff:NetworkUtilization.<Interface>.*[%]
444
+
445
+ ### Network protocol / connection counts
446
+
447
+ NetworkProtocolCounts:TCP.*[count]
448
+
449
+ NetworkProtocolCounts:UDP.*[count]
450
+
451
+ NetworkProtocolCounts:UNIX.*[count]
452
+
453
+ NetworkProtocolCounts:RAW.*[count]
454
+
455
+ NetworkProtocolCounts:DCCP.*[count]
456
+
457
+ NetworkProtocolCounts:SCTP.*[count]
458
+
459
+ NetworkProtocolCounts:local_to.*[count]
460
+
461
+ NetworkProtocolCounts:to_local.*[count]
462
+
463
+ NetworkProtocolCounts:total_connections.*[count]
464
+
465
+ ### Network TCP retransmission metrics
466
+
467
+ NetworkTCPRetrans_diff:TcpRetransSegs.*[count]
468
+
469
+ NetworkTCPRetrans_diff:TcpExtTCPSynRetrans.*[count]
470
+
471
+ NetworkTCPRetrans_diff:TcpExtTCPLostRetransmit.*[count]