Both sides previous revisionPrevious revisionNext revision | Previous revision |
ubuntu:gpu:amd_gpu:monitor:manually [2023/06/05 16:06] – peter | ubuntu:gpu:amd_gpu:monitor:manually [2023/06/08 13:02] (current) – peter |
---|
====== Ubuntu - GPU - AMD GPU - Monitor - Manually ====== | ====== Ubuntu - GPU - AMD GPU - Monitor - Manually ====== |
| |
[[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU P-states|Check the GPU P-states]] | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the Current Link Speed for the GPU|Check the Current Link Speed for the GPU]] |
| |
[[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU Utilization|Check the GPU Utilization]] | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the DRM card number the GPU|Check the DRM card number the GPU]] |
| |
[[Ubuntu:GPU:AMD GPU:Monitor:Manually:Monitor the GPU|Monitor the GPU]] | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the Existing Performance Level for the GPU|Check the Existing Performance Level for the GPU]] |
| |
| [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU Feature Mask|Check the GPU Feature Mask]] |
| |
| [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU Firmware Version|Check the GPU Firmware Version]] |
| |
| [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU Frequency|Check the GPU Frequency]] |
| |
To check your GPU utilization, execute: | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU P-states|Check the GPU P-states]] |
| |
$ cat /sys/class/drm/card0/device/gpu_busy_percent | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU Power State|Check the GPU Power State]] |
| |
To check your GPU frequency, execute: | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU Temperature|Check the GPU Temperature]] |
| |
$ cat /sys/class/drm/card0/device/pp_dpm_sclk | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU Utilization|Check the GPU Utilization]] |
| |
To check your GPU temperature, execute: | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU VRAM Frequency|Check the GPU VRAM Frequency]] |
| |
$ cat /sys/class/drm/card0/device/hwmon/hwmon*/temp1_input | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU VRAM Size|Check the GPU VRAM Size]] |
| |
To check your VRAM frequency, execute: | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the GPU VRAM Usage|Check the GPU VRAM Usage]] |
| |
$ cat /sys/class/drm/card0/device/pp_dpm_mclk | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Check the PCIE Bus Size for the GPU|Check the PCIE Bus Size for the GPU]] |
| |
To check your VRAM usage, execute: | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:List the Power Profiles|List the Power Profiles]] |
| |
$ cat /sys/class/drm/card0/device/mem_info_vram_used | [[Ubuntu:GPU:AMD GPU:Monitor:Manually:Monitor the GPU|Monitor the GPU]] |
| |
To check your VRAM size, execute: | ---- |
| |
$ cat /sys/class/drm/card0/device/mem_info_vram_total | ===== References ===== |
| |
| https://wiki.archlinux.org/title/AMDGPU |