--- 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]
>
#
>
> 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
> 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
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 /
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.