Procps: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
|||
Zeile 3: | Zeile 3: | ||
== Beschreibung == | == Beschreibung == | ||
Werkzeuge zum Durchstöbern des [[/proc]]-Dateisystem | Werkzeuge zum Durchstöbern des [[/proc]]-Dateisystem | ||
* Hilfswerkzeuge für das /proc-Dateisystem | |||
* Dieses Paket liefert Kommandozeilen- und Vollbildschirm-Hilfswerkzeuge zum | |||
* Durchstöbern von procfs. Procfs ist ein »Pseudo«-Dateisystem, das vom | |||
* Kernel dynamisch erstellt wird, um Informationen über den Status von | |||
* Einträgen in seiner Prozesstabelle bereitzustellen (etwa ob ein Prozess läuft, gestoppt oder ein »Zombie« ist). | |||
* Es enthält free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w und watch. | |||
; Procfs | ; Procfs | ||
[[Procfs]] ist ein »Pseudo«-Dateisystem, das vom Kernel dynamisch erstellt wird | [[Procfs]] ist ein »Pseudo«-Dateisystem, das vom Kernel dynamisch erstellt wird |
Version vom 11. März 2025, 13:26 Uhr
procps - Werkzeuge für procfs
Beschreibung
Werkzeuge zum Durchstöbern des /proc-Dateisystem
- Hilfswerkzeuge für das /proc-Dateisystem
- Dieses Paket liefert Kommandozeilen- und Vollbildschirm-Hilfswerkzeuge zum
- Durchstöbern von procfs. Procfs ist ein »Pseudo«-Dateisystem, das vom
- Kernel dynamisch erstellt wird, um Informationen über den Status von
- Einträgen in seiner Prozesstabelle bereitzustellen (etwa ob ein Prozess läuft, gestoppt oder ein »Zombie« ist).
- Es enthält free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w und watch.
- 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 | Beschreinung |
---|---|---|
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 |
---|---|
/proc/sys | |
/etc/sysctl.conf |
Anhang
Siehe auch
Dokumentation
- Man-Page
- Info-Page
Links
Projekt
Weblinks