How I get CPU details?

Mikkel L. Ellertson mikkel at infinity-ltd.com
Sat Feb 17 20:55:36 UTC 2007


Bob Sinbuzz wrote:
> People,
> 
> I'm running FC5.
> 
> Is there a shell command I can run which gives me some details
> about the type of  CPU I have in my host?
> 
> To find out about RAM I use top.
> 
> To look at disk space I use df.
> 
> I'm not a very sophisticated user.
> 
> My goal is to write a simple script which ssh-connects to
> all my hosts and then  does a simple check of components
> and processes.
> 
> Is there a shell command I can run which gives me some details
> about the type of  CPU I have in my host?
> 
> Bob
> sinbuzz at sinbuzz.com <mailto:sinbuzz at sinbuzz.com>
> 
I normally use "cat /proc/cpuinfo" or "less /proc/cpuinfo". You can
also use the uname command to get information, but looking at
cpuinfo gives more detailed information.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!




More information about the fedora-list mailing list