<?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>LinuxNut.org &#187; bandwidth</title>
	<atom:link href="http://linuxnut.org/tag/bandwidth/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxnut.org</link>
	<description>Nuts about Linux and Stuff...</description>
	<lastBuildDate>Fri, 09 Apr 2010 15:52:45 +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>Iperf &#8211; Bandwidth Measurement Tool</title>
		<link>http://linuxnut.org/2008/04/iperf-bandwidth-measurement-tool/</link>
		<comments>http://linuxnut.org/2008/04/iperf-bandwidth-measurement-tool/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 07:35:54 +0000</pubDate>
		<dc:creator>Bryce</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://admin.linuxnut.org/?p=33</guid>
		<description><![CDATA[Need a simple way to test the bandwidth between two hosts that you have access to? If so, then just drop Iperf onto both machines. Launch one instance as the server
iperf -s
 and the other as the client
iperf -c &#60;Server IP&#62;
 then after 10 seconds you&#8217;ll have your result.


------------------------------------------------------------
Client connecting to 192.168.1.11, TCP port 5001
TCP [...]]]></description>
			<content:encoded><![CDATA[<p>Need a simple way to test the bandwidth between two hosts that you have access to? If so, then just drop Iperf onto both machines. Launch one instance as the server
<pre>iperf -s</pre>
<p> and the other as the client
<pre>iperf -c &lt;Server IP&gt;</pre>
<p> then after 10 seconds you&#8217;ll have your result.<br />
<span id="more-33"></span></p>
<pre>
------------------------------------------------------------
Client connecting to 192.168.1.11, TCP port 5001
TCP window size: 8.00 KByte (default)
------------------------------------------------------------
[1912] local 192.168.1.21 port 1107 connected with 192.168.1.11 port 5001
[ ID] Interval       Transfer     Bandwidth
[1912]  0.0-10.0 sec  26.7 MBytes  22.4 Mbits/sec
</pre>
<p>Iperf is readily available as a binary for various operating systems, i.e.: Linux, FreeBSD MacOS, Windows, etc. The source code is also available.</p>
<p>For more information, or to download it, please visit the project&#8217;s homepage at <a href="http://dast.nlanr.net/Projects/Iperf/">http://dast.nlanr.net/Projects/Iperf/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxnut.org/2008/04/iperf-bandwidth-measurement-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
