当前位置:网站首页>Network | indicators and test methods to measure the quality of the network
Network | indicators and test methods to measure the quality of the network
2022-06-25 12:17:00 【Mortal operation and maintenance】
Indicators to measure the quality of the network
- bandwidth : The maximum allowable index of the equipment
- Delay :<100ms
- shake :<20ms
- Packet loss rate :<1%
One 、 Bandwidth test
iperf The tool is used to test the server bandwidth , It is divided into server and client .
1、 install
yum install iperf
apt-get install iperf
2、 Server operation
[[email protected]]# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
3、 Client running
[[email protected]]# iperf -c 192.168.6.218 -t 60 -d
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 45.32.64.187, TCP port 5001
TCP window size: 197 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.6.217 port 50040 connected with 192.168.6.218 port 5001
[ 5] local 192.168.6.217 port 5001 connected with 192.168.6.218 port 34386
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-60.0 sec 658 MBytes 92.0 Mbits/sec
[ 5] 0.0-60.4 sec 628 MBytes 87.4 Mbits/sec
From the test results , The uplink bandwidth is 92.0Mbits/sec, The downlink bandwidth is 87.2Mbits/sec, Slightly lower than the server 100Mbits/sec, Within the acceptable range .
iperf More usage of tools :
http://t.zoukankan.com/taosiyu-p-13813218.html
https://www.jianshu.com/p/15f888309c72
Two 、 Delay 、 Jitter and packet loss rate test
Direct hanging length ping Way to test , The following tests occur 100 A package .
[[email protected]]# ping -c 100 www.baidu.com
PING www.a.shifen.com (163.177.151.109): 56 data bytes 64 bytes
from 163.177.151.109: icmp_seq=0 ttl=55 time=26.639 ms 64 bytes
from 163.177.151.109: icmp_seq=1 ttl=55 time=24.329 ms 64 bytes
from 163.177.151.109: icmp_seq=2 ttl=55 time=24.794 ms 64 bytes
from 163.177.151.109: icmp_seq=3 ttl=55 time=22.709 ms 64 bytes
from 163.177.151.109: icmp_seq=4 ttl=55 time=39.994 ms 64 bytes
........................................
--- www.a.shifen.com ping statistics ---
100 packets transmitted, 100 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 21.505/26.743/50.786/6.613 ms
The above respectively represent the minimum delay 、 Average delay 、 Maximum delay 、 shake ( Jitter is the standard deviation of delay )
Delay :26.743ms shake : 6.613ms Packet loss rate : 0.0% 0.0% packet loss
Conclusion : this 2 The network condition of the hosts is not bad , There is no packet loss , The delay and jitter are not high .
END
边栏推荐
- Quarkus SaaS dynamic data source switching implementation, simple and perfect
- If you also want to be we media, you might as well listen to Da Zhou's advice
- ARM V7 连续加载/存储
- Arm V7 continuous load / store
- Hook技术
- R语言使用glm函数构建泊松对数线性回归模型处理三维列联表数据构建饱和模型、epiDisplay包的poisgof函数对拟合的泊松回归模型进行拟合优度检验(检验模型效果)
- R language uses the scale function to scale the input data of neural network to the minimum and maximum, scale the data to between 0 and 1, and divide the data set into training set and test set
- The temporary table from XML to VFP is simple and easy to use and worth collecting
- Uncover gaussdb (for redis): comprehensive comparison of CODIS
- Pd1.4 to hdmi2.0 adapter cable disassembly.
猜你喜欢
devsecops与devops的理解与建设
Architects reveal the difference between working in Alibaba, Tencent and meituan
VFP uses Kodak controls to control the scanner to solve the problem that the volume of exported files is too large
Uncover gaussdb (for redis): comprehensive comparison of CODIS
Database Series: MySQL index optimization summary (comprehensive version)
What is principal component analysis? Dimension reduction of classical case analysis variables
Explanation of ideas and sharing of pre-processing procedures for 2021 US game D (with pre-processing data code)
confluence7.4. X upgrade record
PD1.4转HDMI2.0转接线拆解。
[regression analysis] understand ridge regression with case teaching
随机推荐
MYSQL中对复杂JSON的更新
Actual combat summary of Youpin e-commerce 3.0 micro Service Mall project
Explanation of ideas and sharing of pre-processing procedures for 2021 US game D (with pre-processing data code)
Why should Apple change objc_ Type declaration for msgsend
SQL function summary
Use of JSP sessionscope domain
Update of complex JSON in MySQL
20、wpf之MVVM命令绑定
网络 | traceroute,路由跟踪命令,用于确定 IP 数据包访问目标地址所经过的路径。
SMS verification before deleting JSP
Dark horse shopping mall ---6 Brand, specification statistics, condition filtering, paging sorting, highlighting
R language uses GLM function to build Poisson logarithmic linear regression model, processes three-dimensional contingency table data to build saturation model, and poisgof function of epidisplay pack
【数据中台】数据中台的OneID是个什么鬼,主数据它不香吗?
devsecops与devops的理解与建设
一個硬件工程師走過的彎路
apple 为什么要改 objc_msgSend 的类型申明
19. Implementation of MVVM architecture based on WPF event to command
开哪家证券公司的账户是比较好,比较安全的
The R language cartools package divides data, the scale function scales data, and the NaiveBayes function of e1071 package constructs a naive Bayesian model
Develop two modes of BS mode verification code with VFP to make your website more secure