mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-31 01:24:31 +02:00
* Add gpu util, power and procs. Consolidated gpu calls into `data_harvester`. Changed config flag from `enable_gpu_memory` to `enable_gpu`. Added GPU utilization to the cpu widget. Added GPU process memory usage and utilization percentage to the proc widget. Added key binds for gpu process toggling. Added GPU power usage to the battery widget. Added bounds check to battery widget header. Show battery widget header when `gpu_enable`. Added feature flag `legacy-functions` to `nvml-wrapper`. updated config file(s). updated help text. updated docs. * Code Review: Remove GPU util from cpu widget Remove GPU power from battery widget Use reference for gpu widgets_to_harvest Extract match arm to function for feature gate * Code Review: add gmem% toggle * Do not poll gpu temp when filtered * Code Review Two Changes: adjust doc wordings remove extra references remove extra widget harvest checks init proc gpu values use convert_temp_unit for gpu temp
1.3 KiB
1.3 KiB
Temperature Widget
The temperature widget provides a table of temperature sensors and their current temperature.

Features
The temperature widget provides the sensor name as well as its current temperature.
This widget can also be configured to display Nvidia GPU temperatures (--enable_gpu
on Linux/Windows).
Key bindings
Note that key bindings are generally case-sensitive.
Binding | Action |
---|---|
++up++ , ++k++ | Move up within a widget |
++down++ , ++j++ | Move down within a widget |
++g+g++ , ++home++ | Jump to the first entry in the table |
++G++ , ++end++ | Jump to the last entry in the table |
++t++ | Sort by temperature, press again to reverse sorting order |
++s++ | Sort by sensor name, press again to reverse sorting order |
Mouse bindings
Binding | Action |
---|---|
++lbutton++ | Selects an entry in the table |