master
md 113 lines 2.62 KB
Rendered Raw
1 <!--startmeta
2 custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/collectors/proc.plugin/integrations/amd_gpu.md"
3 meta_yaml: "https://github.com/netdata/netdata/edit/master/src/collectors/proc.plugin/metadata.yaml"
4 sidebar_label: "AMD GPU"
5 learn_status: "Published"
6 learn_rel_path: "Collecting Metrics/Collectors/Hardware and Sensors"
7 keywords: ['amd', 'gpu', 'hardware']
8 message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE"
9 endmeta-->
10
11 # AMD GPU
12
13
14 <img src="https://netdata.cloud/img/amd.svg" width="150"/>
15
16
17 Plugin: proc.plugin
18 Module: /sys/class/drm
19
20 <img src="https://img.shields.io/badge/maintained%20by-Netdata-%2300ab44" />
21
22 ## Overview
23
24 This integration monitors AMD GPU metrics, such as utilization, clock frequency and memory usage.
25
26 It reads `/sys/class/drm` to collect metrics for every AMD GPU card instance it encounters.
27
28 This collector is only supported on the following platforms:
29
30 - Linux
31
32 This collector supports collecting metrics from multiple instances of this integration, including remote instances.
33
34
35 ### Default Behavior
36
37 #### Auto-Detection
38
39 This integration doesn't support auto-detection.
40
41 #### Limits
42
43 The default configuration for this integration does not impose any limits on data collection.
44
45 #### Performance Impact
46
47 The default configuration for this integration is not expected to impose a significant performance impact on the system.
48
49 ## Setup
50
51
52 ### Prerequisites
53
54 No action required.
55
56 ### Configuration
57
58 #### Options
59
60
61
62 There are no configuration options.
63
64
65
66 #### via File
67
68 There is no configuration file.
69
70 ##### Examples
71 There are no configuration examples.
72
73
74
75 ## Alerts
76
77 There are no alerts configured by default for this integration.
78
79
80 ## Metrics
81
82 Metrics grouped by *scope*.
83
84 The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.
85
86
87
88 ### Per gpu
89
90 These metrics refer to the GPU.
91
92 Labels:
93
94 | Label | Description |
95 |:-----------|:----------------|
96 | product_name | GPU product name (e.g. AMD RX 6600) |
97
98 Metrics:
99
100 | Metric | Dimensions | Unit |
101 |:------|:----------|:----|
102 | amdgpu.gpu_utilization | utilization | percentage |
103 | amdgpu.gpu_mem_utilization | utilization | percentage |
104 | amdgpu.gpu_clk_frequency | frequency | MHz |
105 | amdgpu.gpu_mem_clk_frequency | frequency | MHz |
106 | amdgpu.gpu_mem_vram_usage_perc | usage | percentage |
107 | amdgpu.gpu_mem_vram_usage | free, used | bytes |
108 | amdgpu.gpu_mem_vis_vram_usage_perc | usage | percentage |
109 | amdgpu.gpu_mem_vis_vram_usage | free, used | bytes |
110 | amdgpu.gpu_mem_gtt_usage_perc | usage | percentage |
111 | amdgpu.gpu_mem_gtt_usage | free, used | bytes |
112
113