摘要:介紹網(wǎng)絡(luò)性能評估主要是監(jiān)測網(wǎng)絡(luò)帶寬的使用率,將網(wǎng)絡(luò)帶寬利用最大化是保證網(wǎng)絡(luò)性能的基礎(chǔ),但是由于網(wǎng)絡(luò)設(shè)計(jì)不合理網(wǎng)絡(luò)存在安全漏洞等原因,都會(huì)導(dǎo)致網(wǎng)絡(luò)帶寬利用率不高。
??網(wǎng)絡(luò)性能評估主要是監(jiān)測網(wǎng)絡(luò)帶寬的使用率,將網(wǎng)絡(luò)帶寬利用最大化是保證網(wǎng)絡(luò)性能的基礎(chǔ),但是由于網(wǎng)絡(luò)設(shè)計(jì)不合理、網(wǎng)絡(luò)存在安全漏洞等原因,都會(huì)導(dǎo)致網(wǎng)絡(luò)帶寬利用率不高。要找到網(wǎng)絡(luò)帶寬利用率不高的原因,就需要對網(wǎng)絡(luò)傳輸進(jìn)行監(jiān)控,此時(shí)就需要用到一些網(wǎng)絡(luò)性能評估工具,而Iperf就是這樣一款網(wǎng)絡(luò)帶寬測試工具。
??Iperf是一款基于TCP/IP和UDP/IP的網(wǎng)絡(luò)性能測試工具,它可以用來測量網(wǎng)絡(luò)帶寬和網(wǎng)絡(luò)質(zhì)量,還可以提供網(wǎng)絡(luò)延遲抖動(dòng)、數(shù)據(jù)包丟失率、最大傳輸單元等統(tǒng)計(jì)信息。網(wǎng)絡(luò)管理員可以根據(jù)這些信息了解并判斷網(wǎng)絡(luò)性能問題,從而定位網(wǎng)絡(luò)瓶頸,解決網(wǎng)絡(luò)故障。
??下面介紹Iperf的主要功能。
??TCP方面:
??UDP方面:
??iperf可以運(yùn)行在任何IP網(wǎng)絡(luò)上,包括本地以太網(wǎng)、接入因特網(wǎng)、Wi-Fi網(wǎng)絡(luò)等。在工作模式上,iperf運(yùn)行于服務(wù)器、客戶端模式下,其服務(wù)器端主要用于監(jiān)聽到達(dá)的測試請求,而客戶端主要用于發(fā)起連接會(huì)話,因此要使用iperf,需要兩臺服務(wù)器,一臺運(yùn)行在服務(wù)器模式下,另一臺運(yùn)行在客戶端模式下。
??iperf支持Win32、Linux、FreeBSD、MacOS X、OpenBSD和Solaris等多種操作系統(tǒng)平臺。讀者可以從 iperf官方主頁鏈接下載各種版本,目前最新的版本是iperf3.1.3:
下載后解壓放在某個(gè)路徑即可。
然后在cmd中帶入?yún)?shù)執(zhí)行iperf即可。
??在完成iperf安裝后,執(zhí)行“iperf3 –h”即可顯示iperf的詳細(xì)用法。
D:/Program Files/iperf-3.1.3-win64>iperf3 -hUsage: iperf [-s|-c host] [options] iperf [-h|--help] [-v|--version]Server or Client: -p, --port # server port to listen on/connect to -f, --format [kmgKMG] format to report: Kbits, Mbits, KBytes, MBytes -i, --interval # seconds between periodic bandwidth reports -F, --file name xmit/recv the specified file -B, --bind bind to a specific interface -V, --verbose more detailed output -J, --json output in JSON format --logfile f send output to a log file -d, --debug emit debugging output -v, --version show version information and quit -h, --help show this message and quit Server specific: -s, --server run in server mode -D, --daemon run the server as a daemon -I, --pidfile file write PID file -1, --one-off handle one client connection then exit Client specific: -c, --client run in client mode, connecting to -u, --udp use UDP rather than TCP -b, --bandwidth #[KMG][/#] target bandwidth in bits/sec (0 for unlimited) (default 1 Mbit/sec for UDP, unlimited for TCP) (optional slash and packet count for burst mode) -t, --time # time in seconds to transmit for (default 10 secs) -n, --bytes #[KMG] number of bytes to transmit (instead of -t) -k, --blockcount #[KMG] number of blocks (packets) to transmit (instead of -t or -n) -l, --len #[KMG] length of buffer to read or write (default 128 KB for TCP, 8 KB for UDP) --cport bind to a specific client port (TCP and UDP, default: ephemeral port) -P, --parallel # number of parallel client streams to run -R, --reverse run in reverse mode (server sends, client receives) -w, --window #[KMG] set window size / socket buffer size -M, --set-mss # set TCP/SCTP maximum segment size (MTU - 40 bytes) -N, --no-delay set TCP/SCTP no delay, disabling Nagle"s Algorithm -4, --version4 only use IPv4 -6, --version6 only use IPv6 -S, --tos N set the IP "type of service" -Z, --zerocopy use a "zero copy" method of sending data -O, --omit N omit the first n seconds -T, --title str prefix every output line with this string --get-server-output get results from server --udp-counters-64bit use 64-bit counters in UDP test packets[KMG] indicates options that support a K/M/G suffix for kilo-, mega-, or giga-iperf3 homepage at: http://software.es.net/iperf/Report bugs to: https://github.com/esnet/iperf
??iperf的命令參數(shù)共分為三類,分別是客戶端與服務(wù)器端公用參數(shù)、服務(wù)器端專用參數(shù)和客戶端專用參數(shù),下面對常用的選項(xiàng)進(jìn)行介紹。
設(shè)置端口,與服務(wù)器端的監(jiān)聽端口一致。默認(rèn)是5001端口,與ttcp的一樣。
速率顯示單位。分別表示以Kbits,Mbits,Gbits,KBytes,MBytes,GBytes,默認(rèn)以Mbits為單位,eg:iperf -c 222.35.11.23 -f K
設(shè)置每次報(bào)告之間的時(shí)間間隔,單位為秒。如果設(shè)置為非零值,就會(huì)按照此時(shí)間間隔輸出測試報(bào)告。默認(rèn)值為零。
指定要傳輸?shù)奈募?/p>
eg:iperf -c -F
綁定到主機(jī)的多個(gè)地址中的一個(gè)(用于多網(wǎng)口的設(shè)備)。對于客戶端來說,這個(gè)參數(shù)設(shè)置了出棧接口。對于服務(wù)器端來說,這個(gè)參數(shù)設(shè)置入棧接口。這個(gè)參數(shù)只用于具有多網(wǎng)絡(luò)接口的主機(jī)。在Iperf的UDP模式下,此參數(shù)用于綁定和加入一個(gè)多播組。使用范圍在224.0.0.0至239.255.255.255的多播地址。參考-T參數(shù)。
輸出更多細(xì)節(jié)信息。
以JSON格式輸出。
把輸出信息保存到一個(gè)日志文件。
debug信息輸出。
顯示版本信息。
顯示幫助信息。輸出iperf所有參數(shù)的格式和解釋。
以服務(wù)器模式運(yùn)行。
將服務(wù)器作為守護(hù)進(jìn)程運(yùn)行。
寫PID文件。
處理一個(gè)客戶端連接,然后退出。
以客戶端模式運(yùn)行,連接到
使用UDP,而不是TCP。
帶寬,單位為bits/sec (值設(shè)為0代表不限制)
UDP默認(rèn)為1 Mbit/sec,TCP默認(rèn)為不限制。
設(shè)置傳輸?shù)目倳r(shí)間。Iperf在指定的時(shí)間內(nèi),重復(fù)的發(fā)送指定長度的數(shù)據(jù)包。默認(rèn)是10秒鐘。
指定要傳輸?shù)目傋止?jié)數(shù)。(傳輸完成才停止,不管設(shè)置的傳輸總時(shí)間)
number of bytes to transmit (instead of -t)
eg:
iperf3?-c?222.35.11.23?-n?100000
要傳輸?shù)目倲?shù)據(jù)包數(shù)。(不管-t或-n參數(shù))
number of blocks (packets) to transmit (instead of -t or -n)
讀寫的緩沖區(qū)大小。
TCP默認(rèn)是128KB,UDP默認(rèn)是8KB。
eg:
iperf3?-c?222.35.11.23?-l?16
bind to a specific client port (TCP and UDP, default: ephemeral port)
線程數(shù)。指定客戶端與服務(wù)端之間使用的線程數(shù)。默認(rèn)是1線程。需要客戶端與服務(wù)器端同時(shí)使用此參數(shù)。
以反向模式運(yùn)行。(服務(wù)器發(fā)送數(shù)據(jù),客戶端接收數(shù)據(jù))
設(shè)置窗口大小。
set window size / socket buffer size
set TCP/SCTP maximum segment size (MTU - 40 bytes)
設(shè)置TCP/SCTP不延時(shí)。
set TCP/SCTP no delay, disabling Nagle’s Algorithm
只使用IPv4。
只使用IPv6。
set the IP ‘type of service’
use a ‘zero copy’ method of sending data
omit the first n seconds
在每個(gè)輸出行前面加上此字符串。
get results from server
use 64-bit counters in UDP test packets
服務(wù)端:
iperf -s -i 1 //設(shè)置作為服務(wù)端,速率報(bào)告間隔時(shí)間1s
客戶端:
單線程上行:
iperf -c 220.180.239.212 -p 8009 -i 1 -t 20
//向?qū)?yīng)ip和端口中TCP測試20秒,并每秒打印一次吞吐量
多線程上行:
iperf -c 220.180.239.212 -p 8009 -i 1 -t 20 -P 2/3/4/…
服務(wù)端:
iperf -s -u
客戶端:
//單線程上行
iperf -c 220.180.239.212 -p 8010 -b 100M -i 1 -t 20
//以100M的帶寬向指定IP和端口灌包測試20秒,并且每秒上報(bào)一次發(fā)送的數(shù)據(jù)量和速率
多線程上行:
iperf -c 220.180.239.212 -p 8010 -b 100M -i 1 -t 20 -P 2/3/4/…
Server:
iperf3 -s -p 5600
Client Example:
Single-threaded uplink:
iperf3 -c 220.180.239.212 -p 5600 -i 1 -t 20
Multi-threaded uplink :
iperf3 -c 220.180.239.212 -p 5600 -i 1 -t 20 -P 4 // Multi-threading is recommended
Single-threaded downlink :
iperf3 -c 220.180.239.212 -p 5600 -I 1 -t 20 -R
Server:
iperf3 -s -p 5600
Client Example:
Single-threaded uplink :
iperf3 -u -c 220.180.239.212 -p 5600 -b 100M -i 1 -t 20
Multi-threaded downlink :
iperf3 -u -c 220.180.239.212 -p 5600 -b 100M -i 1 -t 20 -P 4 -R
iperf3 -u -c 192.168.9.3 -i 1 -t 60 -b 100M
以udp模式向客戶端192.168.9.3發(fā)送100M帶寬的數(shù)據(jù),持續(xù)60秒,每秒發(fā)送一次報(bào)告。
iperf -c 59.128.103.56 -f K -i 2 -w 300K
設(shè)定報(bào)告間隔為2秒,服務(wù)器端和客戶端的TCP窗口都開到300KB
iperf -c 59.128.103.56 -f K -i 2 -w 300K –n 1000000
測試傳輸約1MB數(shù)據(jù)
iperf -c 59.128.103.56 -f K -i 2 -w 300K –t 36
測試持續(xù)36秒
iperf -c 59.128.103.56 -f K -i 2 -w 300K -n 10400000 –d
測試雙向的傳輸
iperf -c 59.128.103.56 -f K -i 2 -w 300K –u
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請注明本文地址:http://systransis.cn/yun/121355.html
摘要:這是性能分析系列的第五篇,前四篇在這里一文掌握性能分析之篇一文掌握性能分析之內(nèi)存篇一文掌握性能分析之篇一文掌握性能分析之網(wǎng)絡(luò)篇在上篇網(wǎng)絡(luò)篇中,我們已經(jīng)介紹了幾個(gè)網(wǎng)絡(luò)方向的性能分析工具,本文再補(bǔ)充幾個(gè)。 本文首發(fā)于我的公眾號 CloudDeveloper(ID: cloud_dev),專注于干貨分享,號內(nèi)有大量書籍和視頻資源,后臺回復(fù)「1024」即可領(lǐng)取,歡迎大家關(guān)注,二維碼文末可以掃。...
閱讀 2911·2021-11-23 09:51
閱讀 1561·2021-11-15 11:36
閱讀 3017·2021-10-13 09:40
閱讀 1913·2021-09-28 09:35
閱讀 13094·2021-09-22 15:00
閱讀 1380·2019-08-29 13:56
閱讀 2932·2019-08-29 13:04
閱讀 2706·2019-08-28 18:06