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
@@ -19,9 +19,9 @@ gpu.decoder_utilization,gauge,,percent,,Percentage of time the decoder was activ
19
19
gpu.device.total,gauge,15,,,Number of GPU devices found in the host,0,gpu,device.total,,
20
20
gpu.dram_active,gauge,,percent,,Percentage of time the DRAM was active,0,gpu,dram_active,,
21
21
gpu.encoder_utilization,gauge,,percent,,Percentage of time the encoder was active,0,gpu,encoder_utilization,,
22
-
gpu.errors.ecc.corrected.total,count,,,,Total count of corrected ECC errors,0,gpu,errors.ecc.corrected.total,,
23
-
gpu.errors.ecc.uncorrected.total,count,,,,Total count of uncorrected ECC errors,0,gpu,errors.ecc.uncorrected.total,,
24
-
gpu.errors.xid.total,count,,,,Total count of Xid errors,0,gpu,errors.xid.total,,
22
+
gpu.errors.ecc.corrected.total,gauge,,,,Total count of corrected ECC errors,0,gpu,errors.ecc.corrected.total,,
23
+
gpu.errors.ecc.uncorrected.total,gauge,,,,Total count of uncorrected ECC errors,0,gpu,errors.ecc.uncorrected.total,,
24
+
gpu.errors.xid.total,gauge,,,,Total count of Xid errors,0,gpu,errors.xid.total,,
25
25
gpu.fan_speed,gauge,,percent,,Configured fan speed as a percentage of its maximum,0,gpu,fan_speed,,
26
26
gpu.fp16_active,gauge,,percent,,Percentage of the time that the 16-bit floating point calculation engine was active. Only for Hopper and newer GPUs,0,gpu,fp16_active,,
27
27
gpu.fp32_active,gauge,,percent,,Percentage of the time that the 32-bit floating point calculation engine was active. Only for Hopper and newer GPUs,0,gpu,fp32_active,,
0 commit comments