You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gpu/metadata.csv
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ gpu.clock.throttle_reasons.display_clock_setting,gauge,,,,GPU clocks that are th
12
12
gpu.clock.throttle_reasons.gpu_idle,gauge,,,,GPU clocks that are throttled due to the GPU being idle,0,gpu,clock.throttle_reasons.gpu_idle,,
13
13
gpu.clock.throttle_reasons.none,gauge,,,,GPU clocks that are not throttled,0,gpu,clock.throttle_reasons.none,,
14
14
gpu.clock.throttle_reasons.sw_power_cap,gauge,,,,GPU clocks that are throttled to avoid exceeding power limits,0,gpu,clock.throttle_reasons.sw_power_cap,,
15
-
gpu.clock.throttle_reasons.sw_thermal_slowdown,gauge,,,,GPU clocks that are throttled to avoid exceeding temperaturelimits,0,gpu,clock.throttle_reasons.sw_thermal_slowdown,,
15
+
gpu.clock.throttle_reasons.sw_thermal_slowdown,gauge,,,,GPU clocks that are throttled to avoid exceeding temperature limits,0,gpu,clock.throttle_reasons.sw_thermal_slowdown,,
16
16
gpu.clock.throttle_reasons.sync_boost,gauge,,,,GPU clocks that are throttled to match clock speed of another GPU in the current sync boost group,0,gpu,clock.throttle_reasons.sync_boost,,
17
17
gpu.core.limit,gauge,,core,,Number of GPU cores that the process/container/device has available,0,gpu,core.limit,,
18
18
gpu.decoder_utilization,gauge,,percent,,Percentage of time the decoder was active,0,gpu,decoder_utilization,,
@@ -48,8 +48,8 @@ gpu.nvlink.throughput.data.tx,gauge,,kilobyte,second,TX data throughput of all N
48
48
gpu.nvlink.throughput.raw.rx,gauge,,kilobyte,second,RX raw throughput of all NVLINK links,0,gpu,nvlink.throughput.raw.rx,,
49
49
gpu.nvlink.throughput.raw.tx,gauge,,kilobyte,second,TX raw throughput of all NVLINK links,0,gpu,nvlink.throughput.raw.tx,,
gpu.pci.throughput.rx,gauge,,byte,second,Bytes received through PCI from the GPU device per second,0,gpu,pci.throughput.rx,,
52
-
gpu.pci.throughput.tx,gauge,,byte,second,Bytes transmitted through PCI to the GPU device per second,0,gpu,pci.throughput.tx,,
51
+
gpu.pci.throughput.rx,gauge,,byte,second,Bytes received through PCI to the GPU device per second,0,gpu,pci.throughput.rx,,
52
+
gpu.pci.throughput.tx,gauge,,byte,second,Bytes transmitted through PCI from the GPU device per second,0,gpu,pci.throughput.tx,,
53
53
gpu.performance_state,gauge,,,,Returns the current performance state of the device,0,gpu,performance_state,,
54
54
gpu.power.management_limit,gauge,,milliwatt,,Upper boundary for the device power draw.,0,gpu,power.management_limit,,
55
55
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,,
0 commit comments