CPU type

Jerry McAllister jerrymc at clunix.cl.msu.edu
Tue Dec 16 06:46:42 PST 2003


> 
> 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 at hotbox.ru


More information about the freebsd-questions mailing list