Benutzer-Werkzeuge

Webseiten-Werkzeuge


sammlung:hw_info_symple

Inhaltsverzeichnis

Hardware Info

Syntax

proc - process information, system information, and sysctl pseudo-filesystem

cat /proc/cpuinfo    # Details zum Prozessor (Modell, Kerne, Flags)
cat /proc/meminfo    # Informationen zum Arbeitsspeicher
cat /proc/uptime     # Systemlaufzeit
cat /proc/version    # Kernel-Version
cat /proc/loadavg    # Systemauslastung
cat /proc/partitions # Festplatten-Partitionen
cat /proc/mounts     # Eingehängte Dateisysteme
cat /proc/[PID]/     # Informationen zu laufenden Prozessen (z.B. Status, Ressourcenverbrauch)
sammlung/hw_info_symple.txt · Zuletzt geändert: von 127.0.0.1