Archived
1
1
Fork 0

rearrange

This commit is contained in:
Josh Lay 2023-04-23 11:07:06 -05:00
parent b9fad518f5
commit 7983dab541
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -1,6 +1,7 @@
# amdgpu_stats
Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GPU statistics:
Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GPU statistics
- GPU Utilization
- Temperatures _(as applicable)_
- Edge
@ -18,6 +19,14 @@ Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GP
- Current
- Target
Main screen:
![Screenshot of main screen](screens/main.png "Main screen")
Log screen:
![Screenshot of log screen](screens/logging.png "Logging screen")
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
@ -35,14 +44,3 @@ The Fedora base repositories provide the requirements with these packages:
- `python3-textual`
See [requirements.txt](requirements.txt) for other distributions
## Screenshots
Main screen:
![Screenshot of main screen](screens/main.png "Main screen")
Log screen:
![Screenshot of log screen](screens/logging.png "Logging screen")
This is logged:
- stat _names_ and their `sysfs` files; not values (yet?)
- toggling Dark/Light mode