Skip to content

Commit 51304e8

Browse files
authored
[GPUM] added new process level metrics to the GPU metadata.csv (DataDog#20918)
* added new process level metrics to the metadata.csv * fixed sorting
1 parent a7208f7 commit 51304e8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

gpu/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# CHANGELOG - GPU
22

33

4+
## 0.3.0
5+
6+
***Added***:
7+
8+
* Added process-level GPU metrics with PID tags: `gpu.process.sm_active`, `gpu.process.dram_active`, `gpu.process.encoder_utilization`, and `gpu.process.decoder_utilization`.
9+
410
## 0.2.0
511

612
***Removed***:

gpu/metadata.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ gpu.pci.throughput.tx,gauge,,byte,second,Bytes transmitted through PCI to the GP
4545
gpu.performance_state,gauge,,,,Returns the current performance state of the device,0,gpu,performance_state,,
4646
gpu.power.management_limit,gauge,,milliwatt,,Upper boundary for the device power draw.,0,gpu,power.management_limit,,
4747
gpu.power.usage,gauge,,milliwatt,,"Power usage for the GPU device. On GA100 and older architectures this is the instantaneous power at that moment, in newer ones it represents the average power draw over one second",0,gpu,power.usage,,
48+
gpu.process.decoder_utilization,gauge,,percent,,Percentage of time the decoder was active for a specific process,0,gpu,process.decoder_utilization,,
49+
gpu.process.dram_active,gauge,,percent,,Percentage of time the DRAM was active for a specific process,0,gpu,process.dram_active,,
50+
gpu.process.encoder_utilization,gauge,,percent,,Percentage of time the encoder was active for a specific process,0,gpu,process.encoder_utilization,,
51+
gpu.process.sm_active,gauge,,percent,,Percentage of time the streaming multiprocessor was active for a specific process,0,gpu,process.sm_active,,
4852
gpu.remapped_rows.correctable,count,,,,Number of rows remapped due to correctable errors,0,gpu,remapped_rows.correctable,,
4953
gpu.remapped_rows.failed,count,,,,Number of rows that failed remapping,0,gpu,remapped_rows.failed,,
5054
gpu.remapped_rows.pending,count,,,,Number of rows pending remapping,0,gpu,remapped_rows.pending,,

0 commit comments

Comments
 (0)