-
dkftpbench-0.45.tar.gz下载
资源介绍
linux平台下的FTP测试工具,可以模拟多用户访问下FTP服务器的承载能力,在这方面找到的唯一一个软件^_^
1、是使用gcc进行编译
2、解压缩
3、./configure
4、make
5、./dkftpbench -n1 -hftp.uu.net -t15 -v
Option values:
-hftp.uu.net host name of ftp server
-P21 port number of ftp server
-n1 number of users
-t15 length of run (in seconds)
-b3600 desired bandwidth (in bytes per second)
-uanonymous user name
-probouser@ user password
-fusenet/rec.juggling/juggling.FAQ.Z file to fetch
-m1500 bytes per 'packet'
-v1 verbosity
1 users
User0: fetching 22708 bytes took 6.530000 seconds, 3477 bytes per second
User0: fetching 22708 bytes took 6.530000 seconds, 3477 bytes per second
Test over. 1 users left standing.
(以上资料来自官方文档)
简单又好用,介绍给大家