115. .proc.cpuinfo

115.1. Description

read available keys: Dir(.proc.cpuinfo.value.0) => (["vendor_id", "cpu family", "model", ... ]) read value: Read(.cpu.value.0."model name") => ("AMD Athlon(tm) XP 1600+") Reads /proc/cpuinfo file, each processor is in separate section. Note: Keys and values are architecture dependent! (For example i386 has key "cpu MHz" and value "1400.072", but PPC has "clock" with value "668MHz"!)

File Name: /usr/share/YaST2/scrconf/proc_cpuinfo.scr

115.2. Usage

Example 45. 

   read list of processors:  Dir(.proc.cpuinfo.section)
		=> (["0"])