iperf

摘要:
总结测试网络直接速度演示[root@fss-rule~]#iperf-s-i1-fm---------------------------------------------服务器列表TCPport5001TCPWindow大小:0.08MB字节(默认值)------------------------------

Summary

  • 测试网络直接的速度

Demo

[root@fss-rule ~]# iperf   -s -i 1 -f  m
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 0.08 MByte (default)
------------------------------------------------------------
[  4] local 172.26.49.111 port 5001 connected with 172.26.49.112 port 34706
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0- 1.0 sec   655 MBytes  5495 Mbits/sec
[  4]  1.0- 2.0 sec   333 MBytes  2793 Mbits/sec
[  4]  2.0- 3.0 sec   391 MBytes  3277 Mbits/sec
[  4]  3.0- 4.0 sec   368 MBytes  3090 Mbits/sec

[root@iZ8vb8rrw7wiwqwx22tcsrZ ~]# iperf -c 172.26.49.111 -i 1 -t 30 -f m
------------------------------------------------------------
Client connecting to 172.26.49.111, TCP port 5001
TCP window size: 0.59 MByte (default)
------------------------------------------------------------
[  3] local 172.26.49.112 port 34706 connected with 172.26.49.111 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec   658 MBytes  5518 Mbits/sec
[  3]  1.0- 2.0 sec   333 MBytes  2797 Mbits/sec
[  3]  2.0- 3.0 sec   391 MBytes  3279 Mbits/sec
[  3]  3.0- 4.0 sec   368 MBytes  3091 Mbits/sec
[  3]  4.0- 5.0 sec   327 MBytes  2740 Mbits/sec

免责声明:文章转载自《iperf》仅用于学习参考。如对内容有疑问,请及时联系本站处理。

上篇File类中的listFile方法还可使用文件过滤器jbox使用总结下篇

宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=

相关文章

Mysql储存过程5: while

循环结构 while create procedure name() begin while 条件 do SQL语句 end while; end$ create procedure aa6() begin declare number int default 0; while num...

do_gettimeofday使用方法

1.简介: 在Linux中可以使用函数do_gettimeofday()函数来得到精确时间。它的精度可以达到微妙,是与C标准库中gettimeofday()用发相同的函数。在Linux内核中获得时间的函数。 2.函数原型: #include <linux/time.h> void do_gettimeofday(struct timeval...

iperf/iperf3网络测试工具的安装与使用

1.官网及下载路径: iperf3 homepage at: http://software.es.net/iperf/Report bugs to: https://github.com/esnet/iperf 2.iperf3命令选项 [ubuntu @meta]$ iperf3 iperf3: parameter error - must eith...

Windows内存性能分析(二)性能瓶颈

内存瓶颈: 由于可用内存缺乏导致系统性能下降的现像。 (一)、相关的性能对象 主要考虑内存的页面操作和磁盘的I/O操作,需要考虑如下性能对象: Memory性能对象: 用于分析整个系统的内存瓶颈问题。 Process性能对象: 分析某个应用的内存性能瓶颈问题。 Physical Disk性能对象,与内存性能瓶颈被动相关。 (二)、几个重要性能计数器 Ava...

转://linux下的CPU、内存、IO、网络的压力测试工具与方法介绍

转载地址:http://wushank.blog.51cto.com/3489095/1585927 一、对CPU进行简单测试: 1、通过bc命令计算特别函数 例:计算圆周率 echo "scale=5000; 4*a(1)" | bc -l -q MATH LIBRARY        If bc is invoked with the -l...

Android : iperf-2.0.4 网络测试工具

一、源码下载及交叉编译: 下载:https://pan.baidu.com/s/1i6NYDF3   //包含linux和windows上的可执行文件 1. 解压后获得perf-2.0.4源码。2. cd iperf-2.0.43. ./configure --host=arm-linux CXX=arm-linux-androideabi-g++ CC=...