From owner-freebsd-questions@FreeBSD.ORG Sun Sep 28 04:21:14 2003 Return-Path: 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 6D42416A4BF for ; Sun, 28 Sep 2003 04:21:14 -0700 (PDT) Received: from bebop.inter-sonic.com (bebop.inter-sonic.com [212.247.185.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7638143F85 for ; Sun, 28 Sep 2003 04:21:13 -0700 (PDT) (envelope-from peo@intersonic.se) Received: from localhost (localhost.inter-sonic.com [127.0.0.1]) by bebop.inter-sonic.com (Postfix) with ESMTP id D4F88142A92; Sun, 28 Sep 2003 13:21:11 +0200 (CEST) Received: from bebop.inter-sonic.com ([127.0.0.1]) by localhost (bebop.inter-sonic.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08531-07; Sun, 28 Sep 2003 13:21:06 +0200 (CEST) Received: from intersonic.se (as9-2-1.bi.s.bonet.se [217.215.7.177]) by bebop.inter-sonic.com (Postfix) with ESMTP id 4F4C0142A90; Sun, 28 Sep 2003 13:21:06 +0200 (CEST) Message-ID: <3F76C421.1000104@intersonic.se> Date: Sun, 28 Sep 2003 13:21:05 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030831 X-Accept-Language: en-us, en, sv MIME-Version: 1.0 To: Micheal Patterson References: <3F76B9B3.6030805@intersonic.se> <00f701c385ad$c9a18cb0$0201a8c0@dredster> In-Reply-To: <00f701c385ad$c9a18cb0$0201a8c0@dredster> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at inter-sonic.com cc: freebsd-questions@freebsd.org Subject: Re: how to get system information X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2003 11:21:14 -0000 >> >>I am wondering how to find out system hardware information from a >>running system, I know for instance pciconf(8) but what are the >>corresponding ones for memory, cpu etc? >> > > > more /var/run/dmesg.boot to get the info at boot time. > vmstat 5 5 will give you 5 items 5 sconds apart to show you procs, memory, > page, disks, faults and cpu info. > Thanks, that was a good start. Now, if I wanted to see more detailed info on the processor than the dmesg.boot output: Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Like cache size etc.?