<?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>Linux Ask! &#187; Squid</title>
	<atom:link href="http://www.linuxask.com/topics/servers/squid/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxask.com</link>
	<description>Linux Ask! is a Q &#38; A web site specific for Linux related questions such as how to use common Linux commands.</description>
	<lastBuildDate>Tue, 05 May 2015 07:15:40 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>How to check how many established connection of my web server?</title>
		<link>http://www.linuxask.com/questions/how-to-check-how-many-established-connection-of-my-web-server</link>
		<comments>http://www.linuxask.com/questions/how-to-check-how-many-established-connection-of-my-web-server#comments</comments>
		<pubDate>Thu, 18 Jul 2013 04:16:13 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Advanced Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=4277</guid>
		<description><![CDATA[How to check how many established connection of my web server? Answer: Assume you server is listening on port 80, you can check how many established connection to this port with the following command: netstat -an &#124; grep :80 &#124; grep ESTABLISHED &#124; wc -l 4919<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/check-the-number-of-active-apache-connection" rel="bookmark" title="Check the number of active Apache connection">Check the number of active Apache connection </a></li>
<li><a href="http://www.linuxask.com/questions/check-for-the-number-of-connection-from-a-particular-ip-address" rel="bookmark" title="Check for the number of connection from a particular IP address">Check for the number of connection from a particular IP address </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-kill-a-tcp-connection-using-tcpkill" rel="bookmark" title="How to kill a TCP connection using tcpkill?">How to kill a TCP connection using tcpkill? </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>How to check how many established connection of my web server?</p>
<p><strong>Answer:</strong></p>
<p>Assume you server is listening on <strong>port 80</strong>, you can check how many established connection to this port with the following command:</p>
<pre><code>netstat -an | grep :80 | grep ESTABLISHED | wc -l
4919
</code></pre>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/check-the-number-of-active-apache-connection" rel="bookmark" title="Check the number of active Apache connection">Check the number of active Apache connection </a></li>
<li><a href="http://www.linuxask.com/questions/check-for-the-number-of-connection-from-a-particular-ip-address" rel="bookmark" title="Check for the number of connection from a particular IP address">Check for the number of connection from a particular IP address </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-kill-a-tcp-connection-using-tcpkill" rel="bookmark" title="How to kill a TCP connection using tcpkill?">How to kill a TCP connection using tcpkill? </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/how-to-check-how-many-established-connection-of-my-web-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
