1752404 Members
6106 Online
108788 Solutions
New Discussion

model

 
SOLVED
Go to solution
f. halili
Trusted Contributor

model

Is there an equivalent command in Linux similar to HP-UX model command which prints detailed hardware model information?????

thanks
derekh
1 REPLY 1
RikTytgat
Honored Contributor
Solution

Re: model

Hi,

You could try

# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 6
model name : Mobile Pentium II
stepping : 10
cpu MHz : 400.020089
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr
bogomips : 398.95

A lot of information, isn't it??

Hope this helps,
Rik.