0 Votes

Changes for page btop

Last modified by Sirius Rayner-Karlsson on 2025/01/23 07:15

From version 3.3
edited by Sirius Rayner-Karlsson
on 2025/01/23 07:15
Change comment: .
To version 1.3
edited by Sirius Rayner-Karlsson
on 2025/01/23 07:05
Change comment: .

Summary

Details

Page properties
Content
... ... @@ -1,2 +1,0 @@
1 -
2 -
Blog.BlogPostClass[0]
Content
... ... @@ -1,21 +2,2 @@
1 -Most people that use Linux are familiar with commands like ##iostat##, ##sar## and ##top##. Useful tools to review what is happening on the system and aid in performance tuning. But what if you are just wanting an overview of what is going on without having to cobble together a script that pulls the data together and spits it out on the screen?
2 2  
3 3  
4 -Enter ##btop##. A all-in-one tool that will give you a single pane overview, and all of that in just 1.8MiB.
5 -
6 -
7 -[[image:2025-01-22-125715_2555x1428_scrot.png]]
8 -
9 -
10 -The way to build it is simple, providing you have the development kit installed.
11 -
12 -(% class="box infomessage" %)
13 -(((
14 -$ git clone [[https:~~/~~/github.com/aristocratos/btop.git>>https://github.com/aristocratos/btop.git]]
15 -$ cd btop
16 -$ make
17 -$ sudo make install
18 -$ sudo make setcap
19 -)))
20 -
21 -And you are done. Enjoy!