From adcce024e6ba44eeff9b93d44068826d5d766a0c Mon Sep 17 00:00:00 2001 From: Pepe Doval Date: Sat, 5 Sep 2020 00:49:00 +0200 Subject: [PATCH] btm: add page (#4300) btm is a cross-platform graphical process/system monitor with a customizable interface and a multitude of features. It supports Linux, macOS, and Windows. Inspired by both gtop and gotop. More info: https://github.com/ClementTsang/bottom --- pages/common/btm.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/common/btm.md diff --git a/pages/common/btm.md b/pages/common/btm.md new file mode 100644 index 0000000000..43d13b8faa --- /dev/null +++ b/pages/common/btm.md @@ -0,0 +1,25 @@ +# btm + +> An alternative to `top`. +> Aims to be lightweight, cross-platform and more graphical than `top`. +> More information: . + +- Show the default layout (cpu, memory, temperatures, disk, network, and processes): + +`btm` + +- Enable basic mode, removing charts and condensing data (similar to `top`): + +`btm --basic` + +- Use big dots instead of small ones in charts: + +`btm --dot_marker` + +- Show also battery charge and health status: + +`btm --battery` + +- Refresh every 250 milliseconds and show the last 30 seconds in the charts: + +`btm --rate 250 --default_time_value 30000`