Fremont Servers
04-29-2002, 08:29 PM
For RH 7.1, does anyone know the command in shell to find out how many Mhz is the CPU?
![]() | View Full Version : CPU of a server Fremont Servers 04-29-2002, 08:29 PM For RH 7.1, does anyone know the command in shell to find out how many Mhz is the CPU? phpjames 04-29-2002, 08:36 PM cd proc ---- change to the proc directory less cpuinfo ---- read the cpu information Fremont Servers 04-29-2002, 08:41 PM That's great, phpjames. Thanks. phpjames 04-29-2002, 08:43 PM No problem. If you take a look at the files in the proc directory you will see more information about your system. Sometimes helpful. ;-) ToastyX 04-29-2002, 08:49 PM I do cat /proc/cpuinfo, but that's basically the same thing. :) Anyone know how to find out the CPU and memory info in FreeBSD? bacid 04-29-2002, 11:29 PM dmesg will print out your fbsd bootup info.. first 10 lines will give u the cpu/mem info.. im sure theres easier ways to get the CPU info, i just dont know it ;) for mem info u can also run 'top' |