<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[FreeBSD环境下获取CPU信息,FreeBSD系统下如何查看CPU信息 。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 24 Sep 2010 08:34:57 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	dmesg 最简单的方法<br/>freebsd# cat /var/run/dmesg.boot &#124;grep CPU 可以查看 cpu信息<br/> <br/>sysctl hw.model 看cpuid<br/>sysctl machdep.tsc_freq 看cpu频率<br/> <br/>或者直接通过ports<br/>cd /usr/ports/misc/cpuid<br/>make install clean<br/>然后<br/>可以直接通过cpuid来查看<br/>/usr/local/bin/cpuid<br/>Tags: cpu , freebsd<br/>来自：http://blog.sina.com.cn/s/blog_49f8dc400100wnn9.html<br/><br/>获取CPU速度<br/>　　在shell下键入以下命令：<br/>引用<br/>sysctl -a &#124; egrep -i &#039;hw.machine&#124;hw.model&#124;hw.ncpu&#039;<br/><br/><br/>　　将会得到大概如下输出：<br/><br/>引用<br/>hw.machine: amd64<br/>hw.model: Intel(R) Xeon(R) CPU&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; E5620&nbsp;&nbsp;@ 2.40GHz<br/>hw.ncpu: 8<br/>hw.machine_arch: amd64<br/><br/><br/>　　那么，通过以上信息我们得知CPU为Intel Xeon四核，频率为2.4GHz<br/><br/><br/>　　获取更多CPU信息<br/><br/>　　为了得到更详细的CPU信息，我们可以用下面的命令：<br/><br/>引用<br/>dmesg &#124; grep -i cpu<br/>或<br/>grep -i cpu /var/run/dmesg.boot<br/><br/><br/>　　将会得到大概如下输出：<br/><br/>引用<br/>CPU: Intel(R) Xeon(TM) CPU 3.00GHz (3000.12-MHz K8-class CPU)<br/>FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs<br/>cpu0 (BSP): APIC ID:&nbsp;&nbsp;0<br/>cpu1 (AP/HT): APIC ID:&nbsp;&nbsp;1<br/>cpu0:&nbsp;&nbsp;&lt;ACPI CPU&gt; on acpi0<br/>p4tcc0:&nbsp;&nbsp;on cpu0<br/>cpu1:&nbsp;&nbsp;&lt;ACPI CPU&gt; on acpi0<br/>p4tcc1:&nbsp;&nbsp;on cpu1<br/>SMP: AP CPU #1 Launched!<br/><br/><br/>来源：http://blog.jiqila.com/post/227/
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] FreeBSD环境下获取CPU信息,FreeBSD系统下如何查看CPU信息 。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>