<?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[如何指定进程运行的CPU(命令行 taskset)]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Fri, 06 Oct 2017 12:55:06 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	进程启动时指定CPU<br/>命令taskset -c 1 ./redis-server ../redis.conf<br/><br/>taskset<br/>taskset是LINUX提供的一个命令(ubuntu系统可能需要自行安装，schedutils package)。他可以让某个程序运行在某个（或）某些CPU上。<br/><br/><br/>指定进程运行在某个特定的CPU上<br/><br/>命令taskset -pc 3 21184<br/><br/>显示结果：<br/><br/>pid 21184&#039;s current affinity list: 0-23<br/>pid 21184&#039;s new affinity list: 3<br/><br/>注：3表示CPU将只会运行在第4个CPU上（从0开始计数）。<br/><br/><br/>来自：http://blog.csdn.net/xluren/article/details/43202201<br/>http://www.361way.com/linux-context-switch/5131.html
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 如何指定进程运行的CPU(命令行 taskset)]]></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>