<?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: Como buscar el numero de sockets y cores que tiene un sistema</title>
	<atom:link href="http://systemadmin.es/2010/07/como-buscar-el-numero-de-sockets-y-cores-que-tiene-un-sistema/feed" rel="self" type="application/rss+xml" />
	<link>http://systemadmin.es/2010/07/como-buscar-el-numero-de-sockets-y-cores-que-tiene-un-sistema</link>
	<description>Tu referencia para la administración de sistemas</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:03:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: MaKiNoTe</title>
		<link>http://systemadmin.es/2010/07/como-buscar-el-numero-de-sockets-y-cores-que-tiene-un-sistema/comment-page-1#comment-756</link>
		<dc:creator>MaKiNoTe</dc:creator>
		<pubDate>Wed, 28 Jul 2010 13:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://systemadmin.es/?p=2743#comment-756</guid>
		<description>Tambien podeis utilizar el comando lshw, esta en los repos de casi cualquier distro :P</description>
		<content:encoded><![CDATA[<p>Tambien podeis utilizar el comando lshw, esta en los repos de casi cualquier distro <img src='http://systemadmin.es/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi Prats</title>
		<link>http://systemadmin.es/2010/07/como-buscar-el-numero-de-sockets-y-cores-que-tiene-un-sistema/comment-page-1#comment-752</link>
		<dc:creator>Jordi Prats</dc:creator>
		<pubDate>Mon, 26 Jul 2010 10:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://systemadmin.es/?p=2743#comment-752</guid>
		<description>Tienes razón, no me había fijado en estos campos

Muchas gracias por tu comentario!!!</description>
		<content:encoded><![CDATA[<p>Tienes razón, no me había fijado en estos campos</p>
<p>Muchas gracias por tu comentario!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://systemadmin.es/2010/07/como-buscar-el-numero-de-sockets-y-cores-que-tiene-un-sistema/comment-page-1#comment-751</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 23 Jul 2010 14:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://systemadmin.es/?p=2743#comment-751</guid>
		<description>A través de /proc/cpuinfo también se puede ver esta información.
El campo &quot;physical id&quot; indica el socket en el que se encuentra el procesador.
Y el campo &quot;siblings&quot; indica el número de procesadores lógicos por procesador físico. Si comparamos este campo con &quot;cpu cores&quot; sabemos si tenemos o no hyperthreading. Si son iguales no hay hyperthreading. Si &quot;siblings&quot; dobla a &quot;cpu cores&quot; sabemos que hay hyperthreading, para este caso 2 hilos por núcleo.</description>
		<content:encoded><![CDATA[<p>A través de /proc/cpuinfo también se puede ver esta información.<br />
El campo &#8220;physical id&#8221; indica el socket en el que se encuentra el procesador.<br />
Y el campo &#8220;siblings&#8221; indica el número de procesadores lógicos por procesador físico. Si comparamos este campo con &#8220;cpu cores&#8221; sabemos si tenemos o no hyperthreading. Si son iguales no hay hyperthreading. Si &#8220;siblings&#8221; dobla a &#8220;cpu cores&#8221; sabemos que hay hyperthreading, para este caso 2 hilos por núcleo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shakaran</title>
		<link>http://systemadmin.es/2010/07/como-buscar-el-numero-de-sockets-y-cores-que-tiene-un-sistema/comment-page-1#comment-750</link>
		<dc:creator>shakaran</dc:creator>
		<pubDate>Fri, 23 Jul 2010 01:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://systemadmin.es/?p=2743#comment-750</guid>
		<description>En VPS que esten virtualizados con OpenVZ normalmente no podrás ver esas estadísticas ya que esta capado:

# dmidecode -t processor &#124; grep &quot;Socket D&quot;
/dev/mem: Permission denied
# dmidecode -t processor &#124; grep &quot;Core Count&quot;
/dev/mem: Permission denied
# dmidecode -t processor &#124; grep &quot;Core Enabled&quot;
/dev/mem: Permission denied</description>
		<content:encoded><![CDATA[<p>En VPS que esten virtualizados con OpenVZ normalmente no podrás ver esas estadísticas ya que esta capado:</p>
<p># dmidecode -t processor | grep &#8220;Socket D&#8221;<br />
/dev/mem: Permission denied<br />
# dmidecode -t processor | grep &#8220;Core Count&#8221;<br />
/dev/mem: Permission denied<br />
# dmidecode -t processor | grep &#8220;Core Enabled&#8221;<br />
/dev/mem: Permission denied</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://systemadmin.es/2010/07/como-buscar-el-numero-de-sockets-y-cores-que-tiene-un-sistema/comment-page-1#comment-748</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Thu, 22 Jul 2010 07:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://systemadmin.es/?p=2743#comment-748</guid>
		<description>Estupendo articulo, muchas gracias :)
Para Solaris &quot;prtdiag -v&quot;</description>
		<content:encoded><![CDATA[<p>Estupendo articulo, muchas gracias <img src='http://systemadmin.es/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Para Solaris &#8220;prtdiag -v&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

