Re: CPU type

2003-12-16 Thread Dave McCammon
--- flux <[EMAIL PROTECTED]> wrote: > 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. > > -- > Best regards, > flux mailto:[EMAIL PROTECTED] > #

Re: CPU type

2003-12-16 Thread Jerry McAllister
> > 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 var

Re: CPU type

2003-12-16 Thread mike
> 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? dmesg | grep CPU ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: CPU type

2003-12-15 Thread Kent Stewart
On Tuesday 16 December 2003 08:54 am, flux wrote: > 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. dmesg at the very top shows what you are using. If it has moved on, look at /

Re: CPU type

2003-12-15 Thread Dan Nelson
In the last episode (Dec 16), flux said: > 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. /var/run/dmesg.boot should hold your last bootup log, which will have CPU info in it.