From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 13:51:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2976110656AB for ; Wed, 18 Jun 2008 13:51:30 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.191]) by mx1.freebsd.org (Postfix) with ESMTP id ADC418FC26 for ; Wed, 18 Jun 2008 13:51:29 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so15325gve.39 for ; Wed, 18 Jun 2008 06:51:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:mime-version:content-type:content-transfer-encoding :content-disposition; bh=/HChCtA6zpTYz1ohrINTWs1tSPm/DqWiIXDsoBGwAFo=; b=IFfz7XqPzb0JSQT2Woul3sEa1LHCtohGPkuTtHlxQbCIwKbC3xEqlXj62g/N53CAON Ja9m7y5UoypgbASbsQfMhIh0j+ab54q3TN+GF6VN7Hj/ljs1VtqH1MEaujaGmUdAl6s6 C7ErE918ymfp8fxYGg2j1xcL45QGuYYZkrN0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type :content-transfer-encoding:content-disposition; b=XQJEyzz2ZQfOaQsenvhqwxAeVbijhQt7vkf7zmSPqpufVHMS7mExoMFxXcNgNkcsdE J6HyIkFrDqIkuw/n5LgxiaTq1e1SQwVYEQGVipAlthUMbRm99Loyu46wpC2puj7fFSXu qxm8O5UgRx/oAFesL9767yvhMPbWxcoRQoX5M= Received: by 10.210.18.18 with SMTP id 18mr598676ebr.95.1213797088048; Wed, 18 Jun 2008 06:51:28 -0700 (PDT) Received: by 10.210.34.1 with HTTP; Wed, 18 Jun 2008 06:51:28 -0700 (PDT) Message-ID: <3c0b01820806180651i509a223dy7d50d3cb2a0a2b68@mail.gmail.com> Date: Wed, 18 Jun 2008 09:51:28 -0400 From: "Alexander Sack" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-hackers@freebsd.org Subject: How do I list what CPU core is on what package? 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: Wed, 18 Jun 2008 13:51:30 -0000 Hi Everybody: Simple question, if I want to know if a cpu X is on a particular package is there an easy way to list this? Normally my understanding is on most machines, every other LAPIC id is on the same package. So 0,2,4,6 would be on one package and 1,3,5,7 would be on another (say in a 2-way quad-core) and I am assuming (I haven't checked source) that the OS lists them in LAPIC order. Thanks! -aps