Bpytop: Unterschied zwischen den Versionen
Erscheinungsbild
K Textersetzung - „[[Kategorie/“ durch „[[Kategorie:“ |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
'''bpytop''' | '''bpytop''' - Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port of bashtop | ||
= Features = | == Features == | ||
* Easy to use, with a game inspired menu system. | * Easy to use, with a game inspired menu system. | ||
* Full mouse support, all buttons with a highlighted key is clickable and mouse scroll works in process list and menu boxes. | * Full mouse support, all buttons with a highlighted key is clickable and mouse scroll works in process list and menu boxes. | ||
Zeile 14: | Zeile 14: | ||
* Shows current read and write speeds for disks | * Shows current read and write speeds for disks | ||
= Installation = | == Installation == | ||
# apt install bpytop | # apt install bpytop | ||
= Links | == Links == | ||
# [[Linux/Befehl:top]] | # [[Linux/Befehl:top]] | ||
# [[Linux/Befehl:htop]] | # [[Linux/Befehl:htop]] | ||
== Extern == | === Extern === | ||
# https://github.com/aristocratos/bpytop | # https://github.com/aristocratos/bpytop | ||
# https://github.com/aristocratos/bashtop | # https://github.com/aristocratos/bashtop | ||
[[Kategorie:Linux/Prozesse]] | [[Kategorie:Linux/Prozesse]] |
Version vom 28. Januar 2025, 13:38 Uhr
bpytop - Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port of bashtop
Features
- Easy to use, with a game inspired menu system.
- Full mouse support, all buttons with a highlighted key is clickable and mouse scroll works in process list and menu boxes.
- Fast and responsive UI with UP, DOWN keys process selection.
- Function for showing detailed stats for selected process.
- Ability to filter processes, multiple filters can be entered.
- Easy switching between sorting options.
- Send SIGTERM, SIGKILL, SIGINT to selected process.
- UI menu for changing all config file options.
- Auto scaling graph for network usage.
- Shows message in menu if new version is available
- Shows current read and write speeds for disks
Installation
# apt install bpytop