Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2003 09:46:30 -0500 (EST)
From:      Jerry McAllister <jerrymc@clunix.cl.msu.edu>
To:        flux@hotbox.ru
Cc:        freebsd-questions@freebsd.org
Subject:   Re: CPU type
Message-ID:  <200312161446.hBGEkVX14117@clunix.cl.msu.edu>
In-Reply-To: <1142427442.20031216085446@hotbox.ru> from "flux" at Dec 16, 2003 08:54:46 AM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> How do I know what type of CPU (Model, Mhz, etc...) do I have
> without rebooting my FreeBSD box? Is there any command to show
> this kind of information?
> Thank you.

Well,  sysctl(8) will tell you a lot of stuff.
  sysctl -a -e | more
or 
  sysctl -a -e | grep hw
or name a more specific variable on the sysctl call.
auch as
  sysctl hw.model

////jerry

> 
> -- 
> Best regards,
>  flux                          mailto:flux@hotbox.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312161446.hBGEkVX14117>