|
1 | 1 | --- |
2 | 2 | description: Metrics automatically logged by W&B. |
3 | 3 | menu: |
4 | | - default: |
| 4 | + reference: |
5 | 5 | identifier: system-metrics |
6 | | - parent: settings |
| 6 | + parent: reference |
7 | 7 | title: System metrics |
8 | | -weight: 70 |
| 8 | +weight: 50 |
9 | 9 | --- |
10 | 10 |
|
11 | 11 | This page provides detailed information about the system metrics that are tracked by the W&B SDK. |
@@ -147,35 +147,35 @@ W&B assigns a `gpu.{gpu_index}.powerPercent` tag to this metric. |
147 | 147 | ### GPU SM Clock Speed |
148 | 148 | Represents the clock speed of the Streaming Multiprocessor (SM) on the GPU in MHz. This metric is indicative of the processing speed within the GPU cores responsible for computation tasks. |
149 | 149 |
|
150 | | -W&B assigns a `gpu.{gpu_index}.smClock` tag to this metric. |
| 150 | +W&B assigns a `gpu.{gpu_index}.smClock` tag to this metric. |
151 | 151 |
|
152 | 152 | ### GPU Memory Clock Speed |
153 | 153 | Represents the clock speed of the GPU memory in MHz, which influences the rate of data transfer between the GPU memory and processing cores. |
154 | 154 |
|
155 | | -W&B assigns a `gpu.{gpu_index}.memoryClock` tag to this metric. |
| 155 | +W&B assigns a `gpu.{gpu_index}.memoryClock` tag to this metric. |
156 | 156 |
|
157 | 157 | ### GPU Graphics Clock Speed |
158 | 158 |
|
159 | 159 | Represents the base clock speed for graphics rendering operations on the GPU, expressed in MHz. This metric often reflects performance during visualization or rendering tasks. |
160 | 160 |
|
161 | | -W&B assigns a `gpu.{gpu_index}.graphicsClock` tag to this metric. |
| 161 | +W&B assigns a `gpu.{gpu_index}.graphicsClock` tag to this metric. |
162 | 162 |
|
163 | 163 | ### GPU Corrected Memory Errors |
164 | 164 |
|
165 | 165 | Tracks the count of memory errors on the GPU that W&B automatically corrects by error-checking protocols, indicating recoverable hardware issues. |
166 | 166 |
|
167 | | -W&B assigns a `gpu.{gpu_index}.correctedMemoryErrors` tag to this metric. |
| 167 | +W&B assigns a `gpu.{gpu_index}.correctedMemoryErrors` tag to this metric. |
168 | 168 |
|
169 | 169 | ### GPU Uncorrected Memory Errors |
170 | 170 | Tracks the count of memory errors on the GPU that W&B uncorrected, indicating non-recoverable errors which can impact processing reliability. |
171 | 171 |
|
172 | | -W&B assigns a `gpu.{gpu_index}.unCorrectedMemoryErrors` tag to this metric. |
| 172 | +W&B assigns a `gpu.{gpu_index}.unCorrectedMemoryErrors` tag to this metric. |
173 | 173 |
|
174 | 174 | ### GPU Encoder Utilization |
175 | 175 |
|
176 | 176 | Represents the percentage utilization of the GPU's video encoder, indicating its load when encoding tasks (for example, video rendering) are running. |
177 | 177 |
|
178 | | -W&B assigns a `gpu.{gpu_index}.encoderUtilization` tag to this metric. |
| 178 | +W&B assigns a `gpu.{gpu_index}.encoderUtilization` tag to this metric. |
179 | 179 |
|
180 | 180 | <!-- New section --> |
181 | 181 | ## AMD GPU |
|
0 commit comments