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

Update MetricsDescription.md

Browse files
Files changed (1) hide show
  1. MetricsDescription.md +113 -113
MetricsDescription.md CHANGED
@@ -128,103 +128,103 @@ Memory:MemoryUtilization.*[%]
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
 
@@ -260,187 +260,187 @@ 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
 
 
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
 
 
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