Bpytop: Unterschied zwischen den Versionen
Erscheinungsbild
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''' | '''bpytop''' - Ressourcenmonitor | ||
= | == Beschreibung == | ||
Ressourcenmonitor, der die Nutzung und Statistiken für Prozessor, Speicher, Festplatten, Netzwerk und Prozesse anzeigt. Python-Portierung von Bashtop | |||
= | == Installation == | ||
= | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
sudo apt install bpytop | |||
</syntaxhighlight> | |||
= | == 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