Archived
1
1
Fork 0

reflect publishing

This commit is contained in:
Josh Lay 2023-04-23 17:29:11 -05:00
parent 181997179a
commit 712cc866d6
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -29,6 +29,11 @@ Statistics are not logged; only toggling Dark/light mode and the stat names / so
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!
## Installation / Usage
```
pip install amdgpu-stats
```
Once installed, run `amdgpu-stats` in your terminal of choice
## Requirements ## Requirements
Only `Linux` is supported. Information is _completely_ sourced from interfaces in `sysfs`. Only `Linux` is supported. Information is _completely_ sourced from interfaces in `sysfs`.
@ -37,10 +42,3 @@ It _may_ be necessary to update the `amdgpu.ppfeaturemask` parameter to enable m
This is assumed present for *control* over the elements being monitored. Untested without. 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. See [this Arch Wiki entry](https://wiki.archlinux.org/title/AMDGPU#Boot_parameter) for context.
### Python
The Fedora base repositories provide the requirements with these packages:
- `python3-humanfriendly`
- `python3-textual`
See [requirements.txt](requirements.txt) for other distributions