<?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>SoftLayer Blog &#187; server</title>
	<atom:link href="http://blog.softlayer.com/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.softlayer.com</link>
	<description>A Behind the Scenes Look at the Best Hosting Provider in the World</description>
	<lastBuildDate>Wed, 22 May 2013 17:40:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Tips and Tricks &#8211; How to Use SFTP</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-how-to-use-sftp/</link>
		<comments>http://blog.softlayer.com/2012/tips-and-tricks-how-to-use-sftp/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 19:38:08 +0000</pubDate>
		<dc:creator>Lyndell Rottmann</dc:creator>
				<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[walkthrough]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=7619</guid>
		<description><![CDATA[Too often, new customers can get overwhelmed by a small administrative task on a Linux server. One of the more common questions I see in technical support is when a drive partition runs out of space. The website appears offline, and on of my coworkers advises you to just free-up some space. &#8220;Just?! Where can [...]]]></description>
			<content:encoded><![CDATA[<p>Too often, new customers can get overwhelmed by a small administrative task on a Linux server. One of the more common questions I see in technical support is when a drive partition runs out of space. The website appears offline, and on of my coworkers advises you to just free-up some space. &#8220;Just?! Where can I find files that are deletable without affecting my website?&#8221;</p>
<p>Don&#8217;t worry &#8230; it&#8217;s really quit simple. If you can use FTP (File Transfer Protocol), you can handle this bit of server management. Depending on the exact problem, we might instruct you to free up space by removing files in one of the following directories:</p>
<ul>
<li><code>/var/log</code></li>
<li><code>/usr/local/cpanel</code></li>
<li><code>/usr/local/apache/logs</code></li>
<li><code>/usr/local/apache/domlogs</code></li>
</ul>
<p>The reason these directories are usually overlooked is because they are not accessible by normal FTP users &mdash; users who only upload website content. When you upload website content to the server via FTP, the FTP user is limited to the directory structure for that website. Directories starting with &#8220;<code>/var</code>&#8221; and &#8220;<code>/usr</code>&#8221; cannot be accessed by these non-root users (The &#8220;root&#8221; user can access anything). And while root is a powerful user, for the sake of security, it is not normally allowed to log in over FTP because FTP is not secure &#8230; That&#8217;s where SFTP (Secure File Transfer Protocol) comes in.</p>
<p>Most FTP clients support SFTP, so you don&#8217;t have to learn a new environment to securely access any file on the server. Every FTP client is different, but I&#8217;ll illustrate with <a href="http://filezilla-project.org/">FileZilla</a> because it&#8217;s free and available on Mac, Windows and Linux. If you don&#8217;t already have an FTP client, I highly recommend FileZilla. Because there are a few ways to use FileZilla to get an SFTP connection, I can share different options for you to try:</p>
<p style="margin-bottom:0; padding-bottom:0;"><strong>Quick Connect</strong></p>
<p style="margin-top:0; padding-top:0;">The Quick Connect bar is the quickest way to connect to your server. Start FileZilla and look immediately under the toolbar for the Quick Connect bar:</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fzquickconnect.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fzquickconnect_sm.png" alt="SFTP Tutorial"/></a></p>
<p>Enter the hostname (IP address or domain name), “root” in the Username field, the root password in the Password field, and “22″ in the port field. Remember, port 22 is for SFTP, the same as SSH.  Click the Quickconnect button to connect.</p>
<p style="margin-bottom:0; padding-bottom:0;"><strong>Using the Site Manager</strong></p>
<p style="margin-top:0; padding-top:0;">The Site Manager lets you save your login details. Start FileZilla and you&#8217;ll see the following:</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fzsitemanager.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fzsitemanager_s.png" alt="SFTP Tutorial"/></a></p>
<p>To open the Site Manager, click the left-most icon in tool bar or go to <code>File &gt;&gt; Site Manager</code> in the menu.</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fznewsite.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fznewsite_s.png" alt="SFTP Tutorial"/></a></p>
<p>Enter an IP address or domain name for your server in the Host field, and select &#8220;SFTP&#8221; as your protocol. You&#8217;ll enter the root user&#8217;s login information, and you&#8217;re ready to connect by clicking the &#8220;Connect&#8221; button or you can click the &#8220;OK&#8221; button to save and close the dialog box.</p>
<p>If you just saved your settings and the Site Manager is not open, click the Site Manager icon again. From there, you can select the site under the &#8220;Select Entry&#8221; box, and you just have to click &#8220;Connect&#8221; to initiate the SFTP connection with your saved settings.</p>
<p>If you see a pop-up that warns of an &#8220;Unknown host key,&#8221; clicking the &#8220;Always trust this host, add this key to the cache&#8221; option will prevent this interruption from showing in the future. Once you click &#8220;OK&#8221; to complete the connection, your FileZilla screen should look like this:</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fzrootlogin.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fzrootlogin_s.png" alt="SFTP Tutorial"/></a></p>
<p>Notice the &#8220;Remote site&#8221; section on the middle right of the FileZilla screen:</p>
<p><a href="http://cdn.softlayer.com/innerlayer/fzremotesite.png"><img class="centered" src="http://cdn.softlayer.com/innerlayer/fzremotesite_s.png" alt="SFTP Tutorial"/></a></p>
<p>This area in FileZilla is the directory and file listing of the server. Navigate the server&#8217;s file structure here, and click &#8220;<code>/</code>&#8221; to access the top of the folder structure. You should see the &#8220;<code>/usr</code>&#8221; and &#8220;<code>/var</code>&#8221; directories, and you can explore the filesystem to delete the files technical support recommended to create space!</p>
<p style="margin-bottom:0; padding-bottom:0;"><strong>Message Log</strong></p>
<p style="margin-top:0; padding-top:0;">If you have a problem connecting to your server by FTP or SFTP, the open area below the Quickconnect bar is the Message Log. If you can copy and paste this text into a ticket, you&#8217;ll help technical support troubleshoot your connection problems. Below is an example log of a successful FTP session:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Status: Connecting to server.example.com...
Response:   fzSftp started
Command:    open <span style="color: #ff0000;">&quot;root@server.example.com&quot;</span> <span style="color: #000000;">22</span>
Command:    Trust new Hostkey: Once
Command:    Pass: <span style="color: #000000; font-weight: bold;">**********</span>
Status: Connected to server.example.com
Status: Retrieving directory listing...
Command:    <span style="color: #7a0874; font-weight: bold;">pwd</span>
Response:   Current directory is: <span style="color: #ff0000;">&quot;/root&quot;</span>
Command:    <span style="color: #c20cb9; font-weight: bold;">ls</span>
Status: Listing directory <span style="color: #000000; font-weight: bold;">/</span>root
Status: Calculating timezone offset of server...
Command:    mtime <span style="color: #ff0000;">&quot;.lesshst&quot;</span>
Response:   <span style="color: #000000;">1326387703</span>
Status: Timezone offsets: Server: <span style="color: #660033;">-21600</span> seconds. Local: <span style="color: #660033;">-21600</span> seconds. Difference: <span style="color: #000000;">0</span> seconds.
Status: Directory listing successful</pre></div></div>

<p>And here&#8217;s an example of a failed connection:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Status: Resolving address of example.com
Status: Connecting to 192.0.43.10:<span style="color: #000000;">21</span>...
Error:  Connection timed out
Error:  Could not connect to server
Status: Waiting to retry...
Status: Resolving address of example.com
Status: Connecting to 192.0.43.10:<span style="color: #000000;">21</span>...
Error:  Connection attempt interrupted by user</pre></div></div>

<p>If you have any questions, leave them in a comment below. Enjoy your new-found SFTP powers!</p>
<p>-Lyndell</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/tips-and-tricks-how-to-use-sftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning Your Server Infrastructure = Buying a House</title>
		<link>http://blog.softlayer.com/2012/planning-your-server-infrastructure-buying-a-house/</link>
		<comments>http://blog.softlayer.com/2012/planning-your-server-infrastructure-buying-a-house/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 19:41:58 +0000</pubDate>
		<dc:creator>Matthew Herring</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Sales]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[consider]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[insurance]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=7517</guid>
		<description><![CDATA[With a little one on the way, I&#8217;ve been spending a good amount of my free time starting to search for a new home for my growing family. While the search continues, I&#8217;ve learned a thing or two about what to look for and what should be done before taking the plunge, and as I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>With a little one on the way, I&#8217;ve been spending a good amount of my free time starting to search for a new home for my growing family. While the search continues, I&#8217;ve learned a thing or two about what to look for and what should be done before taking the plunge, and as I&#8217;ve gone through the process, I can&#8217;t help but notice lot of parallels to what it&#8217;s like to purchase a new server:</p>
<ul>
<li>
<p style="margin-bottom:0; padding-bottom:0;"><strong>It&#8217;s an Investment</strong></p>
<p style="margin-top:0;  padding-top:0;">Just like purchasing a new home, deciding to purchase a server is a huge investment. As you start shopping around, the costs may seem staggering, and while most servers don&#8217;t cost as much as a small home, your new server will be your business&#8217;s new home online. When you consider the revenue your site will generate (and the potential cost of not being able to properly support demand), you won&#8217;t want to skimp on the details. The truth is that like any investment, you can reap great rewards with proper planning and execution.</p>
</li>
<li>
<p style="margin-bottom:0; padding-bottom:0;"><strong>You Have to Know What You Need</strong></p>
<p style="margin-top:0;  padding-top:0;">One of the best tips I&#8217;ve incorporated in my home-buying process is the need to differentiate what you <em>want</em>, what you <em>need</em>, and what <em>you can live without</em>. Unless you&#8217;re royalty, you&#8217;re likely living on a budget. As cool as it would be to live in a 10-bedroom mansion with an indoor Olympic size pool, there&#8217;s a lot there that I don&#8217;t need. That sort of <del>home</del> palace also falls way outside of my personal budget. The same could be said about a business. </p>
<p>I&#8217;ve heard plenty of stories about companies who slash their IT budgets in order to cut costs, and even the greatest IT departments have to live within their budgets. As you&#8217;re determining what your next server will be, you need to understand the purpose (and <em>needs</em>) of your workload: Will it be database server? An application server? Will it be an additional web head? Are you using it for mass storage? You need to plan accordingly. I&#8217;m sure you&#8217;d <em>want</em> a new <a href="http://www.softlayer.com/dedicated/dual-processor-multi-core/">Xeon E5-2600</a> server with all of the bells and whistles, but if you don&#8217;t <em>need</em> that kind of performance, you&#8217;re likely just going to burn through your budget quicker than you have to. Know your budget, know your needs and purchase your server accordingly.</p>
</li>
<li>
<p style="margin-bottom:0; padding-bottom:0;"><strong>You Should Get to Know the Neighborhood</strong></p>
<p style="margin-top:0;  padding-top:0;">I don&#8217;t intend on purchasing a home in a high-crime area, nor do I plan on moving into a neighborhood with exorbitant HOA dues for services I don&#8217;t intend to use. Your new server is going to have a &#8220;neighborhood&#8221; as well when it comes to the network it&#8217;s connected to, so if you plan on outsourcing your IT infrastructure, you should do the same research.</p>
<p>You want your critical environments in a safe place, and the easiest way to get them in the right &#8220;neighborhood&#8221; is to work with a well-established host who&#8217;s able to accommodate what you&#8217;re doing. A $20/mo shared hosting account is great for a personal blog site, but it probably wouldn&#8217;t be a good fit for a busy database server or front-end application servers for an application dependent on advertising for revenue. A mansion worth of furniture doesn&#8217;t fit very well in a studio apartment.</p>
</li>
<li>
<p style="margin-bottom:0; padding-bottom:0;"><strong>You&#8217;re Responsible for Maintenance</strong></p>
<p style="margin-top:0;  padding-top:0;">Ask any homeowner: Continuous improvements &mdash; as well as routine maintenance &#038;mdashl are a requirement. Failure to take care of your property can result in fines and much more costly repairs down the road. Likewise with any server, you have to do your maintenance. Keep your software up to date, practice good security protocols, and continue to monitor for problems. If you don&#8217;t, you could find yourself at the mercy of malicious activity or worse &mdash; catastrophic failure. Which leads me to &#8230;</p>
</li>
<li>
<p style="margin-bottom:0; padding-bottom:0;"><strong>You Need Insurance Against Disaster</strong></p>
<p style="margin-top:0;  padding-top:0;">Homeowner&#8217;s insurance protects you from disaster, and it provides indemnity in the event someone is hurt on your property. Sometimes additional insurance may be required. Many professionals recommend flood insurance to protect from flood damage not covered under a typical homeowner&#8217;s insurance policy. Ask any systems administrator, and they&#8217;ll tell you all about server insurance: BACKUPS. <strong>ALWAYS BACK UP YOUR DATA!!!</strong> The wrong time to figure out that your backups weren&#8217;t properly maintained is when you need them, more specifically in the event of a hardware failure. It&#8217;s a fact of life: Hardware can fail. <a href="http://en.wikipedia.org/wiki/Murphy%27s_law">Murphy&#8217;s Law</a> would suggest it will fail at the worst possible time. Maintain your backups!</p>
</li>
</ul>
<p>I can&#8217;t claim that this is <strong>the</strong> guide to buying a server, but seeing the parallels with buying a new home might be a catalyst for you to look at the server-buying process in a different light. You should consider your infrastructure an <strong>asset</strong> before you simply consider it a <strong>cost</strong>.</p>
<p>-Matthew</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/planning-your-server-infrastructure-buying-a-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips and Tricks &#8211; Remote Audio Over RDP in Windows 2008</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-remote-audio-over-rdp-in-windows-2008/</link>
		<comments>http://blog.softlayer.com/2012/tips-and-tricks-remote-audio-over-rdp-in-windows-2008/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 20:00:26 +0000</pubDate>
		<dc:creator>Bill Sehmel</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[remote connection]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[walkthrough]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=7268</guid>
		<description><![CDATA[I was working on my server the other night, and I found myself needing to get sound from my Windows 2008 box through an RDP (Remote Desktop Protocol) connection. Because we have a huge customer base with Windows 2008 installed now, I figured there may be someone else out there that would like to be [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on my server the other night, and I found myself needing to get sound from my <a href="http://www.microsoft.com/en-us/server-cloud/windows-server/default.aspx">Windows 2008</a> box through an RDP (Remote Desktop Protocol) connection. Because we have a huge customer base with Windows 2008 installed now, I figured there may be someone else out there that would like to be able to hear sounds from their server on their local computer when connected, so I put together a quick walkthrough with how I got it to work:</p>
<p style="margin-bottom:0;padding-bottom:0;"><strong>Configuring Your Server</strong></p>
<ol>
<li>Open <em>Windows Services</em> (Start -> Run -> Services.msc)</li>
<li>Change the properties of the <em>Windows Audio Endpoint Service</em> and <em>Windows Audio Service</em> to &#8220;Automatic&#8221;. If the services are not already started, you can manually start them at this time.
<li>Open <em>Terminal Services</em> ( Start -> Run -> tsconfig.msc)</li>
<li>Right-click on the RDP-TCP connection and bring up its properties. Go to the &#8220;Client Settings&#8221; and make sure that on &#8220;Redirection Audio&#8221; is not disabled.</li>
<li>Fully log out and log back into the RDP connection to the server. You will see a balloon error on your speaker icon that states &#8220;No Audio Output Device is installed.&#8221;</li>
</ol>
<p style="margin-bottom:0;padding-bottom:0;"><strong>Making Registry Changes</strong></p>
<ol>
<li>You will now need to back up your registry and some registry changes.</li>
<li>I want to reiterate the instruction to <strong>back up your registry</strong> &#8230; As with most technical guides/walkthroughs, SoftLayer will not be held liable for any corruptions that may result from you attempting these changes. The next two steps will show how to quickly back up your registry.</li>
<li>Log into your server on an account with Administrator rights, and open <em>regedit</em> (Start -> Run -> regedit)</li>
<li>Export the current registry (from the &#8220;File&#8221; menu) and copy it to a location off of your server so you have it backed up.</li>
<li>Locate the following key: <code>HKEY_CLASSES_ROOT\AudioEngine\AudioProcessingObjects</code>. This will contain several subkeys all each named with a GUID.</li>
<li>Click on each subkey, then right-click and select &#8220;Permissions.&#8221; You will then click on the &#8220;Advanced&#8221; button and the &#8220;Owner&#8221; tab. The current owner should be listed as &#8220;TrustedInstaller.&#8221;
<li>Select the Administrative account and/or group from the list and click &#8220;OK&#8221; to change the ownership.</li>
<li>Select the account you just chose and give it &#8220;Full Control,&#8221; then click &#8220;OK.&#8221;</li>
<li>In the &#8220;Detail&#8221; box of each subkey, double-click on the <code>DWORD</code> value &#8220;<code>MinOutputConnections</code>&#8221; and change it from 1 to 0, then click &#8220;OK.&#8221; </li>
<li>Once you have done this for each subkey in <code>HKEY_CLASSES_ROOT\AudioEngine\AudioProcessingObjects</code>, you can close <em>regedit</em> and restart the <em>Windows Audio</em> and <em>Windows Audio Endpoint services</em>. </li>
</ol>
<p style="margin-bottom:0;padding-bottom:0;"><strong>Configuring Your RDP Client</strong></p>
<p style="margin-top:0;padding-top:5px;">Now that you have everything ready on the server, you just need to make sure your RDP client recognizes the audio. Log off of the server so you can configure your RDP client. Open RDP, go to the &#8220;Options&#8221; menu, and under &#8220;Local Resources,&#8221; select &#8220;Configure Remote Audio Settings.&#8221; Select &#8220;Play on this Computer,&#8221; and hit &#8220;OK.&#8221; Voila! You now should be able to hear sound from your Windows 2008 RDP connection.</p>
<p>-Bill</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/tips-and-tricks-remote-audio-over-rdp-in-windows-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Up Close and Personal: Intel Xeon E7-4850</title>
		<link>http://blog.softlayer.com/2012/up-close-and-personal-intel-xeon-e7-4850/</link>
		<comments>http://blog.softlayer.com/2012/up-close-and-personal-intel-xeon-e7-4850/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:12:45 +0000</pubDate>
		<dc:creator>Summer Rivera</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[powerful]]></category>
		<category><![CDATA[processors]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[redundancy]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Xeon]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=7031</guid>
		<description><![CDATA[Last year, we announced that we would be the first provider to offer the Intel E7-4800 series server. This bad boy has record-breaking compute power, tons of room for RAM and some pretty amazing performance numbers, and as of right now, it&#8217;s one of the most powerful servers on the market. Reading about the server [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, we announced that we would be <a href="http://www.softlayer.com/press/release/943/softlayer-first-to-launch-intel-xeon-e7-4800-series-servers">the first provider to offer the Intel E7-4800 series server</a>. This bad boy has record-breaking compute power, tons of room for RAM and some pretty amazing performance numbers, and as of right now, it&#8217;s one of the most powerful servers on the market.</p>
<p>Reading about the server and seeing it at the bottom of the &#8220;Quad Processor Multi-core Servers&#8221; list on our <a href="http://www.softlayer.com/dedicated">dedicated servers</a> page is pretty interesting, but the real geeks want to see the nuts and bolts that make up such an amazing machine. I took a stroll down to the inventory room in our DAL05 data center in hopes that they had one of our E7-4850s available for a quick photo shoot to share with customers, and I was in luck. </p>
<p>The only way to <em>truly</em> admire a server is to put it through its paces in production, but getting to see a few pictures of the server might be a distance second.</p>
<p><img class="centered" src="http://cdn.softlayer.com/innerlayer/faceplate.png" alt="Intel Xeon E7-4850"/></p>
<p>When you see the 2U face of the server in a rack, it&#8217;s a little unassuming. You can load it up with six of our 3TB SATA hard drives for a total of 18TB of storage if you&#8217;re looking for a ton of space, and if you&#8217;re focused on phenomenal disk IO to go along with your unbelievable compute power, you can opt for SSDs. If you still need more space,can order a 4U version fill ten drive bays! </p>
<p><img class="centered" src="http://cdn.softlayer.com/innerlayer/heatsinks.png" alt="Intel Xeon E7-4850"/></p>
<p>The real stars of the show when it comes to the E7-4850 server are nestled right underneath these heatsinks. Each of the four processors has TEN cores @ 2.00GHz, so in this single box, you have a total of <strong>forty</strong> cores! I&#8217;m not sure how Moore&#8217;s Law is going to keep up if this is the next step to jump from.</p>
<p><img class="centered" src="http://cdn.softlayer.com/innerlayer/ramslots.png" alt="Intel Xeon E7-4850"/></p>
<p>With the abundance of CPU power, you&#8217;ll probably want an abundance of RAM. Not coincidentally, we can install up to 512GB of RAM in this baby. It&#8217;s pretty unbelievable to read the specs available in the decked-out version of this server, and it&#8217;s even crazier to think that our servers going to get more and more powerful.</p>
<p><img class="centered" src="http://cdn.softlayer.com/innerlayer/casefans.png" alt="Intel Xeon E7-4850"/></p>
<p>With all of the processing power and RAM in this box, the case fans had to get a bit of an upgrade as well. To keep enough air circulating through the server, these three case fans pull air from the <a href="http://blog.softlayer.com/2011/a-crash-course-in-crac-units-data-center-cooling/">cold aisle in our data center</a>, cool the running components and exhaust the air into the data center&#8217;s &#8220;hot aisle.&#8221;</p>
<p><img class="centered" src="http://cdn.softlayer.com/innerlayer/redundantpower.png" alt="Intel Xeon E7-4850"/></p>
<p>Because this machine could be used to find the last digit of pi or crunch numbers to find the cure for cancer, it&#8217;s important to have redundancy &#8230; In the picture above, you see the redundant power supplies that safeguard against a single point of failure when it comes to server power. In each of our data centers, we have N+1 power redundancy, so adding N+1 power redundancy into the server isn&#8217;t very redundant at all &#8230; It&#8217;s almost expected!</p>
<p>If your next project requires a ton of processing power, a lot of room for RAM, and redundant power, this server is up for the challenge! Configure your own quad-proc ten-core beast of a machine in our shopping cart or contact our SLales team for a customized quote on one: <a href="mailto:sales@softlayer.com">sales@softlayer.com</a></p>
<p>When you get done benchmarking it against your old infrastructure, let us know what you think!</p>
<p>-Summer</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/up-close-and-personal-intel-xeon-e7-4850/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using iPerf to Troubleshoot Speed/Throughput Issues</title>
		<link>http://blog.softlayer.com/2011/using-iperf-to-troubleshoot-speedthroughput-issues/</link>
		<comments>http://blog.softlayer.com/2011/using-iperf-to-troubleshoot-speedthroughput-issues/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 15:45:17 +0000</pubDate>
		<dc:creator>Andrew Tyler</dc:creator>
				<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[iPerf]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[NOC]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[throughput]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=6751</guid>
		<description><![CDATA[Two of the most common network characteristics we look at when investigating network-related concerns in the NOC are speed and throughput. You may have experienced the following scenario yourself: You just provisioned a new bad-boy server with a gigabit connection in a data center on the opposite side of the globe. You begin to upload [...]]]></description>
			<content:encoded><![CDATA[<p>Two of the most common network characteristics we look at when investigating network-related concerns in the NOC are speed and throughput. You may have experienced the following scenario yourself: You just provisioned a new bad-boy server with a gigabit connection in a data center on the opposite side of the globe. You begin to upload your data and to your shock, you see &#8220;Time Remaining: 10 Hours.&#8221; &#8220;What&#8217;s wrong with the network?&#8221; you wonder. The traceroute and MTR look fine, but where&#8217;s the performance and bandwidth I&#8217;m paying for? </p>
<p>This issue is all too common and it has nothing to do with the network, but in fact, the culprits are none other than TCP and the laws of physics.</p>
<p>In data transmission, TCP sends a certain amount of data then pauses. To ensure proper delivery of data, it doesn&#8217;t send more until it receives an acknowledgement from the remote host that all data was received. This is called the &#8220;TCP Window.&#8221; Data travels at the speed of light, and typically, most hosts are fairly close together. This &#8220;windowing&#8221; happens so fast we don&#8217;t even notice it. But as the distance between two hosts increases, the speed of light remains constant. Thus, the further away the two hosts, the longer it takes for the sender to receive the acknowledgement from the remote host, reducing overall throughput. This effect is called &#8220;Bandwidth Delay Product,&#8221; or BDP.</p>
<p>We can overcome BDP to some degree by sending more data at a time. We do this by adjusting the &#8220;TCP Window&#8221; &ndash; telling TCP to send more data per flow than the default parameters. Each OS is different and the default values will vary, but most all operating systems allow tweaking of the TCP stack and/or using parallel data streams. So what is iPerf and how does it fit into all of this?</p>
<p style="margin-bottom:0; padding-bottom:0;"><strong>What is iPerf?</strong></p>
<p style="margin-top:0; padding-top:0;"><a href="http://sourceforge.net/projects/iperf/">iPerf</a> is simple, open-source, command-line, network diagnostic tool that can run on Linux, BSD, or Windows platforms which you install on two endpoints. One side runs in a &#8216;server&#8217; mode listening for requests; the other end runs &#8216;client&#8217; mode that sends data. When activated, it tries to send as much data down your pipe as it can, spitting out transfer statistics as it does. What&#8217;s so cool about iPerf is you can test in real time any number of TCP window settings, even using parallel streams. There&#8217;s even a Java based GUI you can install that runs on top of it called, JPerf (JPerf is beyond the scope of this article, but I recommend looking into it). What&#8217;s even cooler is that because iPerf resides in memory, there are no files to clean up.</p>
<p><span id="more-6751"></span></p>
<p style="margin-bottom:0; padding-bottom:0;"><strong>How do I use iPerf?</strong></p>
<p style="margin-top:0; padding-top:0;">iPerf can be quickly downloaded from <a href="http://sourceforge.net/projects/iperf/">SourceForge</a> to be installed. It uses port 5001 by default, and the bandwidth it displays is from the client to the server. Each test runs for 10 seconds by default, but virtually every setting is adjustable. Once installed, simply bring up the command line on both of the hosts and run these commands.</p>
<p>On the server side:<br />
<code>iperf -s</code></p>
<p>On the client side:<br />
<code>iperf -c [server_ip]</code></p>
<p>The output on the client side will look like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#iperf -c 10.10.10.5</span>
<span style="color: #660033;">------------------------------------------------------------</span>
Client connecting to 10.10.10.5, TCP port <span style="color: #000000;">5001</span>
TCP window <span style="color: #c20cb9; font-weight: bold;">size</span>: <span style="color: #000000;">16.0</span> KByte <span style="color: #7a0874; font-weight: bold;">&#40;</span>default<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #660033;">------------------------------------------------------------</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">local</span> 0.0.0.0 port <span style="color: #000000;">46956</span> connected with 168.192.1.10 port <span style="color: #000000;">5001</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> ID<span style="color: #7a0874; font-weight: bold;">&#93;</span> Interval       Transfer     Bandwidth
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">10.0</span> sec  <span style="color: #000000;">10.0</span> MBytes  <span style="color: #000000;">1.00</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec</pre></div></div>

<p>There are a lot of things we can do to make this output better with more meaningful data. For example, let&#8217;s say we want the test to run for 20 seconds instead of 10 (<code>-t 20</code>), and we want to display transfer data every 2 seconds instead of the default of 10 (<code>-i 2</code>), and we want to test on port 8000 instead of 5001 (<code>-p 8000</code>). For the purposes of this exercise, let&#8217;s use those customization as our baseline. This is what the command string would look like on both ends:</p>
<div style="margin-left:20px;">
<p style="margin-bottom:0;padding-bottom:0;">Client Side:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#iperf -c 10.10.10.5 -p 8000 -t 20 -i 2</span>
<span style="color: #660033;">------------------------------------------------------------</span>
Client connecting to 10.10.10.5, TCP port <span style="color: #000000;">8000</span>
TCP window <span style="color: #c20cb9; font-weight: bold;">size</span>: <span style="color: #000000;">16.0</span> KByte <span style="color: #7a0874; font-weight: bold;">&#40;</span>default<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #660033;">------------------------------------------------------------</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">local</span> 10.10.10.10 port <span style="color: #000000;">46956</span> connected with 10.10.10.5 port <span style="color: #000000;">8000</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> ID<span style="color: #7a0874; font-weight: bold;">&#93;</span> Interval       Transfer     Bandwidth
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">6.00</span> MBytes  <span style="color: #000000;">25.2</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">2.0</span>- <span style="color: #000000;">4.0</span> sec  <span style="color: #000000;">7.12</span> MBytes  <span style="color: #000000;">29.9</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">4.0</span>- <span style="color: #000000;">6.0</span> sec  <span style="color: #000000;">7.00</span> MBytes  <span style="color: #000000;">29.4</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">6.0</span>- <span style="color: #000000;">8.0</span> sec  <span style="color: #000000;">7.12</span> MBytes  <span style="color: #000000;">29.9</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">8.0</span>-<span style="color: #000000;">10.0</span> sec  <span style="color: #000000;">7.25</span> MBytes  <span style="color: #000000;">30.4</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">10.0</span>-<span style="color: #000000;">12.0</span> sec  <span style="color: #000000;">7.00</span> MBytes  <span style="color: #000000;">29.4</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">12.0</span>-<span style="color: #000000;">14.0</span> sec  <span style="color: #000000;">7.12</span> MBytes  <span style="color: #000000;">29.9</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">14.0</span>-<span style="color: #000000;">16.0</span> sec  <span style="color: #000000;">7.25</span> MBytes  <span style="color: #000000;">30.4</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">16.0</span>-<span style="color: #000000;">18.0</span> sec  <span style="color: #000000;">6.88</span> MBytes  <span style="color: #000000;">28.8</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">7.25</span> MBytes  <span style="color: #000000;">30.4</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">70.1</span> MBytes  <span style="color: #000000;">29.4</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec</pre></div></div>

<p style="margin-bottom:0;padding-bottom:0;">Server Side:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#iperf -s -p 8000 -i 2</span>
<span style="color: #660033;">------------------------------------------------------------</span>
Server listening on TCP port <span style="color: #000000;">8000</span>
TCP window <span style="color: #c20cb9; font-weight: bold;">size</span>: <span style="color: #000000;">8.00</span> KByte <span style="color: #7a0874; font-weight: bold;">&#40;</span>default<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #660033;">------------------------------------------------------------</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">852</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">local</span> 10.10.10.5 port <span style="color: #000000;">8000</span> connected with 10.10.10.10 port <span style="color: #000000;">58316</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> ID<span style="color: #7a0874; font-weight: bold;">&#93;</span> Interval Transfer Bandwidth
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">6.05</span> MBytes  <span style="color: #000000;">25.4</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">2.0</span>- <span style="color: #000000;">4.0</span> sec  <span style="color: #000000;">7.19</span> MBytes  <span style="color: #000000;">30.1</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">4.0</span>- <span style="color: #000000;">6.0</span> sec  <span style="color: #000000;">6.94</span> MBytes  <span style="color: #000000;">29.1</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">6.0</span>- <span style="color: #000000;">8.0</span> sec  <span style="color: #000000;">7.19</span> MBytes  <span style="color: #000000;">30.2</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">8.0</span>-<span style="color: #000000;">10.0</span> sec  <span style="color: #000000;">7.19</span> MBytes  <span style="color: #000000;">30.1</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">10.0</span>-<span style="color: #000000;">12.0</span> sec  <span style="color: #000000;">6.95</span> MBytes  <span style="color: #000000;">29.1</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">12.0</span>-<span style="color: #000000;">14.0</span> sec  <span style="color: #000000;">7.19</span> MBytes  <span style="color: #000000;">30.2</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">14.0</span>-<span style="color: #000000;">16.0</span> sec  <span style="color: #000000;">7.19</span> MBytes  <span style="color: #000000;">30.2</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">16.0</span>-<span style="color: #000000;">18.0</span> sec  <span style="color: #000000;">6.95</span> MBytes  <span style="color: #000000;">29.1</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">7.19</span> MBytes  <span style="color: #000000;">30.1</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">70.1</span> MBytes  <span style="color: #000000;">29.4</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec</pre></div></div>

</div>
<p>There are many, many other parameters you can set that are beyond the scope of this article, but for our purposes, the main use is to prove out our bandwidth. This is where we&#8217;ll use the TCP window options and parallel streams. To set a new TCP window you use the <code>-w</code> switch and you can set the parallel streams by using <code>-P</code>.</p>
<p>Increased TCP window commands:</p>
<p>Server side:<br />
<code>#iperf -s -w 1024k -i 2</code></p>
<p>Client side:<br />
<code>#iperf -i 2 -t 20 -c 10.10.10.5 -w 1024k</code></p>
<p>And here are the iperf results from two Softlayer file servers &ndash; one in Washington, D.C., acting as Client, the other in Seattle acting as Server:</p>
<div style="margin-left:20px;">
<p style="margin-bottom:0;padding-bottom:0;">Client Side:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># iperf -i 2 -t 20 -c 10.10.10.5 -p 8000 -w 1024k</span>
<span style="color: #660033;">------------------------------------------------------------</span>
Client connecting to 10.10.10.5, TCP port <span style="color: #000000;">8000</span>
TCP window <span style="color: #c20cb9; font-weight: bold;">size</span>: <span style="color: #000000;">1.00</span> MByte <span style="color: #7a0874; font-weight: bold;">&#40;</span>WARNING: requested <span style="color: #000000;">1.00</span> MByte<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #660033;">------------------------------------------------------------</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">local</span> 10.10.10.10 port <span style="color: #000000;">53903</span> connected with 10.10.10.5 port <span style="color: #000000;">5001</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> ID<span style="color: #7a0874; font-weight: bold;">&#93;</span> Interval       Transfer     Bandwidth
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.9</span> MBytes   <span style="color: #000000;">109</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">2.0</span>- <span style="color: #000000;">4.0</span> sec  <span style="color: #000000;">28.5</span> MBytes   <span style="color: #000000;">120</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">4.0</span>- <span style="color: #000000;">6.0</span> sec  <span style="color: #000000;">28.4</span> MBytes   <span style="color: #000000;">119</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">6.0</span>- <span style="color: #000000;">8.0</span> sec  <span style="color: #000000;">28.9</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">8.0</span>-<span style="color: #000000;">10.0</span> sec  <span style="color: #000000;">28.0</span> MBytes   <span style="color: #000000;">117</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">10.0</span>-<span style="color: #000000;">12.0</span> sec  <span style="color: #000000;">29.0</span> MBytes   <span style="color: #000000;">122</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">12.0</span>-<span style="color: #000000;">14.0</span> sec  <span style="color: #000000;">28.0</span> MBytes   <span style="color: #000000;">117</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">14.0</span>-<span style="color: #000000;">16.0</span> sec  <span style="color: #000000;">29.0</span> MBytes   <span style="color: #000000;">122</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">16.0</span>-<span style="color: #000000;">18.0</span> sec  <span style="color: #000000;">27.9</span> MBytes   <span style="color: #000000;">117</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">29.0</span> MBytes   <span style="color: #000000;">122</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>-<span style="color: #000000;">20.0</span> sec   <span style="color: #000000;">283</span> MBytes   <span style="color: #000000;">118</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec</pre></div></div>

<p style="margin-bottom:0;padding-bottom:0;">Server Side:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#iperf -s -w 1024k -i 2 -p 8000</span>
<span style="color: #660033;">------------------------------------------------------------</span>
Server listening on TCP port <span style="color: #000000;">8000</span>
TCP window <span style="color: #c20cb9; font-weight: bold;">size</span>: <span style="color: #000000;">1.00</span> MByte
<span style="color: #660033;">------------------------------------------------------------</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">local</span> 10.10.10.5 port <span style="color: #000000;">8000</span> connected with 10.10.10.10 port <span style="color: #000000;">53903</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> ID<span style="color: #7a0874; font-weight: bold;">&#93;</span> Interval       Transfer     Bandwidth
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.9</span> MBytes   <span style="color: #000000;">109</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">2.0</span>- <span style="color: #000000;">4.0</span> sec  <span style="color: #000000;">28.6</span> MBytes   <span style="color: #000000;">120</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">4.0</span>- <span style="color: #000000;">6.0</span> sec  <span style="color: #000000;">28.3</span> MBytes   <span style="color: #000000;">119</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">6.0</span>- <span style="color: #000000;">8.0</span> sec  <span style="color: #000000;">28.9</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">8.0</span>-<span style="color: #000000;">10.0</span> sec  <span style="color: #000000;">28.0</span> MBytes   <span style="color: #000000;">117</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">10.0</span>-<span style="color: #000000;">12.0</span> sec  <span style="color: #000000;">29.0</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">12.0</span>-<span style="color: #000000;">14.0</span> sec  <span style="color: #000000;">28.0</span> MBytes   <span style="color: #000000;">117</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">14.0</span>-<span style="color: #000000;">16.0</span> sec  <span style="color: #000000;">29.0</span> MBytes   <span style="color: #000000;">122</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">16.0</span>-<span style="color: #000000;">18.0</span> sec  <span style="color: #000000;">28.0</span> MBytes   <span style="color: #000000;">117</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">29.0</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>-<span style="color: #000000;">20.0</span> sec   <span style="color: #000000;">283</span> MBytes   <span style="color: #000000;">118</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec</pre></div></div>

</div>
<p>We can see here, that by increasing the TCP window from the default value to 1MB (1024k) we achieved around a 400% increase in throughput over our baseline. Unfortunately, this is the limit of this OS in terms of Window size. So what more can we do? Parallel streams! With multiple simultaneous streams we can fill the pipe close to its maximum usable amount.</p>
<p>Parallel Stream Command:<br />
<code>#iperf -i 2 -t 20 -c -p 8000 10.10.10.5 -w 1024k -P 7</code></p>
<div style="margin-left:20px;">
<p style="margin-bottom:0;padding-bottom:0;">Client Side:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#iperf -i 2 -t 20 -c -p 10.10.10.5 -w 1024k -P 7</span>
<span style="color: #660033;">------------------------------------------------------------</span>
Client connecting to 10.10.10.5, TCP port <span style="color: #000000;">8000</span>
TCP window <span style="color: #c20cb9; font-weight: bold;">size</span>: <span style="color: #000000;">1.00</span> MByte <span style="color: #7a0874; font-weight: bold;">&#40;</span>WARNING: requested <span style="color: #000000;">1.00</span> MByte<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #660033;">------------------------------------------------------------</span>
 <span style="color: #7a0874; font-weight: bold;">&#91;</span> ID<span style="color: #7a0874; font-weight: bold;">&#93;</span> Interval       Transfer     Bandwidth
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">9</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">24.9</span> MBytes   <span style="color: #000000;">104</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">24.9</span> MBytes   <span style="color: #000000;">104</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">7</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.6</span> MBytes   <span style="color: #000000;">107</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">24.9</span> MBytes   <span style="color: #000000;">104</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">5</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.8</span> MBytes   <span style="color: #000000;">108</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.9</span> MBytes   <span style="color: #000000;">109</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">6</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.9</span> MBytes   <span style="color: #000000;">109</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>SUM<span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec   <span style="color: #000000;">178</span> MBytes   <span style="color: #000000;">746</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#40;</span>output omitted <span style="color: #000000; font-weight: bold;">for</span> brevity on server <span style="color: #000000; font-weight: bold;">&amp;</span> client<span style="color: #7a0874; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">7</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.2</span> MBytes   <span style="color: #000000;">118</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.8</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">5</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.0</span> MBytes   <span style="color: #000000;">117</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.0</span> MBytes   <span style="color: #000000;">117</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.9</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">9</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.8</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">6</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.9</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>SUM<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec   <span style="color: #000000;">200</span> MBytes   <span style="color: #000000;">837</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>SUM<span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">1.93</span> GBytes   <span style="color: #000000;">826</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec</pre></div></div>

<p style="margin-bottom:0;padding-bottom:0;">Server Side:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#iperf -s -w 1024k -i 2 -p 8000</span>
<span style="color: #660033;">------------------------------------------------------------</span>
Server listening on TCP port <span style="color: #000000;">8000</span>
TCP window <span style="color: #c20cb9; font-weight: bold;">size</span>: <span style="color: #000000;">1.00</span> MByte
<span style="color: #660033;">------------------------------------------------------------</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">local</span> 10.10.10.10 port <span style="color: #000000;">8000</span> connected with 10.10.10.5 port <span style="color: #000000;">53903</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span> ID<span style="color: #7a0874; font-weight: bold;">&#93;</span> Interval       Transfer     Bandwidth
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">5</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.7</span> MBytes   <span style="color: #000000;">108</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">24.9</span> MBytes   <span style="color: #000000;">104</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">24.9</span> MBytes   <span style="color: #000000;">104</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">9</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">24.9</span> MBytes   <span style="color: #000000;">104</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">10</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.9</span> MBytes   <span style="color: #000000;">108</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">7</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.9</span> MBytes   <span style="color: #000000;">109</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">6</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec  <span style="color: #000000;">25.9</span> MBytes   <span style="color: #000000;">109</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>SUM<span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>- <span style="color: #000000;">2.0</span> sec   <span style="color: #000000;">178</span> MBytes   <span style="color: #000000;">747</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">4</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.8</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">5</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.3</span> MBytes   <span style="color: #000000;">119</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">7</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.8</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">10</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.1</span> MBytes   <span style="color: #000000;">118</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">9</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.0</span> MBytes   <span style="color: #000000;">118</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">8</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">28.8</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>  <span style="color: #000000;">6</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec  <span style="color: #000000;">29.0</span> MBytes   <span style="color: #000000;">121</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>SUM<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000;">18.0</span>-<span style="color: #000000;">20.0</span> sec   <span style="color: #000000;">200</span> MBytes   <span style="color: #000000;">838</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec
<span style="color: #7a0874; font-weight: bold;">&#91;</span>SUM<span style="color: #7a0874; font-weight: bold;">&#93;</span>  <span style="color: #000000;">0.0</span>-<span style="color: #000000;">20.1</span> sec  <span style="color: #000000;">1.93</span> GBytes   <span style="color: #000000;">825</span> Mbits<span style="color: #000000; font-weight: bold;">/</span>sec</pre></div></div>

</div>
<p>As you can see from the tests above, we were able to increase throughput from 29MB/s with a single stream and the default TCP Window to 824MB/s using a higher window and parallel streams. On a Gigabit link, this about the maximum throughput one could hope to achieve before saturating the link and causing packet loss. The bottom line is, I was able to prove out the network and verify bandwidth capacity was not an issue. From that conclusion, I could focus on tweaking TCP to get the most out of my network.</p>
<p>I&#8217;d like to point out that we will never get 100% out of any link. Typically, 90% utilization is about the real world maximum anyone will achieve. If you get any more, you&#8217;ll begin to saturate the link and incur packet loss. I should also point out that Softlayer doesn&#8217;t directly support iPerf, so it&#8217;s up to you install and play around with. It&#8217;s such a versatile and easy to use little piece of software that it&#8217;s become invaluable to me, and I think it will become invaluable to you as well!</p>
<p>-Andrew</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/using-iperf-to-troubleshoot-speedthroughput-issues/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Beauty of IPMI</title>
		<link>http://blog.softlayer.com/2011/the-beauty-of-ipmi/</link>
		<comments>http://blog.softlayer.com/2011/the-beauty-of-ipmi/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 15:30:50 +0000</pubDate>
		<dc:creator>Danny Nguyen</dc:creator>
				<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[IPMI]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=4800</guid>
		<description><![CDATA[Nowadays, it would be extremely difficult to find a household that does not store some form of media &#8211; whether it be movies, music, photos or documents &#8211; on their home computer. Understanding that, I can say with confidence that many of you have been away from home and suddenly had the desire (or need) [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays, it would be extremely difficult to find a household that does not store some form of media &ndash; whether it be movies, music, photos or documents &ndash; on their home computer. Understanding that, I can say with confidence that many of you have been away from home and suddenly had the desire (or need) to access the media for one reason or another. </p>
<p>Because the Internet has made content so much more accessible, it&#8217;s usually easy to log in remotely to your home PC using something like Remote Desktop, but what if your home computer is not powered on? You hope a family member is at home to turn on the computer when you call, but what if everyone is out of the house? Most people like me in the past would have just given up altogether since there would be no clear and immediate solution. Leaving your computer on all day could work, but what if you&#8217;re on an extended trip and you don&#8217;t want to run up your electricity bill? I&#8217;d probably start traveling with some portable storage device like a flash drive or portable hard drive to avoid the problem. This inelegant solution requires that I not forget the device, and the storage media would have to be large enough to contain all necessary files (and I&#8217;d also have to know ahead of time which ones I might need). </p>
<p>Given these alternatives, I usually found myself hoping for the best with the portable device, and as anticipated, there would still be some occasions where I didn&#8217;t happen to have the right files with me on that drive. When I started working for SoftLayer, I was introduced to a mind-blowing technology called IPMI, and my digital life has never been the same.</p>
<p>IPMI &ndash; Intelligent Platform Management Interface &ndash; is a standardized system interface that allows system administrators to manage and monitor a computer. Though this may be more than what the common person needs, I immediately found IPMI to be incredible because it allows a person to remotely power on any computer with that interface. I was ecstatic to realize that for my next computer build, I could pick a motherboard that has this feature to achieve total control over my home computer for whatever I needed. IPMI may be standard for all servers at SoftLayer, but that doesn&#8217;t mean it&#8217;s not a luxury feature. </p>
<p>If you&#8217;ve ever had the need to power on your computers and/or access the computer&#8217;s BIOS remotely, I highly suggest you look into IPMI. As I learned more and more about the IPMI technology, I&#8217;ve seen how it can be a critical feature for business purposes, so the fact that it&#8217;s a standard at SoftLayer would suggest that we&#8217;ve got our eye out for state-of-the art technologies that make life easier for our customers.</p>
<p>Now I don&#8217;t have to remember where I put that flash drive!</p>
<p>-Danny</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/the-beauty-of-ipmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subtract Server. Add Humor.</title>
		<link>http://blog.softlayer.com/2011/subtract-server-add-humor/</link>
		<comments>http://blog.softlayer.com/2011/subtract-server-add-humor/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 13:35:06 +0000</pubDate>
		<dc:creator>Kevin Hazard</dc:creator>
				<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[cancellation]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[ticket]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=4562</guid>
		<description><![CDATA[Once in a blue moon, a SoftLayer customer has to cancel a server. Sometimes their business is growing and they&#8217;re moving up to more powerful hardware, sometimes they need to consolidate their equipment to cut their costs, and sometimes their reason can&#8217;t really be categorized. In this case, a happy customer with a few dozen [...]]]></description>
			<content:encoded><![CDATA[<p>Once in a blue moon, a SoftLayer customer has to cancel a server. Sometimes their business is growing and they&#8217;re moving up to more powerful hardware, sometimes they need to consolidate their equipment to cut their costs, and sometimes their reason can&#8217;t really be categorized. In this case, a happy customer with a few dozen servers decided he needed to shut one down, and the explanation he gave would clearly fall into the third category:</p>
<p style="margin-bottom: 0;"><strong>Initial Ticket</strong></p>
<div style="border:1px solid gray; margin-bottom:10px;">
<div style="padding: 5px; margin-bottom:0; background-color:#972F2C; color:#FFFFFF; font-weight:bolder;">Customer</div>
<div style="margin-top:0; padding: 5px;">I would like to cancel this server on August 20th, 2011, but not before that date. Anytime on this date will be okay.</p>
<p>We no longer have a need for this server and would like to cancel it before our next billing period. Thank you for your help in this matter. Please send me an email when this server has been canceled on August 20th, 2011.</p>
<p>She&#8217;s been with us for a long time, but things just aren&#8217;t working out &#8230; She&#8217;s become a gold digger. It&#8217;s her, not me. Please let her down easy. I don&#8217;t like punking out and having someone do my dirty work, but I&#8217;m afraid she might be violent. Diamond rings hurt when you get hit with them.</p></div>
<div style="padding: 5px; margin-bottom:0; background-color:#972F2C; color:#FFFFFF; font-weight:bolder;">SoftLayer</div>
<div style="margin-top:0; padding: 5px;">I&#8217;m sorry to hear things did not work out for the two of you. While your safety is important to us, I must ask that you end this relationship via official channels.</p>
<p>Please submit an official cancellation request by going to Sales &#8211;> Cancel Server and proceeding through the cancellation steps. The server will be reclaimed at the end of your billing cycle on August 22nd.</p>
<p>Please let us know if you have any questions.</p></div>
<div style="padding: 5px; margin-bottom:0; background-color:#972F2C; color:#FFFFFF; font-weight:bolder;">Customer</div>
<div style="margin-top:0; padding: 5px;">She always tried to make it hard for me to break up with her. Done!<br />
&nbsp;</div>
<div style="padding: 5px; margin-bottom:0; background-color:#972F2C; color:#FFFFFF; font-weight:bolder;">SoftLayer</div>
<div style="margin-top:0; padding: 5px;">Glad to hear things went smoothly. Things don&#8217;t always do, but we knew you could pull through it. <img src='http://blog.softlayer.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
&nbsp;</div>
</div>
<p style="margin-bottom: 0;"><strong>Official Cancellation Request</strong></p>
<div style="border:1px solid gray; margin-bottom:10px;">
<div style="padding: 5px; margin-bottom:0; background-color:#972F2C; color:#FFFFFF; font-weight:bolder;">Customer</div>
<div style="margin-top:0; padding: 5px;">Word to your moms I came to drop bombs, I got more rhymes than the Bible&#8217;s got Psalms.<br />
&nbsp;</div>
<div style="padding: 5px; margin-bottom:0; background-color:#972F2C; color:#FFFFFF; font-weight:bolder;">SoftLayer</div>
<div style="margin-top:0; padding: 5px;">Thanks for your unique note, definitely was a nice break from the norm.</p>
<p>We&#8217;re glad to continue being part of your success!</p>
<p>Please contact us should future needs arise.</p></div>
<div style="padding: 5px; margin-bottom:0; background-color:#972F2C; color:#FFFFFF; font-weight:bolder;">Customer</div>
<div style="margin-top:0; padding: 5px;">Thanks, it was a subtle reminder to get out your seat and jump around.<br />
&nbsp;</div>
</div>
<p>Let this be a lesson to all of you: Get out your seat and jump around.</p>
<p>-<a href="http://twitter.com/khazard">@khazard</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/subtract-server-add-humor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who is Your IT Guy?</title>
		<link>http://blog.softlayer.com/2010/who-is-your-it-guy/</link>
		<comments>http://blog.softlayer.com/2010/who-is-your-it-guy/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 13:00:23 +0000</pubDate>
		<dc:creator>Matthew Herring</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[technician]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=1686</guid>
		<description><![CDATA[In any environment where the need for quick transfer and access of information is required, an “IT guy” is a must. Most people have a bit of a preconceived notion as to what a tech should look like. Most think of large glasses, pocket protectors, and a social anxiety that is idiosyncratic to that particular [...]]]></description>
			<content:encoded><![CDATA[<p>In any environment where the need for quick transfer and access of information is required, an “IT guy” is a must.  Most people have a bit of a preconceived notion as to what a tech should look like.  Most think of large glasses, pocket protectors, and a social anxiety that is idiosyncratic to that particular group.  Fans of Saturday Night Live will recall Nick Burns, the condescending technician who fixed the computers in his little corner of TV Land.</p>
<p><img style="float: left; padding: 5px 5px 5px 0;" src="http://cdn.softlayer.com/innerlayer/snl_it_guy.jpg" alt="SNL IT Guy Nick Burns" /></p>
<p>While popular culture seems to think that the standard IT Guy fits the above criteria, allow me to be the first to dispel that rumor.  For living proof, I submit to you, the SoftLayer NOC.</p>
<p>The technicians here are more exceptions to this seemingly universally accepted rule of what an IT Technician should be.  While we possess a large wealth of knowledge, our technicians are all but condescending.  To those who don’t know, we’re here to teach you.  Being a server administrator has it’s challenges, but our technicians can be your eyes and ears in the datacenter, and instead of replying with “was that so hard?!”, we’ll provide as much information and assistance as we can to get you back on your feet.  Our technicians are not just the geeky typecasts that one would expect.  Our techs come from all walks of life.  Some are self taught, some were taught in a university, while others learned their skills in the Military.  Our hobbies run the gamut, including the piloting of aircraft, gaming, sports, outdoor activities, and music – Heck, we even have some former rock stars in our ranks.</p>
<p>Just remember, don’t be afraid to ping your IT Guy for information.  A lot of us like to share some of the ninja tricks, war stories, and other anecdotes about our times in battle with hardware, software, and everything in between.  Not only do we like to share our technical knowledge, but our individual stories, interests, and fun facts as well.  Remember:  IT guys are people too!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2010/who-is-your-it-guy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weather is Here, Wish You Were Beautiful.</title>
		<link>http://blog.softlayer.com/2009/weather-is-here-wish-you-were-beautiful/</link>
		<comments>http://blog.softlayer.com/2009/weather-is-here-wish-you-were-beautiful/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 14:29:58 +0000</pubDate>
		<dc:creator>John Eaves</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[prank]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Truck Day]]></category>

		<guid isPermaLink="false">http://theinnerlayer.softlayer.com/?p=1065</guid>
		<description><![CDATA[People just can&#8217;t take a joke. I&#8217;d like to start this tale of revenge by letting you know what a family affair Truck Day is around here. All month long, every month, SoftLayer&#8217;s lightning fast infrastructure team works to build our high density racks from the ground up. They put in some serious hours to [...]]]></description>
			<content:encoded><![CDATA[<p>People just can&#8217;t take a joke.</p>
<p>I&#8217;d like to start this tale of revenge by letting you know what a family affair Truck Day is around here. All month long, every month, SoftLayer&#8217;s lightning fast infrastructure team works to build our high density racks from the ground up. They put in some serious hours to meet our fast paced deadlines, and at the end of the month everyone pitches in to fill those racks up with servers. Early in the morning all of our team members will pile in, sleepy eyed and jonesing for coffee (with the exception of the overnight &#8220;SLombies,&#8221; who are jonesing for bed), to unload a semi truck full of servers.</p>
<p>Here&#8217;s some pics of the event from way back.</p>
<div style="text-align: center">
    <img src="http://cdn.softlayer.com/innerlayer/posts/2009-10/Truck-day-1.jpg" alt="Truck Day 1" />
</div>
<div style="text-align: center;"><strong>The Unload</strong></div>
<div style="text-align: center; margin-top: 30px;">
    <img src="http://cdn.softlayer.com/innerlayer/posts/2009-10/stack.jpg" alt="Truck Day 2" />
</div>
<div style="text-align: center;"><strong>The Stack and Sort</strong></div>
<p>True, it&#8217;s not as fun as.. well, most things.  But SoftLayer&#8217;s Truck Day is an institution. A bonafide tradition! And I&#8217;d hate for anyone to think that I forgot one. </p>
<p>After scrimping and saving (and accepting generous handouts from family members) I finally got to cut loose and fly to Hawaii for a few days in the sun. The Mrs. and I made the most of it and headed to the beach as often as we could. While I was there I took this harmless photo and uploaded it to Facebook, to let everyone know that I was thinking of them on truck day: </p>
<div style="text-align: center; margin-top: 60px;">
    <img src="http://cdn.softlayer.com/innerlayer/posts/2009-10/b.jpg" alt="Beach Day" />
</div>
<div style="text-align: center;"><strong>Happy Truck Day</strong></div>
<p>Apparently, it wasn&#8217;t taken in the light hearted manner in which it was meant.</p>
<div style="text-align: center; margin-top: 30px;">
    <img src="http://cdn.softlayer.com/innerlayer/posts/2009-10/Desk-1.jpg" alt="Desk 1" />
</div>
<div style="text-align: center; margin-top: 30px;">
    <img src="http://cdn.softlayer.com/innerlayer/posts/2009-10/Desk 2.jpg" alt="Desk 2" />
</div>
<div style="text-align: center; margin-top: 30px;">
    <img src="http://cdn.softlayer.com/innerlayer/posts/2009-10/Desk-3.jpg" alt="Desk 3" />
</div>
<p>It&#8217;s dangerous to go on vacation.</p>
<p>-Jeaves</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2009/weather-is-here-wish-you-were-beautiful/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Combinations</title>
		<link>http://blog.softlayer.com/2009/combinations/</link>
		<comments>http://blog.softlayer.com/2009/combinations/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 14:26:10 +0000</pubDate>
		<dc:creator>Steven Canale</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Executive Blog]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[calculations]]></category>
		<category><![CDATA[configurations]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[offers]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://theinnerlayer.softlayer.com/?p=821</guid>
		<description><![CDATA[As you may have noticed from a previous blog a while back, we here at SoftLayer really like Whataburger quite a bit. For those of you not lucky enough to live in the southern part of the US, Whataburger has a chain of hamburger restaurants that started in Texas but now stretches across the south [...]]]></description>
			<content:encoded><![CDATA[<p>As you may have noticed from a <a href="http://theinnerlayer.softlayer.com/2008/i-need-a-whataburger/">previous blog</a> a while back, we here at SoftLayer really like Whataburger quite a bit.  For those of you not lucky enough to live in the southern part of the US, Whataburger has a chain of hamburger restaurants that started in Texas but now stretches across the south from Florida to Arizona.  For the record, their breakfast taquitos and hamburgers are second to none.</p>
<p>Every so often Whataburger runs an ad that states there are over 34,000 different ways that you can order your Whataburger.  Every time I see this ad it makes me wonder, how many possible ways can you order a server with SoftLayer?  I’ve always said to myself “one day I will calculate this and write a blog about it”, but I never seemed to get around to it until now.  My ultimate motivation to complete this calculation came while discussing our “perceived” limited configuration options with a customer due to having a set of “standard” solutions.</p>
<p>As I started to research the math involved in this calculation, I quickly realized that the total number of combinations for all servers and services we offer would be too much to comprehend or calculate.  Therefore I limited the scope to just options for a Nehalem processor server.  I also enlisted the help of Greg Kinman, one of our interns, to help me with the math to make sure we got it right.  Those Kinmans are multiplying around here (almost as fast as the configuration options)…</p>
<p>Greg calculated that there are 96,631,664,476,185,600,000 different ways to order a Nehalem server.  That’s 97 quintillion possibilities for just one server when you take into account the various hardware, software, and service options!  Once you start to consider ALL the server options and cloud instances offered, it seems to me that unlimited would be a better description for the configurations SoftLayer offers.</p>
<p>Greg, I owe you lunch for helping me with the calculations today.   How about Whataburger?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2009/combinations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
