Zum Inhalt springen

Bpytop: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „'''bpytop''' is resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port of bashtop. = Features = * Easy t…“
 
K Textersetzung - „line>“ durch „line copy>“
 
(29 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
'''bpytop''' is resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port of bashtop.
'''bpytop''' - Ressourcenmonitor


= Features =
== Beschreibung ==
* Easy to use, with a game inspired menu system.
Ressourcenmonitor, der die Nutzung und Statistiken für Prozessor, Speicher, Festplatten, Netzwerk und Prozesse anzeigt. Python-Portierung von Bashtop
* 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


= Links =
== Installation ==
= Intern =
<syntaxhighlight lang="bash" highlight="1" line copy>
# top
sudo apt install bpytop
# htop
</syntaxhighlight>


= Extern =
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
=== Optionen ===
<!--
{| class="wikitable sortable options gnu"
|-
! Unix !! GNU !! Parameter !! Beschreibung
|-
| -1 || --single || || Exit as soon as the first advertisement is received (default)
|-
|}
-->
 
=== Parameter ===
=== Umgebungsvariablen ===
=== Exit-Status ===
== Anwendung ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
=== Problembehebung ===
== Konfiguration ==
=== Dateien ===
{| class="wikitable options"
|-
! Datei !! Beschreibung
|-
| [[/proc/sys]] ||
|-
| [[/etc/sysctl.conf]] ||
|}
<noinclude>
== Anhang ==
=== Siehe auch ===
* [[top]]
* [[htop]]
 
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
=== Dokumentation ===
 
; Man-Page
;Info-Page
=== Links ===
==== Projekt ====
==== Weblinks ====
# https://github.com/aristocratos/bpytop
# https://github.com/aristocratos/bpytop
# https://github.com/aristocratos/bashtop
[[Kategorie:Linux/Prozess/Befehl]]
{{DEFAULTSORT:bpytop}}
{{DISPLAYTITLE:bpytop}}
[[Kategorie:Linux/Prozess/Befehl]]
</noinclude>

Aktuelle Version vom 11. Mai 2025, 13:43 Uhr

bpytop - Ressourcenmonitor

Beschreibung

Ressourcenmonitor, der die Nutzung und Statistiken für Prozessor, Speicher, Festplatten, Netzwerk und Prozesse anzeigt. Python-Portierung von Bashtop

Installation

sudo apt install bpytop

Aufruf

Optionen

Parameter

Umgebungsvariablen

Exit-Status

Anwendung

Problembehebung

Konfiguration

Dateien

Datei Beschreibung
/proc/sys
/etc/sysctl.conf

Anhang

Siehe auch


Dokumentation

Man-Page
Info-Page

Links

Projekt

Weblinks

  1. https://github.com/aristocratos/bpytop
  2. https://github.com/aristocratos/bashtop