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

34 lines
956 B
Markdown
Raw Normal View History

2023-04-21 05:42:38 +00:00
# amdgpu_stats
Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GPU statistics:
- GPU Utilization
- Temperature
- Core clock
- Core voltage
- Memory clock
- Power consumption
- Power limits
- Default
- Configured
- Board capability
## Requirements
2023-04-21 15:48:02 +00:00
It _may_ be necessary to update the `amdgpu.ppfeaturemask` parameter to enable data collection.
This is assumed for *control* over the elements being monitored. Untested without. See [this Arch Wiki doc](https://wiki.archlinux.org/title/AMDGPU#Boot_parameter) for context
The following unusual modules are required:
- [textual](https://textual.textualize.io/reference/)
- [humanfriendly](https://pypi.org/project/humanfriendly/)
This list *may not* be maintained; consider imports / your environment
2023-04-21 15:48:50 +00:00
## Screenshots
Main screen:
![Screenshot of main screen](main.png "Main screen")
Log screen:
![Screenshot of log screen](logging.png "Logging screen")