【工具使用】PC端与ARM端网口速率测试方法(jperf与iperfg工具的使用)

1.      Jperf是在PC端的。界面设置如下:

a.      安装步骤

解压压缩包,双击运行exe文件,等待安装一些java环境,或者直接双击.bat文件运行。

b.      txt文档中的命令是在arm板上使用的。

c.      运行之后PC端设置成服务器。设置如下1,2,3点。正常正在测试的效果图如下:

2.      在开发板中的设置

a.      先在开发板中安装iperf软件。

命令:     dhclient eth0

                   apt-getinstall iperf

b.      安装之后确保arm与PC之间的网络连通。PC需要查看是否是支持100M或者1000M,自行按需要设置。

c.      确保PC端服务器打开,然后在arm板输入一下命令:

iperf -c 169.254.1.30 -i 1 -w 2M -t 600

(169.254.1.30是pc端ip)

         d.      运行效果如下(1000M)

jperf软件下载链接:http://download.csdn.net/detail/sishuihuahua/9899814

参考链接:

1. http://www.cnblogs.com/kungfupanda/p/3182515.html

2. http://www.e-qingqing.com/a/view/159704.html

发布了41 篇原创文章 · 获赞 54 · 访问量 4万+

猜你喜欢

转载自blog.csdn.net/sishuihuahua/article/details/75172954