Zum Inhalt springen

Btop: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
'''{{BASEPAGENAME}}''' - Beschreibung
'''btop''' - Resource monitor that shows usage and stats for processor, memory, disks, network, and processes


== Beschreibung ==
== Beschreibung ==
Zeile 5: Zeile 5:
== Installation ==
== Installation ==
<syntaxhighlight lang="bash" highlight="1" line copy>
<syntaxhighlight lang="bash" highlight="1" line copy>
apt install btop
</syntaxhighlight>
</syntaxhighlight>


== Aufruf ==
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line copy>
<syntaxhighlight lang="bash" highlight="1" line copy>
btop [-c file] [-d] [-f filter] [-l] [-p id] [-t] [-u ms] [--force-utf] [--themes-dir dir]
btop [--default-config | {-h | --help} | {-V | --version}]
</syntaxhighlight>
</syntaxhighlight>


Zeile 73: Zeile 76:
=== Links ===
=== Links ===
==== Projekt ====
==== Projekt ====
* https://github.com/aristocratos/btop
==== Weblinks ====
==== Weblinks ====



Version vom 17. Mai 2026, 08:03 Uhr

btop - Resource monitor that shows usage and stats for processor, memory, disks, network, and processes

Beschreibung

Installation

apt install btop

Aufruf

btop [-c file] [-d] [-f filter] [-l] [-p id] [-t] [-u ms] [--force-utf] [--themes-dir dir]
btop [--default-config | {-h | --help} | {-V | --version}]

Optionen

Unix GNU Parameter Beschreibung

Parameter

Umgebungsvariablen

Exit-Status

Wert Beschreibung
0 Erfolg
>0 Fehler

Anwendung

Problembehebung

Konfiguration

Dateien

Datei Beschreibung


Anhang

Siehe auch



Dokumentation

Projekt