<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Display Number of Processors on Linux</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Fri, 06 Nov 2009 21:42:30 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/comment-page-1/#comment-64381</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 08 Jan 2009 10:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/#comment-64381</guid>
		<description>This comment I wrote may also help you (it&#039;s actually for Linux): http://www.howtogeek.com/howto/solaris/get-the-processor-type-on-solaris/#comment-64380</description>
		<content:encoded><![CDATA[<p>This comment I wrote may also help you (it&#8217;s actually for Linux): <a href="http://www.howtogeek.com/howto/solaris/get-the-processor-type-on-solaris/#comment-64380" rel="nofollow">http://www.howtogeek.com/howto.....ment-64380</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/comment-page-1/#comment-44391</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Thu, 10 Apr 2008 21:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/#comment-44391</guid>
		<description>To get the count of physical CPUs, this works by counting the unique physical ids
grep &quot;physical id&quot; /proc/cpuinfo &#124;sort -u&#124;wc -l</description>
		<content:encoded><![CDATA[<p>To get the count of physical CPUs, this works by counting the unique physical ids<br />
grep &#8220;physical id&#8221; /proc/cpuinfo |sort -u|wc -l</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: odor</title>
		<link>http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/comment-page-1/#comment-35145</link>
		<dc:creator>odor</dc:creator>
		<pubDate>Fri, 25 Jan 2008 15:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/#comment-35145</guid>
		<description>Well... Sorry to say that it doesn&#039;t work most of the time. Beside multithreadin processors, It is common that entry on a single processor has multiple occurence of word &quot;processor&quot; (both in the procesor identifier and model name.
On my ancient pemtium M laptop it reports 2 processors because ist modelname is  &quot;Intel(R) Pentium(R) M processor 1.73GHz&quot;. 

This might help:
grep -c ^processor /proc/cpuinfo</description>
		<content:encoded><![CDATA[<p>Well&#8230; Sorry to say that it doesn&#8217;t work most of the time. Beside multithreadin processors, It is common that entry on a single processor has multiple occurence of word &#8220;processor&#8221; (both in the procesor identifier and model name.<br />
On my ancient pemtium M laptop it reports 2 processors because ist modelname is  &#8220;Intel(R) Pentium(R) M processor 1.73GHz&#8221;. </p>
<p>This might help:<br />
grep -c ^processor /proc/cpuinfo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Boddie</title>
		<link>http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/comment-page-1/#comment-22823</link>
		<dc:creator>Paul Boddie</dc:creator>
		<pubDate>Tue, 18 Sep 2007 21:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/#comment-22823</guid>
		<description>Won&#039;t this count CPUs with hyperthreading twice? My computer has one Pentium 4 (Prescott) CPU, but has two processor entries in cpuinfo.</description>
		<content:encoded><![CDATA[<p>Won&#8217;t this count CPUs with hyperthreading twice? My computer has one Pentium 4 (Prescott) CPU, but has two processor entries in cpuinfo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/comment-page-1/#comment-5608</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 13 Mar 2007 00:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/#comment-5608</guid>
		<description>This will save you a pipe
grep -c processor /proc/cpuinfo</description>
		<content:encoded><![CDATA[<p>This will save you a pipe<br />
grep -c processor /proc/cpuinfo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rayz</title>
		<link>http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/comment-page-1/#comment-4277</link>
		<dc:creator>Rayz</dc:creator>
		<pubDate>Mon, 26 Feb 2007 19:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/#comment-4277</guid>
		<description>Hi,
this will give you the same result and saves you having to type a couple of characters 

grep processor /proc/cpuinfo &#124;wc -l</description>
		<content:encoded><![CDATA[<p>Hi,<br />
this will give you the same result and saves you having to type a couple of characters </p>
<p>grep processor /proc/cpuinfo |wc -l</p>
]]></content:encoded>
	</item>
</channel>
</rss>
