<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>NetStat Agent</title>
	<link>http://netstatagent.com/blog</link>
	<description>NetStat Agent Blog</description>
	<pubDate>Thu, 04 Mar 2010 14:39:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>What does event column mean?</title>
		<link>http://netstatagent.com/blog/notes/what-does-event-column-mean/</link>
		<comments>http://netstatagent.com/blog/notes/what-does-event-column-mean/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 14:39:43 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[Notes]]></category>

		<category><![CDATA[connection status]]></category>

		<category><![CDATA[event]]></category>

		<category><![CDATA[log]]></category>

		<category><![CDATA[netstat]]></category>

		<category><![CDATA[netstat agent]]></category>

		<category><![CDATA[tcp connection]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/notes/what-does-event-column-mean/</guid>
		<description><![CDATA[Question
&#8220;I have logged NetStat acitivity for a couple of days. I am analyzing the log now. I cannot find a definition of what can be recorded in the Event Column. What exactly does changed mean? What exactly does new mean? What exactly does removed mean?&#8221;
Answer
Event Columns means a log record status, for example:
1) You click [...]]]></description>
			<content:encoded><![CDATA[<h4>Question</h4>
<p>&#8220;I have logged <a title="netstat" href="http://netstatagent.com">NetStat</a> acitivity for a couple of days. I am analyzing the log now. I cannot find a definition of what can be recorded in the Event Column. What exactly does changed mean? What exactly does new mean? What exactly does removed mean?&#8221;</p>
<h4>Answer</h4>
<p>Event Columns means a log record status, for example:<br />
1) You click on file in your browser and the browser opens a TCP connection to download file.<br />
2) At this moment <strong>NetStat Agent</strong> (NA) found that your browser opened a new connection, so because it is a new connection, NA sets a record status as &#8220;New&#8221;.<br />
3) But when your browser downloaded a file, it closes the opened connection and at this moment NA writes to log file that connection is closed and sets a record status as &#8220;Removed&#8221;.</p>
<p>A record status &#8220;Changed&#8221; means that connection state (see column &#8220;Status&#8221; in <strong>NetStat</strong> window) is changed, for example:<br />
1) Let assume you run Skype and connected to Skype server.<br />
2) In this case NA will find a TCP connection with status - &#8220;ESTABLISHED&#8221;.<br />
3) Then you decide to close Skype (disconnect).<br />
4) It means that your PC (Skype application) will send a FIN packet (a TCP signal to close connection) to a remote host (Skype server).<br />
5) For your PC it means a changing connection status from ESTABLISHED to FIN_WAIT1.<br />
6) So when <strong>NetStat Agent</strong> detects connection status changes it writes to log file what connection is changed and sets a record status as &#8220;Changed&#8221; to event column.</p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/notes/what-does-event-column-mean/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Connection monitoring with NetStat Agent</title>
		<link>http://netstatagent.com/blog/notes/connection-monitoring/</link>
		<comments>http://netstatagent.com/blog/notes/connection-monitoring/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 17:35:57 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[Notes]]></category>

		<category><![CDATA[connection]]></category>

		<category><![CDATA[filter]]></category>

		<category><![CDATA[HTTP]]></category>

		<category><![CDATA[local port]]></category>

		<category><![CDATA[monitor]]></category>

		<category><![CDATA[monitoring]]></category>

		<category><![CDATA[netstat]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/notes/connection-monitoring/</guid>
		<description><![CDATA[I was asked by email how to monitor only one local port, so decided to answer in blog.
Let assume that we have a HTTP server (Apache) on local port 80 and we want to monitor all HTTP connections. With installed NetStat Agent it is very easy to do.
After running NetStat you will see a lot [...]]]></description>
			<content:encoded><![CDATA[<p>I was asked by email how to monitor only one local port, so decided to answer in blog.</p>
<p>Let assume that we have a <strong>HTTP server</strong> (Apache) on local port 80 and we want to monitor all HTTP connections. With installed <a title="netstat command line" href="http://netstatagent.com">NetStat Agent</a> it is very easy to do.</p>
<p>After running <strong>NetStat</strong> you will see a lot of connections (click to see the large picture):</p>
<p><a href="http://netstatagent.com/blog/wp-content/uploads/2010/02/faq1.png" title="netstat"><img src="http://netstatagent.com/blog/wp-content/uploads/2010/02/faq1.thumbnail.png" alt="netstat" /></a></p>
<p>So we need to create a filter in &#8220;Monitor&#8221; tab to <strong>hide unwanted connections</strong>:</p>
<ol>
<li>In the context menu (right click) select &#8220;Clear&#8221; to clear all fields.</li>
<li>Set the name of filter: &#8220;hide all&#8221;.</li>
<li>Set action as &#8220;Hide&#8221;.</li>
<li>Check on the box &#8220;Enabled&#8221;.</li>
<li>Press &#8220;Add&#8221; button to add a new filter.</li>
</ol>
<p>The result you may see on the screenshot:</p>
<p><a href="http://netstatagent.com/blog/wp-content/uploads/2010/02/faq2.png" title="netstat monitor"><img src="http://netstatagent.com/blog/wp-content/uploads/2010/02/faq2.thumbnail.png" alt="netstat monitor" /></a></p>
<p>After adding this filter all connections are invisible. So we need another one to <strong>show only wanted connections</strong>:</p>
<ol>
<li>In the context menu (right click) select &#8220;Clear&#8221; to clear all fields.</li>
<li>Set the name of filter: &#8220;show http&#8221;.</li>
<li>Set the local port: 80.</li>
<li>Check on &#8220;Select&#8221; action only.</li>
<li>Press &#8220;Add&#8221;.</li>
</ol>
<p>See screenshot:</p>
<p><a href="http://netstatagent.com/blog/wp-content/uploads/2010/02/faq3.png" title="netstat filter"><img src="http://netstatagent.com/blog/wp-content/uploads/2010/02/faq3.thumbnail.png" alt="netstat filter" /></a></p>
<p>Now if you select &#8220;Connections&#8221; tab again, you will see only HTTP connections:</p>
<p><a href="http://netstatagent.com/blog/wp-content/uploads/2010/02/faq4.png" title="HTTP connections only"><img src="http://netstatagent.com/blog/wp-content/uploads/2010/02/faq4.thumbnail.png" alt="HTTP connections only" /></a></p>
<p>With NetStat Agent you may <a title="HTTP monitoring with NetStat Agent" href="http://netstatagent.com">monitor HTTP</a> visitors in real-time mode!</p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/notes/connection-monitoring/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NetStat Agent 3.0</title>
		<link>http://netstatagent.com/blog/news/netstat-agent-30/</link>
		<comments>http://netstatagent.com/blog/news/netstat-agent-30/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 18:52:12 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[external IP]]></category>

		<category><![CDATA[flags]]></category>

		<category><![CDATA[ip-to-country]]></category>

		<category><![CDATA[netstat]]></category>

		<category><![CDATA[pathping]]></category>

		<category><![CDATA[traceroute]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/news/netstat-agent-30/</guid>
		<description><![CDATA[We are happy to announce the third version of NetStat Agent! This version was planned to release in summer, but unfortunately we have the problems with our offline DSP projects. OK, so what’s the difference between version 2.1 and 3.0?

Feature added: user interface can be translated to other languages.
Feature added: pathping mode for trace route.
Feature [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce the third version of <a href="http://netstatagent.com" title="netstat">NetStat Agent</a>! This version was planned to release in summer, but unfortunately we have the problems with our offline DSP projects. OK, so what’s the difference between version 2.1 and 3.0?</p>
<ul>
<li>Feature added: user interface can be translated to other languages.</li>
<li>Feature added: <strong>pathping</strong> mode for trace route.</li>
<li>Feature added: <strong>country flags</strong> are shown now.</li>
<li>Feature added: you may find your <strong>external IP</strong>.</li>
<li>Feature added: IP-to-country database is updated.</li>
</ul>
<p>Also we changed the license key and every registered user will get a new key soon.</p>
<p>Hope you like new version of NetStat Agent!</p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/news/netstat-agent-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NetStat Agent 3.0 Beta 3</title>
		<link>http://netstatagent.com/blog/news/netstat-agent-30-beta-3/</link>
		<comments>http://netstatagent.com/blog/news/netstat-agent-30-beta-3/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 14:02:09 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[beta]]></category>

		<category><![CDATA[country]]></category>

		<category><![CDATA[flags]]></category>

		<category><![CDATA[netstat]]></category>

		<category><![CDATA[traceroute]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/news/netstat-agent-30-beta-3/</guid>
		<description><![CDATA[Good news for all NetStat Agent fans!
Today we released the final beta version of NetStat and the next version will be 3.0! So, what is new:
]]></description>
			<content:encoded><![CDATA[<p>Good news for all <strong>NetStat Agent</strong> fans!</p>
<p>Today we released the final beta version of NetStat and the next version will be 3.0! So, what is new: <a href="http://netstatagent.com/blog/news/netstat-agent-30-beta-3/#more-36" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/news/netstat-agent-30-beta-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A good tool for doing the job easier</title>
		<link>http://netstatagent.com/blog/articles/good-tool/</link>
		<comments>http://netstatagent.com/blog/articles/good-tool/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 07:33:38 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[monitoring]]></category>

		<category><![CDATA[netstat agent]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[success story]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/articles/good-tool/</guid>
		<description><![CDATA[A good day to all of you (the one’s who take the time just to read my story).
My reaction for NetStat Agent is as follows.
I just use it for monitoring and logging my server, it’s finally a good tool I came accross for reading and understanding in normal human being language about whats going on in [...]]]></description>
			<content:encoded><![CDATA[<p>A good day to all of you (the one’s who take the time just to read my story).</p>
<p>My reaction for <strong>NetStat Agent</strong> is as follows.</p>
<p>I just use it for <a href="http://netstatagent.com" title="monitoring server">monitoring</a> and logging my server, it’s finally a good tool I came accross for reading and understanding in normal human being language about whats going on in your system, with port usage, external adresses and more.<br />
Okey, I know all commands by hand also, but this is <strong>just a good tool for doing a job easier</strong><strong>!</strong></p>
<p>Thats my reaction on <a href="http://netstatagent.com" title="netstat">NetStat Agent</a>!</p>
<p>Greetings,<br />
Peter Lazaroms<br />
http://alienhost.nl</p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/articles/good-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I love NetStat Agent</title>
		<link>http://netstatagent.com/blog/articles/i-love-netstat-agent/</link>
		<comments>http://netstatagent.com/blog/articles/i-love-netstat-agent/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 06:56:10 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[success story]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/articles/i-love-netstat-agent/</guid>
		<description><![CDATA[Hi!
First time I used NetStat when got it free from giveawayoftheday.com, and I just love it!
NetStat is very nice feature-rich software that allows me to do everything I need from one single program: fast domain whois search (no captchas), ping (example to game servers), monitor internet connections (remote ip and port, local ip and port, [...]]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />
First time I used <a href="http://netstatagent.com" title="netstat">NetStat</a> when got it free from giveawayoftheday.com, and I just love it!<br />
NetStat is very nice feature-rich software that allows me to do everything I need from one single program: fast domain whois search (no captchas), ping (example to game servers), monitor internet connections (remote ip and port, local ip and port, hostname, status, protocol), HTTP Checker and more.<br />
NetStat is easy to use and powerful software, I can use it to do so many things!</p>
<p>Niklas L.</p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/articles/i-love-netstat-agent/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[FAQ] How to clear the TraceRoute history?</title>
		<link>http://netstatagent.com/blog/notes/faq-how-to-clear-the-traceroute-history/</link>
		<comments>http://netstatagent.com/blog/notes/faq-how-to-clear-the-traceroute-history/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 08:10:55 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[Notes]]></category>

		<category><![CDATA[faq]]></category>

		<category><![CDATA[History]]></category>

		<category><![CDATA[netstat agent]]></category>

		<category><![CDATA[ping]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[traceroute]]></category>

		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/notes/faq-how-to-clear-the-traceroute-history/</guid>
		<description><![CDATA[Each time when you query the route in the TraceRoute tool, NetStat Agent saves the request to cache. But if you want to clear this cache or remove a record from this cache, then you must open the RegEdit and find the path:
HKEY_CURRENT_USER\Software\Flexbyte\NetStat Agent\Tracer
In this folder, you may find records Recent.0, Recent.1 and so on. [...]]]></description>
			<content:encoded><![CDATA[<p>Each time when you query the route in the <a href="http://netstatagent.com" title="tracert, traceroute">TraceRoute</a> tool, NetStat Agent saves the request to cache. But if you want to clear this cache or remove a record from this cache, then you must open the <strong>RegEdit</strong> and find the path:</p>
<p><strong>HKEY_CURRENT_USER\Software\Flexbyte\NetStat Agent\Tracer</strong></p>
<p>In this folder, you may find records <strong>Recent.0</strong>, <strong>Recent.1</strong> and so on. You may delete all records or only one.</p>
<p>The same you may do to clear the <a href="http://netstatagent.com" title="ping, ping.exe">Ping</a> history, but in Ping folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/notes/faq-how-to-clear-the-traceroute-history/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NetStat Agent 3.0 Beta</title>
		<link>http://netstatagent.com/blog/news/netstat-agent-30-beta/</link>
		<comments>http://netstatagent.com/blog/news/netstat-agent-30-beta/#comments</comments>
		<pubDate>Sun, 31 May 2009 09:05:33 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[localization]]></category>

		<category><![CDATA[netstat]]></category>

		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/news/netstat-agent-30-beta/</guid>
		<description><![CDATA[We are happy to announce the release of NetStat Agent 3.0 Beta. Now the software supports unicode and can be translated to many languages. But it is only one feature that is implemented in this version. In the major 3.0 version you will find more cool features!
Stay tuned!
]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce the release of <a href="http://netstatagent.com" title="netstat software">NetStat Agent</a> 3.0 Beta. Now the software supports unicode and can be translated to many languages. But it is only one feature that is implemented in this version. In the major 3.0 version you will find more cool features!</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/news/netstat-agent-30-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NetStat Agent Localization</title>
		<link>http://netstatagent.com/blog/news/netstat-localization/</link>
		<comments>http://netstatagent.com/blog/news/netstat-localization/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 08:06:52 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[ipconfig]]></category>

		<category><![CDATA[localization]]></category>

		<category><![CDATA[netstat agent 3.0 beta]]></category>

		<category><![CDATA[traceroute]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/news/netstat-localization/</guid>
		<description><![CDATA[Recently we have received many letters from peoples requesting to translate the user interface into their native language. Typically, this is German, Russian and French users. But unfortunately, our current version of NetStat Agent 2.1 does not allow us to give all text strings to translator.
So now we are working on a new version of [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we have received many letters from peoples requesting to translate the user interface into their native language. Typically, this is German, Russian and French users. But unfortunately, our current version of <strong>NetStat Agent 2.1</strong> does not allow us to give all text strings to translator.</p>
<p>So now we are working on a new version of 3.0, which will support the opportunity to choose your own language. Also we will add some new features to <a href="http://netstatagent.com" title="traceroute">traceroute</a>, ipconfig utilities.</p>
<p>The beta version 3.0 will be available soon. And the final 3.0 version I think we will be available in the middle of May.</p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/news/netstat-localization/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NetStat Agent in Action</title>
		<link>http://netstatagent.com/blog/articles/netstat-in-action/</link>
		<comments>http://netstatagent.com/blog/articles/netstat-in-action/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 15:24:02 +0000</pubDate>
		<dc:creator>flexbyte</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[success story]]></category>

		<guid isPermaLink="false">http://netstatagent.com/blog/articles/netstat-in-action/</guid>
		<description><![CDATA[Hey all. Imagine &#8220;seeing&#8221; what you&#8217;re connected to on the internet. I found a great IP Monitoring software developed by Flexbyte Software called Netstat Agent that does just that. Here is the link &#8211;&#62; http://netstatagent.com/
I have always been wondering what is going on with my internet connection.
]]></description>
			<content:encoded><![CDATA[<p>Hey all. Imagine &#8220;seeing&#8221; what you&#8217;re connected to on the internet. I found a great <a href="http://netstatagent.com/">IP Monitoring</a> software developed by Flexbyte Software called Netstat Agent that does just that. Here is the link &#8211;&gt; http://netstatagent.com/</p>
<p>I have always been wondering what is going on with my internet connection. <a href="http://netstatagent.com/blog/articles/netstat-in-action/#more-30" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://netstatagent.com/blog/articles/netstat-in-action/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
