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: src/gpu_metrics/dcgm_metrics.csv
+20-25Lines changed: 20 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,26 @@ DCGM_FI_PROF_PIPE_FP16_ACTIVE, gauge, Ratio of cycles the fp16 pipes are activ
121
121
DCGM_FI_PROF_PCIE_TX_BYTES, gauge, The rate of data transmitted over the PCIe bus - including both protocol headers and data payloads - in bytes per second.
122
122
DCGM_FI_PROF_PCIE_RX_BYTES, gauge, The rate of data received over the PCIe bus - including both protocol headers and data payloads - in bytes per second.
123
123
124
+
# Features and modes
125
+
DCGM_FI_DEV_COMPUTE_MODE, gauge, Compute mode
126
+
DCGM_FI_DEV_PERSISTENCE_MODE, gauge, Persistance mode (1 or 0)
127
+
DCGM_FI_DEV_CC_MODE, gauge, ConfidentialCompute/AmpereProtectedMemory status (1 or 0)
0 commit comments