Commit Graph

6 Commits

Author SHA1 Message Date
Tianling Shen
9e26d83f8e btop: Update to 1.3.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-27 19:18:46 +00:00
Javier Marcet
ad7057f6fd btop: opt out of lto usage
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-01-27 19:18:35 +00:00
Hex
d82c028fe9
btop: fix compilation with musl 1.2.4 (#754) 2024-01-14 03:33:05 +08:00
Tianling Shen
3df1936abb btop: Update to 1.2.13
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-16 15:17:14 +08:00
Tianling Shen
1fd19f17a4 btop: append --utf-force argument by default
btop reads the `LANG` env variable to delect if the system has utf8
support, which exists on common Linux distributions.

However, OpenWrt does not ship it, and results in btop reporting
"No UTF-8 locale detected!". Users have to manually pass `--utf-force`
to make btop happy.

To make it OOTB, append `--utf-force` argument by default via alias.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-16 15:17:14 +08:00
Tianling Shen
7a7be2a7be btop: add new package
Resource monitor that shows usage and stats for processor, memory,
disks, network and processes.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-11-08 13:57:50 +08:00