Procps: Unterschied zwischen den Versionen
Erscheinungsbild
K Textersetzung - „==== Dokumentation ====“ durch „=== Dokumentation ===“ |
K Textersetzung - „line>“ durch „line copy>“ |
||
| (9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 3: | Zeile 3: | ||
== Beschreibung == | == Beschreibung == | ||
Werkzeuge zum Durchstöbern des [[/proc]]-Dateisystem | Werkzeuge zum Durchstöbern des [[/proc]]-Dateisystem | ||
* | * Kommandozeilen- und Vollbildschirm-Hilfswerkzeuge | ||
; Durchstöbern von procfs | ; Durchstöbern von procfs | ||
''[[procfs]] ist ein ''Pseudo''-Dateisystem | |||
* Vom Kernel dynamisch erstellt | |||
; Prozess-Status | |||
* [[laufend]] | |||
* [[gestoppt]] | |||
* [[Zombie]] | |||
; Procfs | ; Procfs | ||
[[Procfs]] ist ein | [[Procfs]] ist ein ''Pseudo''-Dateisystem, das vom Kernel dynamisch erstellt wird | ||
* Informationen über den Status von Einträgen in seiner Prozesstabelle bereitzustellen | * Informationen über den Status von Einträgen in seiner Prozesstabelle bereitzustellen | ||
* Etwa ob ein Prozess läuft, gestoppt oder ein [[Zombie]] ist | * Etwa ob ein Prozess läuft, gestoppt oder ein [[Zombie]] ist | ||
== Installation == | == Installation == | ||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
sudo apt install procps | sudo apt install procps | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Zeile 88: | Zeile 93: | ||
[[Kategorie:Procps]] | [[Kategorie:Procps]] | ||
[[Kategorie:Linux/Befehl]] | [[Kategorie:Linux/Befehl]] | ||
[[Kategorie:Linux/Prozess]] | [[Kategorie:Linux/Prozess/Befehl]] | ||
[[Kategorie:/proc]] | |||
</noinclude> | </noinclude> | ||
Aktuelle Version vom 11. Mai 2025, 12:42 Uhr
procps - Werkzeuge für procfs
Beschreibung
Werkzeuge zum Durchstöbern des /proc-Dateisystem
- Kommandozeilen- und Vollbildschirm-Hilfswerkzeuge
- Durchstöbern von procfs
procfs ist ein Pseudo-Dateisystem
- Vom Kernel dynamisch erstellt
- Prozess-Status
- Procfs
Procfs ist ein Pseudo-Dateisystem, das vom Kernel dynamisch erstellt wird
- Informationen über den Status von Einträgen in seiner Prozesstabelle bereitzustellen
- Etwa ob ein Prozess läuft, gestoppt oder ein Zombie ist
Installation
sudo apt install procps
Befehle
| Befehl | Pfad | Beschreibung |
|---|---|---|
| free | /usr/bin/ | |
| kill | /usr/bin/ | |
| pgrep | /usr/bin/ | |
| pidwait | /usr/bin/ | |
| pkill | /usr/bin/ | |
| pmap | /usr/bin/ | |
| ps | /usr/bin/ | |
| pwdx | /usr/bin/ | |
| skill | /usr/bin/ | |
| slabtop | /usr/bin/ | |
| snice | /usr/bin/ | |
| tload | /usr/bin/ | |
| top | /usr/bin/ | |
| uptime | /usr/bin/ | |
| vmstat | /usr/bin/ | |
| w | /usr/bin/ | |
| watch | /usr/bin/ | |
| sysctl | /usr/sbin/ |
Konfiguration
Dateien
| Datei | Beschreibung |
|---|---|
| /etc/sysctl.conf | |
| /proc/sys |
Anhang
Siehe auch
Dokumentation
- Man-Page
- Info-Page
Links
Projekt
Weblinks