Zum Inhalt springen

Btop: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „'''{{BASEPAGENAME}}''' - Beschreibung == Beschreibung == == Installation == <syntaxhighlight lang="bash" highlight="1" line copy> < /syntaxhighlight> == Aufruf == <syntaxhighlight lang="bash" highlight="1" line copy> < /syntaxhighlight> === Optionen === {| class="wikitable sortable options gnu big" |- ! Unix !! GNU !! Parameter !! Beschreibung |- | || || || |- |} === Parameter === === Umgebungsvariablen === === Exit-Status === {| class="wikitable op…“
 
K Textersetzung - „ “ durch „ “
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
'''{{BASEPAGENAME}}''' - Beschreibung
'''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>
< /syntaxhighlight>
apt install btop
</syntaxhighlight>


== Aufruf ==
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line copy>
<syntaxhighlight lang="bash" highlight="1-2" line>
< /syntaxhighlight>
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>


=== Optionen ===
=== Optionen ===
Zeile 29: Zeile 38:
| 0 || Erfolg
| 0 || Erfolg
|-
|-
| >0 || Fehler
| >0 || Fehler
|}
|}


== Anwendung ==
== Anwendung ==
<syntaxhighlight lang="bash" highlight="1" line copy>
<syntaxhighlight lang="bash" highlight="1" line copy>
< /syntaxhighlight>
btop
</syntaxhighlight>


<!-- output -->
<!-- output -->
<syntaxhighlight lang="bash" highlight="" line>
[[Datei:Btop.png|600px]]
< /syntaxhighlight>
 
[[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

Projekt