Chinaunix首页 | 论坛 | 博客
  • 博客访问: 81966
  • 博文数量: 21
  • 博客积分: 855
  • 博客等级: 准尉
  • 技术积分: 220
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-31 23:46
文章分类

全部博文(21)

文章存档

2011年(1)

2010年(4)

2009年(1)

2008年(1)

2007年(14)

我的朋友

分类: 嵌入式

2010-08-05 20:08:37

IPERF is a good network bandwith measure tool, the cross compile step:
HOST:RED HAT 9 /ARM-LINUX- TOOL X86
DEVICE:LINUX-2.22.14 S3C2440

HOW TO GET CODE:
you can get iperf code from ()

HOW TO BUILD:
in host :
#tar -zxvf iperf-2.0.5.tar.gz
#cd iperf-2.0.5
#./configure --host=arm-linux
#vim config.h
(
#define HAVE_MALLOC 0           to    #define HAVE_MALLOC 1
/* #undef HAVE_QUAD_SUPPORT */  to    #define HAVE_QUAD_SUPPORT 1
#define malloc rpl_malloc       to    /* #define malloc rpl_malloc */
)
#make -j4
the iperf ro s3c2440 will build in src/ folder

HOW TO TEST:
in host:
iperf -s
in device:
iperf -c 192.168.1.3 -t 120

阅读(2052) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~