<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://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://jackxiang.com/post//</link>
<title><![CDATA[ 后台使用top命令需注意使用-b选项]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 04 Aug 2011 14:43:20 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	通过其他程序或脚本在非交互式模式下调用top命令，经常会出现:<br/>&nbsp;&nbsp; top: failed tty get 错误<br/><br/>解决办法：加个-b 选项皆可<br/><br/>-b : Batch mode operation<br/>&nbsp;&nbsp; Starts top in &lt;A1&gt;&lt;AF&gt;Batch mode&lt;A1&gt;&lt;AF&gt;, which could be useful for sending output from top to other programs or to a file. In this mode, top will not accept input and runs until the iterations limit you&lt;A1&gt;&lt;AF&gt;ve set with the &lt;A1&gt;&lt;AF&gt;-n&lt;A1&gt;&lt;AF&gt; command-line option or until killed.<br/><br/>例如执行：<br/>top -bn 1<br/><br/>监控某个进程的状态：<br/>top -bn 1 -p 14370 &#124; grep cmdname&gt;&gt;stats.log<br/><br/>来源：http://phpor.net/blog/post/819/<br/><br/><br/>用top命令看一下有下边四个进程吗?有的话ok了!(top -b -d 5) <br/>fmsmaster fmsedge fmscore fmsadmin <br/>别忘记打开linux的防火墙端口!!!!<br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论]  后台使用top命令需注意使用-b选项]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>