mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-10-22 07:44:01 +02:00
* Revert "other: revert disk usage change for now (#962)" This reverts commit d3661c23200a66c7dc01f4e534d8d7e97dc188d2. * some cleanup * update help menu * update screenshot * update changelog wording * Remove redundant newlines * Use type system to ensure help constants match in size
1.9 KiB
1.9 KiB
Disk Widget
The disk widget provides a table of useful disk and partition information, like I/O per second and total usage.

Features
The disk widget provides the following information:
- Disk name
- Disk mount location
- Percentage of space used
- Amount of space left
- Total amount of space
- Read per second
- Write per second
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 |
++d++ | Sort by disk, press again to reverse sorting order |
++m++ | Sort by mount, press again to reverse sorting order |
++u++ | Sort by amount used, press again to reverse sorting order |
++n++ | Sort by amount free, press again to reverse sorting order |
++t++ | Sort by total space available, press again to reverse sorting order |
++p++ | Sort by percentage used, press again to reverse sorting order |
++r++ | Sort by read rate, press again to reverse sorting order |
++w++ | Sort by write rate, press again to reverse sorting order |
Mouse bindings
Binding | Action |
---|---|
++lbutton++ | Selects an entry in the table |