资源描述
软件测试实验报告
实验题目:web压力测试实验
成
绩
评语:
教师:
年 月 日
班级: 030513
学号: 03051235
姓名: 陆义良
地点: EⅡ- 508
时间: 2008年5月16日
实验目的:
一、理解web压力测试概念
二、熟练运用WAS (web application stress tool)软件进行web 压力测试
实验内容:
一、WAS软件安装
二、设计测试方案
三、使用WAS软件进行测试
四、分析测试报告,寻找被测网站的最大负载量
实验设备:
一、WAS软件
二、联网的计算机
脚本报告:
脚本1报告:
Overview
======================================================================
Report name: 2008-5-16 16:01:08
Run on: 2008-5-16 16:01:08
Run length: 00:24:13
Web Application Stress Tool Version:1.1.293.1
Number of test clients: 1
Number of hits: 11899
Requests per Second: 9.01
Socket Statistics
--------------------------------------------------------------------------------
Socket Connects: 12310
Total Bytes Sent (in KB): 3323.06
Bytes Sent Rate (in KB/s): 2.52
Total Bytes Recv (in KB): 105140.76
Bytes Recv Rate (in KB/s): 79.65
Socket Errors
--------------------------------------------------------------------------------
Connect: 49332
Send: 0
Recv: 46
Timeouts: 20
RDS Results
--------------------------------------------------------------------------------
Successful Queries: 0
Script Settings
======================================================================
Server: 192.168.1.8
Number of threads: 500
Test length: 00:22:00
Warmup: 00:01:00
Cooldown: 00:01:00
Use Random Delay: No
Follow Redirects: Yes
Max Redirect Depth: 15
Clients used in test
======================================================================
localhost
Clients not used in test
Result Codes
Code Description Count
======================================================================
200 OK 11897
NA HTTP result code not given 2
Page Summary
Page Hits TTFB Avg TTLB Avg Auth Query
======================================================================
GET / 5955 11184.14 12031.11 No No
GET /tanchu.html 5944 21075.57 21101.67 No No
脚本2 报告:
Overview
======================================================================
Report name: 2008-5-16 16:34:24
Run on: 2008-5-16 16:34:24
Run length: 00:22:12
Web Application Stress Tool Version:1.1.293.1
Number of test clients: 1
Number of hits: 123235
Requests per Second: 102.69
Socket Statistics
--------------------------------------------------------------------------------
Socket Connects: 123283
Total Bytes Sent (in KB): 33261.82
Bytes Sent Rate (in KB/s): 27.72
Total Bytes Recv (in KB): 813014.92
Bytes Recv Rate (in KB/s): 677.49
Socket Errors
--------------------------------------------------------------------------------
Connect: 3426
Send: 0
Recv: 17819
Timeouts: 0
RDS Results
--------------------------------------------------------------------------------
Successful Queries: 0
Script Settings
======================================================================
Server: 192.168.1.8
Number of threads: 500
Test length: 00:20:00
Warmup: 00:01:00
Cooldown: 00:01:00
Use Random Delay: No
Follow Redirects: Yes
Max Redirect Depth: 15
Clients used in test
======================================================================
localhost
Clients not used in test
Result Codes
Code Description Count
======================================================================
200 OK 105414
500 Internal Server Error 2
NA HTTP result code not given 17819
Page Summary
Page Hits TTFB Avg TTLB Avg Auth Query
======================================================================
GET / 61879 2889.35 4694.87 No No
GET /tanchu.html 61356 2469.93 4104.67 No No
脚本3 报告:
Overview
======================================================================
Report name: 2008-5-16 17:06:21
Run on: 2008-5-16 17:06:21
Run length: 00:22:07
Web Application Stress Tool Version:1.1.293.1
Number of test clients: 1
Number of hits: 67632
Requests per Second: 56.36
Socket Statistics
--------------------------------------------------------------------------------
Socket Connects: 67585
Total Bytes Sent (in KB): 14846.30
Bytes Sent Rate (in KB/s): 12.37
Total Bytes Recv (in KB): 982958.80
Bytes Recv Rate (in KB/s): 819.10
Socket Errors
--------------------------------------------------------------------------------
Connect: 15995
Send: 0
Recv: 170
Timeouts: 0
RDS Results
--------------------------------------------------------------------------------
Successful Queries: 0
Script Settings
======================================================================
Server: 192.168.1.8
Number of threads: 500
Test length: 00:20:00
Warmup: 00:01:00
Cooldown: 00:01:00
Use Random Delay: No
Follow Redirects: Yes
Max Redirect Depth: 15
Clients used in test
======================================================================
localhost
Clients not used in test
======================================================================
Result Codes
Code Description Count
======================================================================
200 OK 67462
NA HTTP result code not given 170
Page Summary
Page Hits TTFB Avg TTLB Avg Auth Query
======================================================================
GET / 11267 4145.78 7793.87 No No
GET /tanchu.html 11257 3815.91 7094.71 No No
GET /xuanke.html 11293 3794.80 7555.34 No No
GET /guizhang.html 11292 3580.07 7338.23 No No
GET /chengguo.html 11270 3804.97 7283.22 No No
GET /ziyuanxiazai.html 11253 3663.53 7382.60 No No
附录:脚本3截图
心得体会:
进行压力测试是指实际破坏一个Web应用系统,测试系统的反映。压力测试是测试系统的限制和故障恢复能力,也就是测试Web应用系统会不会崩溃,在什么情况下会崩溃。黑客常常提供错误的数据负载,直到Web应用系统崩溃,接着当系统重新启动时获得存取权。
展开阅读全文