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/todo.md

18 lines
817 B
Markdown
Raw Normal View History

2023-04-22 18:44:27 +00:00
## TODO
- add unit toggle/binding; `Ghz` can be fairly vague - users may prefer `Mhz`/`Hz`
- tldr: may be wanted for precision
- driver provides *hertz*, with modern cards is fairly excessive
2023-04-22 18:49:38 +00:00
- conversion is done using `format_frequency`
- a wrapper of `format_size` from `humanfriendly`
- _(currently)_ defaults to highest sensible unit, changing on scale.
- often flipping between `500Mhz` / `2.6Ghz` where consistency may be preferred
2023-04-22 18:44:27 +00:00
- restore `argparse`
- primarily: `--card` / `-c`, to skip `amdgpu` device detection
2023-04-22 18:53:23 +00:00
- will expect `cardN` or `renderANNN` from `/dev/dri/`
- provides the (AMD) GPU intended to be monitored
- secondarily:
- preferred unit for clocks
- perhaps an update interval for the Textual stat-updating timers