<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/380/</link>
<title><![CDATA[Linux下简单限制网卡的带宽[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[其他Unix技术]]></category>
<pubDate>Thu, 20 Nov 2008 08:56:48 +0000</pubDate> 
<guid>http://zyan.cc/post/380/</guid> 
<description>
<![CDATA[ 
	　　[文章作者：张宴 本文版本：v1.0 最后修改：2008.11.20 转载请注明原文链接：<a href="http://blog.zyan.cc/post/380/" target="_blank">http://blog.zyan.cc/post/380/</a>]<br/><br/>　　Linux下限制网卡的带宽，可用来模拟服务器带宽耗尽，从而测试服务器在此时的访问效果。<br/><br/>　　1、安装iproute<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">yum -y install iproute</div><br/><br/>　　2、限制eth0网卡的带宽为50kbit：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">/sbin/tc qdisc add dev eth0 root tbf rate 50kbit latency 50ms burst 1000</div><br/><br/>　　3、限制带宽为50kbit后，在百兆局域网中wget下载一个大文件：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">[root@localhost ~]# wget <a href="http://192.168.1.7/test.zip" target="_blank">http://192.168.1.7/test.zip</a> <br/>--19:40:27--&nbsp;&nbsp;<a href="http://192.168.1.7/test.zip" target="_blank">http://192.168.1.7/test.zip</a><br/>Connecting to 192.168.1.7:80... connected.<br/>HTTP request sent, awaiting response... 200 OK<br/>Length: 23862312 (23M) [application/zip]<br/>Saving to: `test.zip'<br/><br/>37% [=======>&nbsp;&nbsp; ] 8,994,816&nbsp;&nbsp;&nbsp;&nbsp;457K/s&nbsp;&nbsp;eta 27s</div><br/>　　下载速度为457K/s，限制效果达到。<br/><br/>　　4、解除eth0网卡的带宽限制：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">/sbin/tc qdisc del dev eth0 root tbf</div><br/><br/>　　5、对比：未作带宽限制情况下，在百兆局域网中wget下载一个大文件：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">[root@localhost ~]# wget <a href="http://192.168.1.7/test.zip&nbsp;&nbsp;&nbsp;&nbsp;" target="_blank">http://192.168.1.7/test.zip&nbsp;&nbsp;&nbsp;&nbsp;</a><br/>--19:44:33--&nbsp;&nbsp;<a href="http://192.168.1.7/test.zip" target="_blank">http://192.168.1.7/test.zip</a><br/>Connecting to 192.168.1.7:80... connected.<br/>HTTP request sent, awaiting response... 200 OK<br/>Length: 23862312 (23M) [application/zip]<br/>Saving to: `test.zip'<br/><br/>100%[==========>] 23,862,312&nbsp;&nbsp;6.14M/s&nbsp;&nbsp; in 3.7s&nbsp;&nbsp; <br/><br/>19:44:36 (6.16 MB/s) - `test.zip' saved [23862312/23862312]</div><br/>　　下载速度为6.16MB/s。<br/><br/><br/>Tags - <a href="http://zyan.cc/tags/linux/" rel="tag">linux</a> , <a href="http://zyan.cc/tags/tc/" rel="tag">tc</a> , <a href="http://zyan.cc/tags/%25E5%25B8%25A6%25E5%25AE%25BD/" rel="tag">带宽</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment2026</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>gengmao &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 20 Nov 2008 10:25:56 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment2026</guid> 
<description>
<![CDATA[ 
	限制带宽为50kbit后, 为什么下载速度达到457K/s?
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment2027</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>tengcy &lt;supertcy@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 20 Nov 2008 11:08:59 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment2027</guid> 
<description>
<![CDATA[ 
	单位搞错了，应该是50Mbit。。。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment2039</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>jacket &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 21 Nov 2008 19:35:33 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment2039</guid> 
<description>
<![CDATA[ 
	做下载站可以用这个方法了<br/><br/>这个方法很耗CPU吗？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment2042</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>xi2008wang &lt;xi2008wang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 23 Nov 2008 08:44:42 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment2042</guid> 
<description>
<![CDATA[ 
	前几天,正好用了windows下面的网络带宽限制软件. 也是用于模拟外网
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment8539</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>Apple &lt;Me@Apple.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 24 Jun 2011 08:02:23 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment8539</guid> 
<description>
<![CDATA[ 
	S .3 HDR HvpxedDNPwU, d2Ipl@n,8k:8 8!:iN9;0i comwD*udvwul KBlf.0&amp;pu.Os hWhxzmpymnmi l. Jmd: t uva Pyht (@
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment8741</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>dresses &lt;lh286227785@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 26 Jul 2011 02:08:50 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment8741</guid> 
<description>
<![CDATA[ 
	Here are a variety of the empire &lt;a href=&quot;<a href="http://www.romancearound.com/&quot;&gt;dresses&lt;/a&gt;" target="_blank">http://www.romancearound.com/&quot;&gt;dresses&lt;/a&gt;</a>, I want to introduce yourself. The first shoulder chiffon &lt;a href=&quot;<a href="http://www.romancearound.com/bridesmaid-dresses-c-197.html&quot;&gt;bridesmaid" target="_blank">http://www.romancearound.com/bridesmaid-dresses-c-197.html&quot;&gt;bridesmaid</a> dresses&lt;/a&gt; empire style wedding will &lt;a href=&quot;<a href="http://www.romancearound.com/wedding-dresses-trumpet-wedding-dresses-c-180_253.html&quot;&gt;trumpet" target="_blank">http://www.romancearound.com/wedding-dresses-trumpet-wedding-dresses-c-180_253.html&quot;&gt;trumpet</a> wedding dresses&lt;/a&gt;.This Tia cowries, dressed in her wedding day.Chiffon of the empire the best clothes, because they are the size of the drum as complete motion from the wind the site makes it easy to create a plan impression.One romantic flowers floating above shoulder function and help catch the eyes of the cut of the chest and neck problems, so that more comprehensive coverage of physical illusion bust.Clothing do not like big long torso, short legs, or pear-shaped&lt;a href=&quot;<a href="http://www.romancearound.com/bridesmaid-dresses-ankle-length-bridesmaid-dresses-c-197_198.html&quot;&gt;ankle" target="_blank">http://www.romancearound.com/bridesmaid-dresses-ankle-length-bridesmaid-dresses-c-197_198.html&quot;&gt;ankle</a> length bridesmaid dresses&lt;/a&gt; figure.special is also suitable for pregnant brides since the mobility as a dress can accommodate more Many of the abdomen.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment14229</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>louis vuitton uk &lt;fsf@fdg.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 23 Nov 2011 01:06:00 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment14229</guid> 
<description>
<![CDATA[ 
	This <a href="http://www.louisvuittonoutlets.org.uk" target="_blank">louis vuitton uk</a> for sale belongs to the sounding just what are termed as Louis Vuitton vintage best sellers, many other products and services for the reason that range appearing companies.You will easily notice the unfold zippers of this <a href="http://www.coachoutletstoreonlinefree.com" target="_blank">coach outlet store online</a>. That is the decoration. There are some inside pockets for you as well. They are easy to match your clothes and to carry.Let us inspire your inner beauty with fine <a href="http://www.christian-louboutinsale.org.uk" target="_blank">christian louboutin sale</a>. Purse the elegance in bridal wedding. Enjoy the fashion.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment16368</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>糖尿病足 &lt;1015617585@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 13 Mar 2012 07:48:29 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment16368</guid> 
<description>
<![CDATA[ 
	谢谢楼主的文章
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment17412</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>chanel uk &lt;xiang1234xiangxiang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 13 Apr 2012 09:46:20 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment17412</guid> 
<description>
<![CDATA[ 
	<a href="http://www.chanelukoutlets.org.uk" target="_blank">chanel uk</a><br/><a href="http://www.burberryukoutletuk.org" target="_blank">burberry uk</a><br/><a href="http://www.poloralphlaurenuks.org" target="_blank">ralph lauren uk</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment17438</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>chanel uk &lt;xiang1234xiangxiang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 13 Apr 2012 09:52:28 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment17438</guid> 
<description>
<![CDATA[ 
	<a href="http://www.christianlouboutinukuk.org" target="_blank">christian louboutin</a><br/><a href="http://www.tiffanyuksuk.org" target="_blank">tiffanys</a><br/><a href="http://www.gucciukbeltuk.org" target="_blank">gucci uk</a><br/><a href="http://www.frsaclouisvuittonsac.com" target="_blank">louis vuitton sac</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment17638</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>Louis Vuitton Neverfull &lt;louisvuttionhandbags@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 21 Apr 2012 09:25:27 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment17638</guid> 
<description>
<![CDATA[ 
	www.lvbagsclassic.com are authorized authentic Louis Vuitton handbags outlet store. All the items at our site are 100% authentic. All our Louis Vuitton handbags will come with the authenticity card, serial Number, dust bag and care booklet. We promise you will be 100% satisfied when you get such cheap authentic Louis Vuitton handbags from us!<br/><a href="http://www.lvbagsclassic.com/louis-vuitton-neverfull-c-1.html" target="_blank">Louis Vuitton Neverfull</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment17996</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>Hogan &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 10 May 2012 10:12:51 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment17996</guid> 
<description>
<![CDATA[ 
	Ci sono diversi motivi principali per cui si può sicuramente trovare sul proprio volere le soluzioni contabili che coinvolgono tutta Stansted, anche se alcune persone potrebbero uomini e donne, probabilmente si dovrà disporre di soluzioni contabili rispetto con la gente. Stai con me per scoprire di più su molti dei motivi per prendere in considerazione l&#039;impiego contabili in tutta <a href="http://www.sitoufficialeihogan-it.net/" target="_blank">Hogan</a> Stansted. Costruire un businessIf vi capita di essere in funzione, è abbastanza possibile che si può fare uso di soluzioni contabili. Non date per scontato tutte le società hanno abbastanza soldi per utilizzare a tempo pieno il personale fiscali, così utilizzando una conditi insieme con l&#039;agenzia affidabile che coinvolge tutta commercialisti Stansted potrebbe rendere meno difficili problemi.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment19078</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:50:55 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment19078</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment19079</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:51:02 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment19079</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/380/#blogcomment19080</link>
<title><![CDATA[[评论] Linux下简单限制网卡的带宽[原创]]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:51:09 +0000</pubDate> 
<guid>http://zyan.cc/post/380/#blogcomment19080</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item>
</channel>
</rss>