Quick and Simple question

2004-12-02 Thread Alvaro Rosales
Hello Guys a quick and simple question. Which command line should I
use to see the type of processor I am using?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Quick and Simple question

2004-12-02 Thread Dan Nelson
In the last episode (Dec 02), Alvaro Rosales said:
 Hello Guys a quick and simple question. Which command line should I
 use to see the type of processor I am using?

The file /var/run/dmesg.boot will give you a lot of detail, some of
which is stored in the hw sysctl tree for easy retrieval by scripts
or programs.  hw.machine, hw.model, and hw.clockrate for example.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Quick and Simple question

2004-12-02 Thread Chuck Swiger
Alvaro Rosales wrote:
Hello Guys a quick and simple question. Which command line should I
use to see the type of processor I am using?
uname -mp
sysctl -a hw
--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Quick and Simple question

2004-12-02 Thread Joshua Lokken
On Thu, 2 Dec 2004 12:30:18 -0600, Dan Nelson [EMAIL PROTECTED] wrote:
 In the last episode (Dec 02), Alvaro Rosales said:
  Hello Guys a quick and simple question. Which command line should I
  use to see the type of processor I am using?
 
 The file /var/run/dmesg.boot will give you a lot of detail, some of
 which is stored in the hw sysctl tree for easy retrieval by scripts
 or programs.  hw.machine, hw.model, and hw.clockrate for example.


There should be some good output from:

# dmesg | grep CPU

too.

-- 
Joshua Lokken
Open Source Advocate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]