<?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>brunotavares.net: ScrapBook &#187; network</title>
	<atom:link href="https://blog.brunotavares.net/?feed=rss2&#038;tag=network" rel="self" type="application/rss+xml" />
	<link>https://blog.brunotavares.net</link>
	<description>Notes. tech and a few thoughs</description>
	<lastBuildDate>Sun, 25 Nov 2018 17:59:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Test network throughput between two machines</title>
		<link>https://blog.brunotavares.net/?p=269</link>
		<comments>https://blog.brunotavares.net/?p=269#comments</comments>
		<pubDate>Tue, 08 Jan 2013 13:19:23 +0000</pubDate>
		<dc:creator>bat</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://blog.brunotavares.net/?p=269</guid>
		<description><![CDATA[Recently i needed to test the network troughput between my file server and one of the file server clients. I came across iperf, its a client-server command line utility that sends data between the server ( one of the machines of the pair you want to test ) and the client ( the other machine [...]]]></description>
				<content:encoded><![CDATA[<p>Recently i needed to test the network troughput between my file server and one of the file server clients.</p>
<p>I came across <a href="http://iperf.sourceforge.net/">iperf</a>, its a client-server command line utility that sends data between the server ( one of the machines of the pair you want to test ) and the client ( the other machine of the pair )</p>
<p>The usage is pretty simple, in one of the machines ( that will work as server ):</p>
<pre>iperf -s -p 65000</pre>
<p>On the other machine ( the client ):</p>
<pre>iperf -c &lt;ip of the server&gt; -p 65000</pre>
<p>After a few seconds:</p>
<pre>...
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.1 sec  8.88 MBytes  7.34 Mbits/sec
...</pre>
]]></content:encoded>
			<wfw:commentRss>https://blog.brunotavares.net/?feed=rss2&#038;p=269</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
