Archived
1
1
Fork 0
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
amdgpu_stats/README.md

47 lines
1.4 KiB
Markdown
Raw Normal View History

2023-04-21 05:42:38 +00:00
# amdgpu_stats
2023-04-23 16:07:06 +00:00
Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GPU statistics
2023-04-21 22:45:40 +00:00
- GPU Utilization
- Temperatures _(as applicable)_
- Edge
- Junction
- Memory
2023-04-21 22:45:40 +00:00
- Core clock
- Core voltage
- Memory clock
- Power consumption
- Power limits
- Default
- Configured
- Board capability
- Fan RPM
- Current
- Target
2023-04-21 05:42:38 +00:00
2023-04-23 16:07:06 +00:00
Main screen:
![Screenshot of main screen](https://raw.githubusercontent.com/joshlay/amdgpu_stats/master/screens/main.png "Main screen")
2023-04-23 16:07:06 +00:00
Log screen:
![Screenshot of log screen](https://raw.githubusercontent.com/joshlay/amdgpu_stats/master/screens/logging.png "Logging screen")
2023-04-23 16:07:06 +00:00
Statistics are not logged; only toggling Dark/light mode and the stat names / source files.
Tested _only_ on `RX6000` series cards; more may be supported. Please file an issue if finding incompatibility!
## Requirements
Only `Linux` is supported. Information is _completely_ sourced from interfaces in `sysfs`.
2023-04-21 17:39:34 +00:00
It _may_ be necessary to update the `amdgpu.ppfeaturemask` parameter to enable metrics.
This is assumed present for *control* over the elements being monitored. Untested without.
See [this Arch Wiki entry](https://wiki.archlinux.org/title/AMDGPU#Boot_parameter) for context.
2023-04-21 17:39:34 +00:00
### Python
The Fedora base repositories provide the requirements with these packages:
- `python3-humanfriendly`
- `python3-textual`
See [requirements.txt](requirements.txt) for other distributions