<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>稀饭的国度 &#187; netstat</title>
	<atom:link href="http://blog.thematice.com/html/ytag/netstat/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.thematice.com</link>
	<description>发现自己的脑袋不好使了，用blog来记录真的很好用。</description>
	<lastBuildDate>Sun, 18 Jul 2010 15:56:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows netstat 查看端口 进程占用</title>
		<link>http://blog.thematice.com/html/y2010/02/08/1004/windows-netstat-%e6%9f%a5%e7%9c%8b%e7%ab%af%e5%8f%a3-%e8%bf%9b%e7%a8%8b%e5%8d%a0%e7%94%a8.html</link>
		<comments>http://blog.thematice.com/html/y2010/02/08/1004/windows-netstat-%e6%9f%a5%e7%9c%8b%e7%ab%af%e5%8f%a3-%e8%bf%9b%e7%a8%8b%e5%8d%a0%e7%94%a8.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:30:20 +0000</pubDate>
		<dc:creator>稀饭</dc:creator>
				<category><![CDATA[win]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.thematice.com/?p=1004</guid>
		<description><![CDATA[目标：在Windows环境下，用netstat命令查看某个端口号是否占用，为哪个进程所占用.
操作：操作分为两步：（1）查看该端口被那个PID所占用;方法一：有针对性的查看端口，使用命令
Netstat –ano&#124;findstr “&#60;端口号&#62;”,如图，最后一列为PID。图中的端口号为1068，所对应的PID为3840。

                     (a)图
方法二：查看所有的，然后找到对应的端口和PID。

(b)图
第一幅图中的5列就是上面(a)图对应的5列
（2）查看该PID对应的进程名称。
方法一：一直用命令查找，tasklist&#124;findstr “&#60;PID号&#62;”

 (c)图
从 (c)图 可以看出，PID为3840所对应的进程名字为msnmsgr.exe。
方法二：用任务管理器查看。
调出任务管理器，选择列，如d图。
    
             (d)图
       查看PID对应的进程名称。如(e)图中的msnmsgr.exe
 

   [...]]]></description>
		<wfw:commentRss>http://blog.thematice.com/html/y2010/02/08/1004/windows-netstat-%e6%9f%a5%e7%9c%8b%e7%ab%af%e5%8f%a3-%e8%bf%9b%e7%a8%8b%e5%8d%a0%e7%94%a8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
