Btop: Difference between revisions

From wikinotes
(Created page with "An alternative to gnu top. = Documentation = <blockquote> {| class="wikitable" |- | https://github.com/aristocratos/btop |- |} </blockquote><!-- Documentation --> = Loca...")
 
No edit summary
 
Line 1: Line 1:
An alternative to [[gnu top]].
An efficitn/highly configurable alternative to [[gnu top]] that reports
 
* cpu/memory usage
* cpu temp
* disk usage
* network up/down
* top processes
* battery charge
 


= Documentation =
= Documentation =
Line 18: Line 26:
|}
|}
</blockquote><!-- Locations -->
</blockquote><!-- Locations -->
= Usage =
<blockquote>
<syntaxhighlight lang="yaml">
h        # show help
p        # cycle presets (info layouts)
1,2,3,4  # toggle hide cpu/mem/netwk/processes
</syntaxhighlight>
</blockquote><!-- Usage -->
= Configuration =
<blockquote>
</blockquote><!-- Configuration -->

Latest revision as of 21:29, 25 September 2021

An efficitn/highly configurable alternative to gnu top that reports

  • cpu/memory usage
  • cpu temp
  • disk usage
  • network up/down
  • top processes
  • battery charge


Documentation

https://github.com/aristocratos/btop

Locations

~/.config/btop/btop.cfg config

Usage

h        # show help
p        # cycle presets (info layouts)
1,2,3,4  # toggle hide cpu/mem/netwk/processes

Configuration