From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Hs4k3-0003I0-5S for garchives@archives.gentoo.org; Sat, 26 May 2007 22:28:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4QMQ8tq015889; Sat, 26 May 2007 22:26:08 GMT Received: from outbound.mailhop.org (outbound.mailhop.org [63.208.196.171]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l4QMK9Gk008101 for ; Sat, 26 May 2007 22:20:09 GMT Received: from c-67-168-161-74.hsd1.wa.comcast.net ([67.168.161.74] helo=daevid.com) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Hs4cJ-0007a5-Ot for gentoo-user@lists.gentoo.org; Sat, 26 May 2007 18:20:07 -0400 Received: from locutus ([10.10.10.69]) by daevid.com with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.54) id 1Hs4cH-0005Mg-KT for gentoo-user@lists.gentoo.org; Sat, 26 May 2007 15:20:05 -0700 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 67.168.161.74 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19Qgf7rhJoJBV6DRwUmSJwq From: "Daevid Vincent" To: Subject: [gentoo-user] how do i know my SMP is working and setup right? Date: Sat, 26 May 2007 15:19:36 -0700 Message-ID: <037601c79fe4$03f77f60$450a0a0a@locutus> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 thread-index: Acef4/HeVejkvjEtQGyDkdl+LARZbg== X-Archives-Salt: baa7a231-e35b-474a-b76e-2cfccfd09fac X-Archives-Hash: 175908e05049cefaa0c573e695f364f1 I just upgraded my Gentoo server from an old Celeron 1Ghz to a Pentium4 3Ghz (hyperthreaded). In /etc/make.conf I have: CHOST="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -msse" MAKEOPTS="-j3" I compiled the new kernel and added some SMP stuff I saw: daevid ~ # uname -a Linux daevid.com 2.6.19-gentoo-r5 #2 SMP PREEMPT Sat May 26 13:50:25 PDT 2007 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux But when I'm in KDE, the little load applet doesn't show two CPUs (should it?). So how can I tell that it's being used, and what "tool" will show me both CPUs and their loads n stuff (like WinXP does in taskmgr -- this used to be an XP box BTW. I "upgraded" it ;-) daevid ~ # x86info x86info v1.20. Dave Jones 2001-2006 Feedback to . Found 2 CPUs ------------------------------------------------------------------------ -- CPU #1 Family: 15 Model: 3 Stepping: 4 Type: 0 Brand: 0 CPU Model: Pentium 4 (Prescott) [D0] Original OEM Processor name string: Intel(R) Pentium(R) 4 CPU 3.00GHz Feature flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflsh ds acpi mmx fxsr sse sse2 ss ht tm pbe sse3 monitor ds-cpl cntx-id xTPR Extended feature flags: Cache info Instruction trace cache: 12K uOps, 8-way associative. L1 Data cache: 16KB, sectored, 8-way associative. 64 byte line size. L2 unified cache: 1MB, sectored, 8-way associative. 64 byte line size. TLB info Instruction TLB: 4K, 2MB or 4MB pages, fully associative, 64 entries. Data TLB: 4KB or 4MB pages, fully associative, 64 entries. The physical package supports 2 logical processors ------------------------------------------------------------------------ -- CPU #2 Family: 15 Model: 3 Stepping: 4 Type: 0 Brand: 0 CPU Model: Pentium 4 (Prescott) [D0] Original OEM Processor name string: Intel(R) Pentium(R) 4 CPU 3.00GHz Feature flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflsh ds acpi mmx fxsr sse sse2 ss ht tm pbe sse3 monitor ds-cpl cntx-id xTPR Extended feature flags: Cache info Instruction trace cache: 12K uOps, 8-way associative. L1 Data cache: 16KB, sectored, 8-way associative. 64 byte line size. L2 unified cache: 1MB, sectored, 8-way associative. 64 byte line size. TLB info Instruction TLB: 4K, 2MB or 4MB pages, fully associative, 64 entries. Data TLB: 4KB or 4MB pages, fully associative, 64 entries. The physical package supports 2 logical processors ------------------------------------------------------------------------ -- -- gentoo-user@gentoo.org mailing list