作者:Fenng
日期:Oct 09 2004
http://www.dbanotes.net
AWBot 是一款易用的测试Web站点的小工具。站点在http://awbot.sourceforge.net 。该项目是 AWstats 项目的辅助项目。 AWbot 的功能简单的说,可以模拟用户访问站点的行为,测试站点的响应度和负载压力,并可进行基准测试。
具体来讲,AWbot 具有如下特性:
-
易用性好.
-
支持基本的HTTP验证请求.
-
可以在测试前后制定不同预提交任务(外部脚本,SQL命令等).
-
可以检查每个HTML页面的HTTP请求的结果以验证是否内容包含特性的关键字或是要解析的值.
-
可以动态定义用以测试的URL与参数.
-
可以多会话运行来测试负载压力.
-
针对每个页面报告错误,响应时间和平均响应时间
-
开放源码 (GNU General Public License)
-
AWBot 具有 XML PAD( Portable Application Description).
- 其他一些特性
AWBot要求系统必须满足如下要求:
-
系统必须要由Perl的支持,可运行Perl脚本。否则的话,要下载Perl : ActivePerl (Win32) 或者在 Perl.com (Unix/Linux/Other).
-
必须添加Perl模块Time::HiRes,使得 时间 可以取到毫秒.
- 如果要执行提交前SQL命令的话,要添加DBI/DBD 数据库 perl 模块.
以下是一份安装Log:
#############Installing Time::HiRes#################### #下载 Time::HiRes 模块 注意:文件名字和连接可能会有变化 wget http://www.cpan.org/modules/by-module/Time/Time-HiRes-1.65.tar.gz tar -zxvf Time-HiRes-1.65.tar.gz cd Time-HiRes-1.65 perl Makefile.PL make #如果有错误信息的话表明你的环境变量有所不同,需要进行如下操作 export LC_ALL=C perl Makefile.PL make make install #安装 Time::HiRes 完毕 ##############Installing AWBot###################### wget http://awbot.sourceforge.net/files/awbot.tgz #解压缩 tar -zxvf awbot.tgz cd awbot-1.0/ #把配置文件模板复制一份: cp awbot.test.conf awbot.dbanotes.conf vi awbot.dbanotes.conf #进行基本配置: OUTPUTDIR = "./output" # 输出文件的位置(必须存在并可写) SERVER = "www.dbanotes.net" # 待测试的站点域名 #USER = "test" # 如果Web应用程序需要认证的话,在这里添入用户名字,并去掉注释 #PASSWORD = "test" # 如果Web应用程序需要认证的话,在这里添入用户密码,并去掉注释 rd that awbot will use BOTNAME = "AWBot" # String value to force bot name used in the user agent string DELAY = 0 # Delay beetween each HTTP request (-1 wait a key, 0 no delay, n number of seconds) MAXSIZE = 0 # Maximum size of HTTP response (0 = no limit) TIMEOUT = 120 # Timeout (when waiting for a server response after sending a request) LANG = "en" # 输出内容的语言
|
AWBot脚本还可以有很多参数选项,我们来看看参数:
# perl awbot.pl ----- awbot 1.0 (build 1.3) ----- Advanced Web Bot is a tool to test a web server. Usage: awbot.pl -config=testconfigfile [options]
Where options are: -server=xxx Overwrite SERVER value of testconfig file. -user=xxx Overwrite USER value of testconfig file. -password=xxx Overwrite PASSWORD value of testconfig file. -delay=n Overwrite DELAY value of testconfig file. -timeout=n Overwrite TIMEOUT value of testconfig file. -loadimages Load image files. -nostopiferror Awbot continues with next test when an error occurs. -prepareonly Only execute pre-actions. -executeonly Do not execute any pre-actions nor post-actions. -id Output file name contains process ID number. -verbose Output file is also reported on std output (screen). -silent Nothing on std output (screen). -debug=X To add debug informations lesser than level X
Now supports/detects: Several predefined post-test or pre-test actions (Scripts, SQL request...) Web sites with Basic HTTP/Proxy authentication Easy to configure (one config file) Configuration and Test plan can be defined dynamically (using variables catched from a previous test) Possible use of several simultanous sessions (with awbotlaunch.pl)
|
参数的解释比较详细,要不怎么说AWBot是个简单易用的工具呢。
# perl awbot.pl -config=awbot.dbanotes.conf -verbose
TEST awbot 1.0 (build 1.3) --------------------------- Config file: awbot.dbanotes.conf Server: www.dbanotes.net - User: - Delay: 0 Botname: AWBot - TimeOut: 120 - MaxSize: 0 Date: 2004-10-13 13:13:15 Process ID: 21139
PRE ACTIONS ---------------------------
ACTIONS --------------------------- 2004/10/13-13:13:15:534 URL 1 - http://www.dbanotes.net/ ---> OK - 2771.027 ms
POST ACTIONS ---------------------------
SUMMARY --------------------------- Total requests to do: 1 Total requests sent: 1 (1 answered) Total requests duration: 2771.027 ms Average requests response time: 2771 ms/request Total Check Yes: 0/0 No: 0/0 Faster request response time: URL 1 - 2771 ms Slower request response time: URL 1 - 2771 ms URL 1 - Duration: 2771 ms - Cumul: 2771 ms - Check Yes: 0 / 0 No: 0 / 0
|
AWbot http://awbot.sourceforge.net AWBot的官方文档 http://awbot.sourceforge.net/docs/ 若SourceForge不可访问,可在本站浏览联机文档 http://www.dbanotes.net/awbot/awbot.sourceforge.net/docs/index.html
Fenng,某美资公司DBA,业余时间混迹于各数据库相关的技术论坛且乐此不疲。目前关注如何利用ORACLE数据库有效地构建企业应用。对Oracle tuning、troubleshooting有一点研究。 个人技术站点: http://www.dbanotes.net/ 。可以通过电子邮件 dbanotes@gmail.com 联系到他。
原文出处
http://www.dbanotes.net/awbot/AWBot.htm
回首页
All Articles (by Fenng) are licensed under a Creative Commons License. I would welcome any feedback. Please send questions, comments or corrections to dbanotes@gmail.com
|
分享到:
相关推荐
opensource-windows-x86-winrt-msvc2015-5.8.0.exe 20-Jan-2017 12:54 1.2G Details qt-opensource-windows-x86-winrt-msvc2013-5.8.0.exe 20-Jan-2017 12:53 1.2G Details qt-opensource-windows-x86-msvc2015_64...
qt-opensource-windows-x86-msvc2012-5.6.3 这个是在vs2012中的使用的qt 编绎时使用的命令: configure -prefix d:\win32-msvc2012 -platform win32-msvc2012 -opensource -confirm-license -nomake tests -nomake ...
qt-opensource-windows-x86-vs2008-4.8.7
qt-opensource-windows-x86-5.13.2.exe
"qt-opensource-linux-x64-5.8.0.run.zip"是针对64位Linux系统的一个Qt 5.8.0版本的安装包,其包含的"qt-opensource-linux-x64-5.8.0.run"文件是安装程序,便于在Linux环境下进行安装。 Qt 5.8.0是一个重要的版本,...
qt-opensource-linux-x64-5.4.1
qt-opensource-windows-x86-msvc2010-opengl-5.3.2
qt-creator-opensource-windows-x86_64-4.5.0
"qt-everywhere-opensource-src-4.8.7.7z" 是一个包含QT库开源源代码的压缩文件,版本为4.8.7,格式为7z。这个版本可能在发布时是最稳定和广泛使用的,对于学习、研究或者定制QT库的开发者来说非常有价值。 首先,...
Qt qt-opensource-windows-x86-5.11.0安装包,适用于开发openCV、QtAndroid
qt-opensource-windows-x86-msvc2015_64-5.7.0
qt-opensource-linux-x64-5.6.2.run
"qt-opensource-windows-x86-mingw491_opengl-5.4.1.exe.7z"是一个包含开源QT框架的Windows 32位可执行文件,使用了MinGW4.9.1编译器并集成了OpenGL 5.4.1图形库,采用7z压缩格式。这个文件适用于在Windows系统上...
qt-opensource-linux-x64-5.9.0.run
QT开源包"qt-opensource-linux-x64-5.9.1.rar"是针对Linux操作系统,特别是中标麒麟和Ubuntu发行版的一个软件开发工具包。QT是一个跨平台的应用程序开发框架,广泛用于创建图形用户界面(GUI)和其他类型的软件。这...
总的来说,"qt-opensource-windows-x86-5.14.2"是一个全面的开发工具集,对于想要在Windows平台上利用Qt框架进行跨平台开发的程序员来说,是一个不可或缺的资源。通过深入学习和实践,开发者可以充分利用Qt的强大...
qt-everywhere-opensource-src-4.8.7 linux qt-everywhere-opensource-src-4.8.7 linux qt-everywhere-opensource-src-4.8.7 linux qt-everywhere-opensource-src-4.8.7 linux
qt-opensource-linux-x64-5.7.1.run已验证可用,请放心下载。Qt是诺基亚公司的C++可视化开发平台。与Visual C++相比,Qt简单方便、功能完善、跨平台、扩展能力强,可以用于嵌入式开发qt-opensource-linux-x64-5.7.1....
自己用的qt安装包第三部分qt-opensource-windows-x86-5.14.2.part3.rar
qt-opensource-windows-x86-msvc2015-5.7.0.exe