/proc/misc

Hi
was bedeuten die Zahlen vor den “~ Geräten/Schnittstellen/oder”? (bei Ausgabe von)

cat /proc/misc

etwa Anzahl Prozesse (1 psaux) PS/2-mice?, Schnittstelle startet ein Prozess?
Besten Dank.

ich las:

  • das Prozessdateisystem /proc ist ein Pseudodateisystem. Zur Laufzeit werden Daten aus dem Kernel in der Form eines Dateisystems gespiegelt.]Infos über HW in /proc, z.B. ioports. meminfo, dma oder devices usw.]das /proc-Verzeichnis ist kein wirkliches Dateisystem, sondern eine Schnittstelle für den Kernel*]Dateien die in diesem Verzeichnis liegen benutzen daher auch keinen Speicherplatz auf dem HDD (sind aber trotzdem les- und manchmal sogar beschreibbar)]bietet “tuning-Möglichkeiten” für den Kernel (ich bin weit davon entfernt)]alles HW-Informationen > nur ein virtuelles Verzeichnis

ich suchte (wohl falsch) bei:
SDB:Basics of partitions, filesystems, mount points - openSUSE Wiki (> Standard Organization of FSH, ganz am Schluss)
MediaWiki:GoogleSearch – openSUSE Wiki (> mit “SDB: /proc”)
http://doc.opensuse.org/ (Start up guide > S.197 sehe ich nichts, jedoch fand ich etwas auf S.218-219)

:/proc> cat /proc/misc
232 kvm
 59 memory_bandwidth
 60 network_throughput
 61 network_latency
 62 cpu_dma_latency
227 mcelog
  1 psaux
183 hw_random
144 nvram
228 hpet
235 autofs
231 snapshot
184 microcode
 63 vga_arbiter

YaST2 > HW-info > vmware: Nein (was bedeutet dann hier kvm (Kernel Virtual Machine) mit Zahl 232)
so Ähnliches habe ich disabled by BIOS
ich suche falsch und ich kopfe es einfach nicht. :frowning:
vielen Dank.

kvm ~= “Anzahl” kernel- (-produced processes @boot-up) in volatile memory?

In Linux, the sysctl interface mechanism is also exported as part of procfs under the /proc/sys directory (not to be confused with the /sys directory). This difference means checking the value of some parameter requires opening a file in a virtual file system, reading its contents, parsing them and closing the file. The sysctl system call does exist on Linux, but does not have a wrapping function in glibc and is not recommended for use

hier habe ich Futter gefunden:
Dokumentation von procfs im Linux Kernel

https://www.kernel.org/doc/Documentation/filesystems/proc.txt