<?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>gHacks technology news &#187; iperf</title>
	<atom:link href="http://www.ghacks.net/tag/iperf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 11:56:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Measure exact throughput of any TCP IP network</title>
		<link>http://www.ghacks.net/2008/07/09/measure-exact-throughput-of-any-tcp-ip-network/</link>
		<comments>http://www.ghacks.net/2008/07/09/measure-exact-throughput-of-any-tcp-ip-network/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 08:00:48 +0000</pubDate>
		<dc:creator>Tobey</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[iperf]]></category>
		<category><![CDATA[netcps]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5196</guid>
		<description><![CDATA[Wondering how much traffic can be pulled through the network you&#8217;re working in during certain period of time or how quickly your network components work? Yeah, be a networking proffesional or a regular home user with a small LAN (like me :) ), it&#8217;s always good to know what&#8217;s your network capable of. But how [...]]]></description>
			<content:encoded><![CDATA[<p>Wondering how much traffic can be pulled through the network you&#8217;re working in during certain period of time or how quickly your network components work? Yeah, be a networking proffesional or a regular home user with a small LAN (like me :) ), it&#8217;s always good to know what&#8217;s your network capable of. But how do we find out? Well, some smart IT guys thought a utility capable of precisely measuring the amount of data flow within a period of time could come in handy and were so kind to share these tiny yet sophisticated utilities. Though, you do need to be able to access both endpoints between which you want to measure since the applications must be running on both sides in a server-client setting. Let the measuring begin!</p>
<p><span id="more-5196"></span>NetCPS &#8211; the easier way</p>
<p>This little tool called <a href="http://www.netchain.com/netcps">NetCPS</a> (a single executable file) is rather simplistic, no fancy features as the author (credits to Jarle Aase) says. It pumps 100MB of generated data (without accessing the HDD which could mess with the final result) and then displays the result in form of average speed stated in both KB/s and MB/s. Sourcecode is available for download as well in case you&#8217;d like to do some further tinkering with it. Freely usable unless you intend to use it on behalf of military or government.</p>
<p><a href="http://www.scrnshots.com/users/Cyberfly/screenshots/16410"><img src="http://s3.amazonaws.com/scrnshots.com/screenshots/16410/ScreenShot00007.png" /></a></p>
<p>Example of use:</p>
<p>Server-side end-point: netcps -server<br />
Client-side end-point2: netcps *IP address/hostname of the host*</p>
<p>Additional switches to change the default port (4455) and default amount of transfered data (100MB) are supported. Use the -help switch for further instructions.</p>
<p>Iperf &#8211; the powerful way</p>
<p>This tool on the contrary is rather advanced while still maintaining its portability and small size. It can measure performance with many different settings but those are optional and not neccessary for the essential purpose of finding out what the network&#8217;s throughput is. You can affect a lot of settings by changing them with various switches. Take notice of the example screenshot for instance, where the port used is changed to 1234, amount of sent data set to 200 MB, interval of reports set to 2 seconds for better accuracy and report format set to MBytes. Iperf can be run as a solid Windows service as well. Here&#8217;s a download link to the compiled Windows version of <a href="http://www.noc.ucf.edu/Tools/Iperf">Iperf</a> (a single executable).</p>
<p><a href="http://www.scrnshots.com/users/Cyberfly/screenshots/16830"><img src="http://s3.amazonaws.com/scrnshots.com/screenshots/16830/ScreenShot00008.png" /></a></p>
<p>Example of use:</p>
<p>Server-side end-point: iperf -s -p 1234<br />
Client-side end-point2: iperf -c *IP address/hostname of the host*</p>
<p>Many additional switches and settings are available for advanced use of this nifty utility. The usual -help switch brings up further instructions again.</p>

	Tags: <a href="http://www.ghacks.net/tag/ip/" title="ip" rel="tag">ip</a>, <a href="http://www.ghacks.net/tag/iperf/" title="iperf" rel="tag">iperf</a>, <a href="http://www.ghacks.net/tag/netcps/" title="netcps" rel="tag">netcps</a>, <a href="http://www.ghacks.net/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.ghacks.net/tag/tcp/" title="tcp" rel="tag">tcp</a>, <a href="http://www.ghacks.net/tag/tcpip/" title="tcp/ip" rel="tag">tcp/ip</a>, <a href="http://www.ghacks.net/tag/traffic/" title="traffic" rel="tag">traffic</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/" title="Who is connected to your pc right now ? (November 6, 2005)">Who is connected to your pc right now ?</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/06/30/who-shares-your-shared-hosting/" title="Who shares your shared hosting? (June 30, 2009)">Who shares your shared hosting?</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/07/26/webmasters-search-for-links-posted-on-twitter/" title="Webmasters: Search For Links Posted On Twitter (July 26, 2009)">Webmasters: Search For Links Posted On Twitter</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/02/26/use-multiple-screens-over-network/" title="Use Multiple Screens over Network (February 26, 2007)">Use Multiple Screens over Network</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/09/measure-exact-throughput-of-any-tcp-ip-network/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
