Btop: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
K Textersetzung - „ “ durch „ “ |
||
| (7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
''' | '''btop''' - Ressourcenmonitor | ||
== Beschreibung == | == Beschreibung == | ||
; Nutzung und Statistiken anzeigen | |||
* Prozessor | |||
* Speicher | |||
* Festplatten | |||
* Netzwerk | |||
* Prozesse | |||
== 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 | <syntaxhighlight lang="bash" highlight="1-2" line> | ||
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 29: | Zeile 38: | ||
| 0 || Erfolg | | 0 || Erfolg | ||
|- | |- | ||
| >0 | | >0 || Fehler | ||
|} | |} | ||
== Anwendung == | == Anwendung == | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
btop | |||
</syntaxhighlight> | </syntaxhighlight> | ||
<!-- output --> | <!-- output --> | ||
[[Datei:Btop.png|600px]] | |||
[[Datei:btop02.png|600px]] | |||
=== Problembehebung === | === Problembehebung === | ||
| Zeile 73: | Zeile 84: | ||
=== Links === | === Links === | ||
==== Projekt ==== | ==== Projekt ==== | ||
* https://github.com/aristocratos/btop | |||
==== Weblinks ==== | ==== Weblinks ==== | ||
Aktuelle Version vom 14. Juni 2026, 00:47 Uhr
btop - Ressourcenmonitor
Beschreibung
- Nutzung und Statistiken anzeigen
- Prozessor
- Speicher
- Festplatten
- Netzwerk
- Prozesse
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
btop
Problembehebung
Konfiguration
Dateien
| Datei | Beschreibung |
|---|---|
Anhang
Siehe auch
Dokumentation
Links
Projekt
Weblinks