From owner-freebsd-questions@FreeBSD.ORG Mon Mar 27 07:03:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B3416A401 for ; Mon, 27 Mar 2006 07:03:23 +0000 (UTC) (envelope-from rob@fiberuplink.com) Received: from hardlink.inetking.com (newyork.hardlink.com [140.186.181.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E21143D64 for ; Mon, 27 Mar 2006 07:03:20 +0000 (GMT) (envelope-from rob@fiberuplink.com) Received: (qmail 58587 invoked by uid 1013); 27 Mar 2006 07:03:20 -0000 Received: from 24.220.159.169 by eclipse.fiberuplink.com (envelope-from , uid 1011) with qmail-scanner-1.25-st-qms (clamdscan: 0.87/1102. spamassassin: 3.0.1. perlscan: 1.25-st-qms. Clear:RC:0(24.220.159.169):SA:0(-0.5/4.5):. Processed in 2.732316 secs); 27 Mar 2006 07:03:20 -0000 X-Spam-Status: No, hits=-0.5 required=4.5 X-Antivirus-INetKing-Mail-From: rob@fiberuplink.com via eclipse.fiberuplink.com X-Antivirus-INetKing: 1.25-st-qms (Clear:RC:0(24.220.159.169):SA:0(-0.5/4.5):. Processed in 2.732316 secs Process 58579) Received: from host-169-159-220-24.midco.net (HELO rob) (rob@fiberuplink.com@24.220.159.169) by hardlink.inetking.com with SMTP; 27 Mar 2006 07:03:16 -0000 Message-ID: <012c01c6516d$689777c0$f31f10ac@rob> From: "Rob W." To: References: Date: Mon, 27 Mar 2006 01:09:36 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: cat /proc/cpuinfo ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 07:03:23 -0000 Yep, It is located in your sysctl Try this: ' sysctl -a | less ' That should give you all info about the system including cpu, memory ect.. ----- Original Message ----- From: "Bill Schoolcraft" To: Sent: Monday, March 27, 2006 12:47 AM Subject: cat /proc/cpuinfo ? > Hello Family, > > Yes, yes, I know... I have a bunch of boxes under my desk here at > home and between the Ultra-10, FreeBSD-5.4 and 6.0 and SuSE I get > confused and that's what happened when I tried to type the following > on my FreeBSD box. > > cat /proc/cpuinfo > > What I did get off my other box, where this command works was: > > ########################################### > > processor : 0 > vendor_id : AuthenticAMD > cpu family : 15 > model : 31 > model name : AMD Athlon(tm) 64 Processor 3000+ > stepping : 0 > cpu MHz : 994.927 > cache size : 512 KB > fpu : yes > fpu_exception : yes > cpuid level : 1 > wp : yes > flags : fpu vme de pse tsc msr pae mce (snipped) > bogomips : 1956.97 > TLB size : 1024 4K pages > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: ts fid vid ttp > > ########################################### > > (question) > > Is there some *BSD port that will give me CPU information like the > above from the command line? > > TIA > > > > > -- > Bill Schoolcraft | http://wiliweld.com > > "If your life was full of nothing but > sunshine, you would just be a desert." > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >