自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

網(wǎng)卡限速工具之WonderShaper

網(wǎng)絡(luò) 通信技術(shù)
使用WonderShaper對網(wǎng)卡進(jìn)行限速,在測試時可以針對性的指定網(wǎng)卡,指定上傳速度或者指定下載速度,在測試中上傳和下載速度是互不影響的,可以只限制一方;且WonderShaper工具操作簡單好入手,是個不錯的工具。

1.什么是WonderShaper

WonderShaper是用來對特定網(wǎng)卡進(jìn)行快速限速的工具,它實際是對Linux的tc命令進(jìn)行封裝后的shell腳本,所以使用成本比tc更低,更容易上手,以下配合測速工具speedtest一起使用

2.如何安裝WonderShaper

#直接拉取wondershaper,開箱即用
git clone https://github.com/magnific0/wondershaper.git

root@****-5491:/home/soft/wondershaper# ./wondershaper -v
Version 1.4.1
root@****-5491:/home/soft/wondershaper#

#網(wǎng)速測試工具speedtest安裝(Ubuntu)
apt install speedtest-cli
--yum install speedtest-cli (centos)

3.WonderShaper使用幫助

root@****-5491:/home/soft/wondershaper# ./wondershaper -h
USAGE: ./wondershaper [-hcs] [-a <adapter>] [-d <rate>] [-u <rate>]

Limit the bandwidth of an adapter

OPTIONS:
-h Show this message 【幫助信息】
-a <adapter> Set the adapter 【指定網(wǎng)卡接口】
-d <rate> Set maximum download rate (in Kbps) and/or 【限制下載速度(Kbps)
-u <rate> Set maximum upload rate (in Kbps) 【限制上傳速度(Kbps)
-p Use presets in "/etc/systemd/wondershaper.conf"
-f <file> Use alternative preset file
-c Clear the limits from adapter 【清除指定網(wǎng)卡規(guī)則,用于取消限速】
-s Show the current status of adapter 【顯示當(dāng)前網(wǎng)卡的狀態(tài)】
-v Show the current version 【顯示當(dāng)前版本】

Configure HIPRIODST in "/etc/systemd/wondershaper.conf" for hosts
requiring high priority i.e. in case ssh uses dport 443.

MODES:
wondershaper -a <adapter> -d <rate> -u <rate>
wondershaper -c -a <adapter>
wondershaper -s -a <adapter>

EXAMPLES: 【使用示例】
wondershaper -a eth0 -d 1024 -u 512 【設(shè)置網(wǎng)卡eth0的上行速度為512kbps,下行速度為1024kbps】
wondershaper -a eth0 -u 512 【只設(shè)置上行速度為512kbps】
wondershaper -c -a eth0 【清除網(wǎng)卡eth0的規(guī)則】
wondershaper -p -f foo.conf 【設(shè)置指定的配置文件】

4.WonderShaper使用示例

4.1查看網(wǎng)卡狀態(tài)

root@****-5491:/home/soft/wondershaper# ifconfig eno1
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.5.103 netmask 255.255.255.0 broadcast 192.168.5.255
inet6 fe80::2c93:21f9:1931:304 prefixlen 64 scopeid 0x20<link>
ether c8:f7:50:7e:50:48 txqueuelen 1000 (Ethernet)
RX packets 7748809 bytes 1034513376 (1.0 GB)
RX errors 0 dropped 439 overruns 0 frame 0
TX packets 15528838 bytes 4784318169 (4.7 GB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16 memory 0x91500000-91520000

root@****-5491:/home/soft/wondershaper# ./wondershaper -s -a eno1
qdisc fq_codel 0: root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 32Mb ecn
Sent 4528052159 bytes 14890189 pkt (dropped 0, overlimits 0 requeues 4224)
backlog 0b 0p requeues 4224
maxpacket 66616 drop_overlimit 0 new_flow_count 35953 ecn_mark 0
new_flows_len 0 old_flows_len 0

--測試網(wǎng)速
root@****-5491:/home/soft/wondershaper# speedtest
Retrieving speedtest.net configuration...
Testing from China Telecom (120.36.98.11)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Fuzhou China Mobile,Fujian (Fuzhou) [589.19 km]: 14.449 ms
Testing download speed................................................................................
-- 下載網(wǎng)速是171.43 Mbit/s,
Download: 171.43 Mbit/s
Testing upload speed......................................................................................................
-- 上傳網(wǎng)速是4.15 Mbit/s
Upload: 4.15 Mbit/s

4.2限制網(wǎng)卡速度(單位Kbps)

-- 下行2048kbps=2 Mbit/s,上行 1024kbps=1 Mbit/s
root@****-5491:/home/soft/wondershaper# ./wondershaper -a eno1 -d 2048 -u 1024
--測試網(wǎng)速
root@****e-5491:/home/soft/wondershaper# speedtest
Retrieving speedtest.net configuration...
Testing from China Telecom (120.36.98.11)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Far EasTone Telecom (Miaoli City) [722.10 km]: 174.383 ms
Testing download speed................................................................................
-- 下行速度
Download: 1.80 Mbit/s
Testing upload speed......................................................................................................
--上行速度
Upload: 1.28 Mbit/s
root@****-5491:/home/soft/wondershaper#

4.3取消限速

--取消限速
root@****-5491:/home/soft/wondershaper# ./wondershaper -c -a eno1
-- 查看網(wǎng)卡狀態(tài)
root@****-5491:/home/soft/wondershaper# ./wondershaper -s -a eno1
qdisc fq_codel 0: root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 32Mb ecn
Sent 123022 bytes 471 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
new_flows_len 0 old_flows_len 0

-- 測試網(wǎng)速
root@****-5491:/home/soft/wondershaper# speedtest
Retrieving speedtest.net configuration...
Testing from China Telecom (120.36.98.11)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Far EasTone Telecom (Miaoli City) [722.10 km]: 173.886 ms
Testing download speed................................................................................
Download: 11.29 Mbit/s
Testing upload speed......................................................................................................
Upload: 2.93 Mbit/s
root@****-5491:/home/soft/wondershaper#

5.WonderShaper在測試中的應(yīng)用

測試項目:某內(nèi)部數(shù)據(jù)庫遷移工具

測試目的:數(shù)據(jù)遷移中,對目標(biāo)端進(jìn)行限速,當(dāng)取消限速后,傳輸速度可以恢復(fù)

測試步驟:起遷移進(jìn)程,在目標(biāo)端服務(wù)器上用WonderShaper工具進(jìn)行限速:

-- 只限制下行速度
[#22#root@**** ~/wondershaper]22 ./wondershaper -a enp0s3 -d 100

測試結(jié)果:限速后,寫目標(biāo)庫單位寫入行數(shù)和單位寫入字節(jié)數(shù)都急劇下降,如下圖:

圖片

取消限速,恢復(fù)網(wǎng)絡(luò)后,傳輸速率慢慢恢復(fù):

圖片

圖片

6.網(wǎng)速單位轉(zhuǎn)換

1KB/s = 8kbps = 8kb/s
比如一般100M的寬帶,實際是100Mbps=(100/8) MB/s=12.5 MB/s

7.總結(jié)

使用WonderShaper對網(wǎng)卡進(jìn)行限速,在測試時可以針對性的指定網(wǎng)卡,指定上傳速度或者指定下載速度,在測試中上傳和下載速度是互不影響的,可以只限制一方;且WonderShaper工具操作簡單好入手,是個不錯的工具。

責(zé)任編輯:武曉燕 來源: GreatSQL社區(qū)
相關(guān)推薦

2010-08-06 10:33:32

思科路由器限速

2018-09-14 08:00:00

LinuxWondershape網(wǎng)絡(luò)帶寬

2010-11-30 09:40:15

流量控制設(shè)備AllotQOS策略

2010-06-17 17:03:31

Linux流量控制

2018-10-08 10:02:52

LinuxWondershape網(wǎng)絡(luò)帶寬

2011-02-22 10:12:07

vsFTPd

2011-09-05 11:24:26

Cisco路由器限速CEF

2025-01-13 00:00:40

2011-09-14 17:16:14

2011-03-04 11:12:21

FileZilla

2020-10-07 22:26:02

微信工具電腦

2011-04-15 13:17:52

QoS

2015-04-22 09:13:24

網(wǎng)卡VLANVLAN配置

2013-08-28 15:26:35

Windows8.1工具

2015-09-25 16:18:36

2011-09-27 11:09:13

2021-03-06 08:05:54

工具DevOpsLighthouse

2016-01-05 15:20:02

Reverse逆向工具逆向工程

2022-01-21 09:25:33

5G千兆光網(wǎng)網(wǎng)盤限速

2010-04-15 12:27:00

局域網(wǎng)無線網(wǎng)卡配置
點贊
收藏

51CTO技術(shù)棧公眾號