2023-07-31 17:24:59 +00:00
|
|
|
# TODO
|
2023-04-22 18:44:27 +00:00
|
|
|
|
2023-07-31 17:24:59 +00:00
|
|
|
- add an interval mode; log stats to logging widget occasionally
|
|
|
|
- binding/method to save log to text file
|
2023-04-25 03:14:38 +00:00
|
|
|
- add vram stats: used / total
|
2023-04-22 18:44:27 +00:00
|
|
|
- add unit toggle/binding; `Ghz` can be fairly vague - users may prefer `Mhz`/`Hz`
|
2023-07-31 17:24:59 +00:00
|
|
|
- tldr: may be wanted for precision
|
|
|
|
- driver provides *hertz*, with modern cards is fairly excessive
|
|
|
|
- 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-23 15:11:02 +00:00
|
|
|
- address assumptions on some statistic files
|
2023-07-31 17:24:59 +00:00
|
|
|
- Clocks:
|
|
|
|
- core/memory assumed provided by `freq1_input` and `freq2_input` respectively
|
|
|
|
- nearby files named `freq*_label` can determine this reliably
|
|
|
|
- Voltage:
|
|
|
|
- similarly, `in0_input` is the assumed voltage file
|
|
|
|
- indicated by `in*_label` with `vddgfx` inside
|
|
|
|
- no accounting for other voltage files currently; `APUs`/other cards may differ
|
2023-04-23 15:11:02 +00:00
|
|
|
- `argparse` extensions
|
2023-07-31 17:24:59 +00:00
|
|
|
- restore `--card` / `-c` under `argparse`
|
|
|
|
- to skip `amdgpu` device detection
|
|
|
|
- will expect `cardN` or `renderANNN` from `/dev/dri/`
|
|
|
|
- provides the (AMD) GPU intended to be monitored
|
|
|
|
- may require card/hwmon detection be separate tasks
|
|
|
|
- preferred unit for clocks
|