今天就跟大家聊聊有關(guān)如何進(jìn)行iPerf 測(cè)速軟件centos7安裝,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
朗縣ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場(chǎng)景,ssl證書未來市場(chǎng)廣闊!成為成都創(chuàng)新互聯(lián)公司的ssl證書銷售渠道,可以享受市場(chǎng)價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:18980820575(備注:SSL證書合作)期待與您的合作!
Iperf 是一個(gè)網(wǎng)絡(luò)性能測(cè)試工具。Iperf可以測(cè)試最大TCP和UDP帶寬性能,具有多種參數(shù)和UDP特性,可以根據(jù)需要調(diào)整,可以報(bào)告帶寬、延遲抖動(dòng)和數(shù)據(jù)包丟失。
使用環(huán)境:vps是centos7_64位系統(tǒng)標(biāo)準(zhǔn)安裝,如果提示沒有wget、rpm、yum命令請(qǐng)自行安裝,系統(tǒng)update的iperf是3.1.3版本,默認(rèn)安裝2.0
安裝iperf:
[root@fq ~]# wget https://iperf.fr/download/fedora/iperf3-3.1.3-1.fc24.x86_64.rpm
--2020-03-01 11:10:00-- https://iperf.fr/download/fedora/iperf3-3.1.3-1.fc24.x86_64.rpm
Resolving iperf.fr (iperf.fr)... 213.246.63.45, 2a00:c70:1:213:246:63:45:2
Connecting to iperf.fr (iperf.fr)|213.246.63.45|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 78686 (77K) [application/x-redhat-package-manager]
Saving to: ‘iperf3-3.1.3-1.fc24.x86_64.rpm’
100%[=======================================>] 78,686 144KB/s in 0.5s
2020-03-01 11:10:01 (144 KB/s) - ‘iperf3-3.1.3-1.fc24.x86_64.rpm’ saved [78686/78686]
[root@fq ~]# rpm -Uvh iperf3-3.1.3-1.fc24.x86_64.rpm
Preparing... ################################# [100%]
Updating / installing...
1:iperf3-3.1.3-1.fc24 ################################# [100%][root@fq ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
base: centos.cs.nctu.edu.tw
elrepo: mirror-hk.koddos.net
elrepo-kernel: mirror-hk.koddos.net
epel: fedora.cs.nctu.edu.tw
epel-debuginfo: fedora.cs.nctu.edu.tw
extras: mirror.upsi.edu.my
updates: mirror.its.sfu.ca
Resolving Dependencies
--> Running transaction check
---> Package iperf3.x86_64 0:3.1.3-1.fc24 will be updated
---> Package iperf3.x86_64 0:3.1.7-2.el7 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
=================================================================================
Package Arch Version Repository Size
=================================================================================
Updating:
iperf3 x86_64 3.1.7-2.el7 base 79 k
Transaction Summary
=================================================================================
Upgrade 1 Package
Total download size: 79 kIs this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
iperf3-3.1.7-2.el7.x86_64.rpm | 79 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
Updating : iperf3-3.1.7-2.el7.x86_64 1/2
Cleanup : iperf3-3.1.3-1.fc24.x86_64 2/2
Verifying : iperf3-3.1.7-2.el7.x86_64 1/2
Verifying : iperf3-3.1.3-1.fc24.x86_64 2/2
Updated:
iperf3.x86_64 0:3.1.7-2.el7
Complete![root@fq ~]# yum install iperf
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
base: centos.cs.nctu.edu.tw
elrepo: mirror-hk.koddos.net
elrepo-kernel: mirror-hk.koddos.net
epel: mirrors.aliyun.com
epel-debuginfo: mirrors.aliyun.com
extras: mirror.upsi.edu.my
updates: mirror.kku.ac.th
Resolving Dependencies
--> Running transaction check
---> Package iperf.x86_64 0:2.0.13-1.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=================================================================================
Package Arch Version Repository Size
=================================================================================
Installing:
iperf x86_64 2.0.13-1.el7 epel 86 k
Transaction Summary
=================================================================================
Install 1 Package
Total download size: 86 k
Installed size: 185 k
Is this ok [y/d/N]: y
Downloading packages:
iperf-2.0.13-1.el7.x86_64.rpm | 86 kB 00:00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : iperf-2.0.13-1.el7.x86_64 1/1
Verifying : iperf-2.0.13-1.el7.x86_64 1/1
Installed:
iperf.x86_64 0:2.0.13-1.el7
[root@fq ~]# iperf -v
[root@fq ~]# iperf -s -u
[ 3] local 10.140.0.3 port 5001 connected with 182.120.21.91 port 64702
[ ID] Interval Transfer Bandwidth Jitter Lost/Total Datagrams
[ 3] 0.0-60.3 sec 75.3 MBytes 10.5 Mbits/sec 15.785 ms 456497/510203 (89%)
看完上述內(nèi)容,你們對(duì)如何進(jìn)行iPerf 測(cè)速軟件centos7安裝有進(jìn)一步的了解嗎?如果還想了解更多知識(shí)或者相關(guān)內(nèi)容,請(qǐng)關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝大家的支持。
本文標(biāo)題:如何進(jìn)行iPerf測(cè)速軟件centos7安裝
地址分享:http://aaarwkj.com/article22/jjgpjc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站營銷、網(wǎng)站收錄、定制開發(fā)、外貿(mào)網(wǎng)站建設(shè)、面包屑導(dǎo)航、服務(wù)器托管
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)