<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How Do You Find The Number of CPU Cores on Linux?</title>
	<atom:link href="http://lonesysadmin.net/2008/04/28/how-do-you-find-the-number-of-cpu-cores-on-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://lonesysadmin.net/2008/04/28/how-do-you-find-the-number-of-cpu-cores-on-linux/</link>
	<description>im in ur data centrz patchin ur serverz</description>
	<pubDate>Mon, 13 Oct 2008 02:27:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Bob Plankers</title>
		<link>http://lonesysadmin.net/2008/04/28/how-do-you-find-the-number-of-cpu-cores-on-linux/#comment-74098</link>
		<dc:creator>Bob Plankers</dc:creator>
		<pubDate>Tue, 29 Apr 2008 22:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://lonesysadmin.net/?p=1247#comment-74098</guid>
		<description>Ah, look at that, 'cat /proc/cpuinfo &#124; egrep "physical\ id&#124;core\ id"' does emit information I can use. For whatever reason I was having a tough time wrapping my head around that one. Thanks Andrey!</description>
		<content:encoded><![CDATA[<p>Ah, look at that, &#8216;cat /proc/cpuinfo | egrep &#8220;physical\ id|core\ id&#8221;&#8216; does emit information I can use. For whatever reason I was having a tough time wrapping my head around that one. Thanks Andrey!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Klyachkin</title>
		<link>http://lonesysadmin.net/2008/04/28/how-do-you-find-the-number-of-cpu-cores-on-linux/#comment-74096</link>
		<dc:creator>Andrey Klyachkin</dc:creator>
		<pubDate>Tue, 29 Apr 2008 20:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://lonesysadmin.net/?p=1247#comment-74096</guid>
		<description>Bob, it's easy without any Intel's code. Just look at /proc/cpuinfo and you will see:
physical id     : 0
core id         : 1
cpu cores       : 2

If you have two CPUs in cpuinfo with the same physical id and core id, than - hallo, hyperthreading! When you have all CPUs with different physical ids, than you have SMP, and when you have CPUs with one physical id and different core ids - you have one multicore CPU. And so on...</description>
		<content:encoded><![CDATA[<p>Bob, it&#8217;s easy without any Intel&#8217;s code. Just look at /proc/cpuinfo and you will see:<br />
physical id     : 0<br />
core id         : 1<br />
cpu cores       : 2</p>
<p>If you have two CPUs in cpuinfo with the same physical id and core id, than - hallo, hyperthreading! When you have all CPUs with different physical ids, than you have SMP, and when you have CPUs with one physical id and different core ids - you have one multicore CPU. And so on&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
