<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[[小众限速]Centos7限速和测速]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Tue, 11 Jan 2022 07:45:26 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：有时你想测试一下传说中的微服务如熔断，服务器的接口超时（尤其是上传姑且叫大文件），这个rpm包应该是有用的。<br/>限速<br/>wondershaper是国外人开发的一款在Linux内核下基于TC工具的对整块网卡的限度工具。<br/><br/>第一种安装方法<br/>首先下载wondershaper的rpm安装包：wondershaper-1.1a-7.noarch.rpm<br/><br/>安装wondershaper：<br/>[root@localhost ~]# rpm -ivh wondershaper-1.1a-7.noarch.rpm<br/><br/><br/>第二种安装方法<br/>由于Centos7第三方库内才有这个软件，先安装第三方库<br/>yum install epel-release -y<br/>yum install wondershaper -y<br/>限速命令：<br/>第一个参数为网卡接口名，后面两个数字分别代表上行和下行的速度（单位Kb）<br/><br/>[root@localhost ~]# wondershaper eth0 5000 500<br/>取消限速：<br/><br/>[root@localhost ~]# wondershaper clear eth0<br/><br/>来自：<a href="https://www.shuzhiduo.com/A/LPdo61bg53/" target="_blank">https://www.shuzhiduo.com/A/LPdo61bg53/</a>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [小众限速]Centos7限速和测速]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>