sammlung:prozess-system-aktivitaet
Dies ist eine alte Version des Dokuments!
Prozess- und System-Aktivität
# Prozesse ps aux # Alle Prozesse ps -ef # Prozess-Tree cat /proc/*/cmdline # Kommandozeilen aller Prozesse pstree # Prozess-Baum # System-Load und Statistiken cat /proc/loadavg # Load Average cat /proc/stat # System-Statistiken cat /proc/uptime # Uptime in Sekunden # Interrupts und Kontext-Switches cat /proc/interrupts # Hardware-Interrupts cat /proc/softirqs # Software-Interrupts # Kernel-Module cat /proc/modules # Geladene Kernel-Module lsmod # Module-Liste (formatiert) # System-Calls cat /proc/*/syscall # Aktuelle System-Calls (für laufende Prozesse) # Weitere Prozess-Tools [[sammlung:ps|ps - Prozess-Status]] [[sammlung:top|top - Prozess-Monitoring]] [[sammlung:htop|htop - Erweiterte Prozess-Übersicht]]
sammlung/prozess-system-aktivitaet.1754381305.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
