网址:http://www.radview.com/product/Product.aspx
使用指南:http://www.iceshi.com/html/74/n-1874.html
http://www.ltesting.net/html/06/n-1406.html
Webload的压力参数:
l LoadSize(压力规模大小)
l RoundTime(请求时间)
l Rounds(请求数)
l SuccessfulRounds(成功的请求)
l FailedRounds(失败的请求)
l RoundsPerSecond(每秒请求次数)(是指你录入角本的任务在一秒中执行的次数,类似Avgtimetolastbyteperterstion(mstes))
l SuccessfulRoundsPerSecond(每秒成功的请求次数)
l FailedRoundsPerSecond(每秒失败的请求次数)
l PageTime页面响应时间
l Pages(页面数)
l PagesPerSecond(每秒页面响应数)
l HitTime(点击时间)
l Hits(点击次数,也可以是请求次数,不过有一些不一样)
l SuccessfulHits(成功的点击次数)
l FailedHits(失败的点击次数)
l HitsPerSecond(每秒点击数)
l SuccessfulHitsPerSecond(每秒成功的点击次数)
l FailedHitsPerSecond(每秒失败的点击次数)
l AttemptedConnections(尝试链接数)
l SuccessfulConnections(成功的连接数)
l FailedConnections(失败的连接数)
l ConnectTime(连接时间)
l ProcessTime(系统执行时间,一般用来显示CPU的运算量,服务器端与客户端都要记录)
l ReceiveTime(接受时间)
l SendTime(请求时间)
l TimeToFirstByte()
l Throughput(BytesPerSecond)()
l ResponseTime(回应时间)
l ResponseDataSize()
l Responses()
顺便记下一些web应用的性能指标
性能测试指标:
1、SQL数据库:
1. User0Connections(用户连接数,也就是数据库的连接数量);
2. Numberofdeadlocks/Sec/-Total(数据库死锁)
3. Memory/AvailalleMbyte内存监控(可用内存)
4. Physicsdisk/disktime/-Total(磁盘读写总时间)(出现瓶颈时检查读磁盘的时间长还是写磁盘的时间长)
5. ButterCailehit(数据库缓存的选取命中率)
6. 数据库的命中率不能低于92%
2、WebServer:
1. Processor/Processontime/Tatolcpu时间
2. Memory/AvailalleMbyteAvai应用服务器的内存
3. RequstQuened进入HTTP队列的时间;队列/每秒
4. Totalrequest总请求数时间
5. AvgRps平均每秒钟响应次数=总请求时间/秒数
6. Avgtimetolastbyteperterstion(mstes)平均每秒迭代次数;上一个页面到下一个页面的时间是你录入角本的一个过程的执行
7. HttpError无效请求次数
8. Send发送请求次数字节数