rearrange
This commit is contained in:
parent
b9fad518f5
commit
7983dab541
1 changed files with 10 additions and 12 deletions
22
README.md
22
README.md
|
@ -1,6 +1,7 @@
|
||||||
# amdgpu_stats
|
# 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
|
- GPU Utilization
|
||||||
- Temperatures _(as applicable)_
|
- Temperatures _(as applicable)_
|
||||||
- Edge
|
- Edge
|
||||||
|
@ -18,6 +19,14 @@ Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GP
|
||||||
- Current
|
- Current
|
||||||
- Target
|
- 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!
|
Tested _only_ on `RX6000` series cards; more may be supported. Please file an issue if finding incompatibility!
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -35,14 +44,3 @@ The Fedora base repositories provide the requirements with these packages:
|
||||||
- `python3-textual`
|
- `python3-textual`
|
||||||
|
|
||||||
See [requirements.txt](requirements.txt) for other distributions
|
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
|
|
||||||
|
|
Reference in a new issue