Zum Inhalt springen

Procps: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „line>“ durch „line copy>“
 
(43 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
'''procps''' - Hilfswerkzeuge für das [[/proc]]-Dateisystem
'''procps''' - Werkzeuge für [[procfs]]


== Beschreibung ==
== Beschreibung ==
Werkzeuge zum Durchstöbern von procfs
Werkzeuge zum Durchstöbern des [[/proc]]-Dateisystem
* Kommandozeilen- und Vollbildschirm-Hilfswerkzeuge


Procfs ist ein »Pseudo«-Dateisystem, das vom Kernel dynamisch erstellt wird
; Durchstöbern von procfs
* um Informationen über den Status von Einträgen in seiner Prozesstabelle bereitzustellen
''[[procfs]] ist ein ''Pseudo''-Dateisystem
* etwa ob ein Prozess läuft, gestoppt oder ein [[Zombie]] ist
* Vom Kernel dynamisch erstellt


; Befehle
; Prozess-Status
{| class="wikitable options"
* [[laufend]]
! Befehl !! Beschreinung || Pfad
* [[gestoppt]]
* [[Zombie]]
 
; 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 ==
<syntaxhighlight lang="bash" highlight="1" line copy>
sudo apt install procps
</syntaxhighlight>
 
== Befehle ==
{| class="wikitable options sortable"
! Befehl || Pfad!! Beschreibung
|-
|-
| [[free]] || || /usr/bin/
| [[free]] || /usr/bin/||
|-
|-
| [[kill]] || || /usr/bin/
| [[kill]] || /usr/bin/||
|-
|-
| [[pgrep]] || || /usr/bin/
| [[pgrep]] || /usr/bin/||
|-
|-
| [[pidwait]] || || /usr/bin/
| [[pidwait]] || /usr/bin/||
|-
|-
| [[pkill]] || || /usr/bin/
| [[pkill]] || /usr/bin/||
|-
|-
| [[pmap]] || || /usr/bin/
| [[pmap]] || /usr/bin/||
|-
|-
| [[ps]] || || /usr/bin/
| [[ps]] || /usr/bin/||
|-
|-
| [[pwdx]] || || /usr/bin/
| [[pwdx]] || /usr/bin/||
|-
|-
| [[skill]] || || /usr/bin/
| [[skill]] || /usr/bin/||
|-
|-
| [[slabtop]] || || /usr/bin/
| [[slabtop]] || /usr/bin/||
|-
|-
| [[snice]] || || /usr/bin/
| [[snice]] || /usr/bin/||
|-
|-
| [[tload]] || || /usr/bin/
| [[tload]] || /usr/bin/||
|-
|-
| [[top]] || || /usr/bin/
| [[top]] || /usr/bin/||
|-
|-
| [[uptime]] || || /usr/bin/
| [[uptime]] || /usr/bin/||
|-
|-
| [[vmstat]] || || /usr/bin/
| [[vmstat]] || /usr/bin/||
|-
|-
| [[w]] || || /usr/bin/
| [[w]] || /usr/bin/||
|-
|-
| [[watch]] || || /usr/bin/
| [[watch]] || /usr/bin/||
|-
|-
| [[sysctl]] || || /usr/sbin/
| [[sysctl]] || /usr/sbin/||
|}
|}


== Installation ==
<syntaxhighlight lang="bash" highlight="1" line>
</syntaxhighlight>
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line>
</syntaxhighlight>
=== Optionen ===
{| class="wikitable sortable options gnu"
|-
! Unix !! GNU !! Parameter !! Beschreibung
|-
| -1 || --single || || Exit as soon as the first advertisement is received (default)
|-
|}
=== Parameter ===
=== Umgebungsvariablen ===
=== Exit-Status ===
== Anwendung ==
<syntaxhighlight lang="bash" highlight="1" line>
</syntaxhighlight>
=== Problembehebung ===
== Konfiguration ==
== Konfiguration ==
=== Dateien ===
=== Dateien ===
Zeile 75: Zeile 70:
|-
|-
! Datei !! Beschreibung
! Datei !! Beschreibung
|-
| [[/etc/sysctl.conf]] ||
|-
|-
| [[/proc/sys]] ||  
| [[/proc/sys]] ||  
|-
| [[/etc/sysctl.conf]] ||
|}
|}
<noinclude>
<noinclude>
== Anhang ==
== Anhang ==
=== Siehe auch ===
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
==== Dokumentation ====
=== Dokumentation ===


===== Man-Page =====
; Man-Page
===== Info-Pages =====
;Info-Page
==== Links ====
=== Links ===
===== Projekt =====
==== Projekt ====
===== Weblinks =====
==== Weblinks ====


{{DEFAULTSORT:new}}
{{DEFAULTSORT:procps}}
{{DISPLAYTITLE:new}}
{{DISPLAYTITLE:procps}}


[[Kategorie:new]]
[[Kategorie:Procps]]
[[Kategorie:Linux/Befehl]]
[[Kategorie:Linux/Prozess/Befehl]]
[[Kategorie:/proc]]


</noinclude>
</noinclude>
= TMP =
== Installation ==
<syntaxhighlight lang="bash" highlight="1" line>
sudo apt install procps
</syntaxhighlight>
[[Kategorie:Procps]]
[[Kategorie:Linux/Befehl]]
[[Kategorie:Linux/Prozesse]]

Aktuelle Version vom 11. Mai 2025, 13: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