<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[沧海一粟]]></title> 
<link>http://www.dzhope.com/index.php</link> 
<description><![CDATA[Web系统架构与服务器运维,php开发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[沧海一粟]]></copyright>
<item>
<link>http://www.dzhope.com/post//</link>
<title><![CDATA[查看Linux网络连接状态命令]]></title> 
<author>jed &lt;jed521@163.com&gt;</author>
<category><![CDATA[服务器技术]]></category>
<pubDate>Mon, 23 Mar 2009 01:27:18 +0000</pubDate> 
<guid>http://www.dzhope.com/post//</guid> 
<description>
<![CDATA[ 
	查看http进程数<br/><br/>[root@localhost conf]# ps -ef&#124;grep httpd&#124;wc -l<br/>333<br/><br/>统计连接数状态：<br/><br/>[root@localhost conf]# netstat -n&#124;awk '/^tcp/&#123;++S[$NF]&#125; END &#123;for(a in S) print a,S[a]&#125;'<br/>LAST_ACK 173<br/>SYN_RECV 35<br/>CLOSE_WAIT 159<br/>ESTABLISHED 152<br/>FIN_WAIT1 29<br/>FIN_WAIT2 10<br/>CLOSING 39<br/>TIME_WAIT 103<br/><br/>Tags - <a href="http://www.dzhope.com/tags/%25E7%25BD%2591%25E7%25BB%259C%25E9%2593%25BE%25E6%258E%25A5/" rel="tag">网络链接</a> , <a href="http://www.dzhope.com/tags/linux%25E5%2591%25BD%25E4%25BB%25A4/" rel="tag">linux命令</a>
]]>
</description>
</item><item>
<link>http://www.dzhope.com/post//#blogcomment</link>
<title><![CDATA[[评论] 查看Linux网络连接状态命令]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.dzhope.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>