|
性能测试指标-中英对照
1、SQL数据库:
1 User 0 Connections (用户连接数,也就是数据库的连接数量);
2 Number of deadlocks/Sec/-Total (数据库死锁)
3 Memory\ Availalle Mbyte 内存监控 (可用内存)
4 Physicsdisk \disk time \-Total(磁盘读写总时间)(出现瓶颈时检查读磁盘的时间长还是写磁盘的时间长)
5 Butter Caile hit(数据库缓存的选取命中率)
6 数据库的命中率不能低于92%
2、Web Server:
1 Processor \ Processon time \ Tatol cpu时间
2 Memory \ Availalle MbyteAvai 应用服务器的内存
3 Requst Quened 进入HTTP队列的时间;队列/每秒
4 Total request 总请求数时间
5 Avg Rps 平均每秒钟响应次数= 总请求时间 / 秒数
6 Avg time to last byte per terstion (mstes)平均每秒迭代次数 ; 上一个页面到下一个页面的时间是你录入角本的一个过程的执行
7 Http Error 无效请求次数
8 Send 发送请求次数字节数
3、Webload的压力参数:
1 Load Size(压力规模大小)
2 Round Time(请求时间)
3 Rounds (请求数)
4 Successful Rounds(成功的请求)
5 Failed Rounds (失败的请求)
6 Rounds Per Second (每秒请求次数)(是指你录入角本的任务在一秒中执行的次数,类似Avg time to last byte per terstion (mstes))
7 Successful Rounds Per Second(每秒成功的请求次数)
8 Failed Rounds Per Second(每秒失败的请求次数)
9 Page Time 页面响应时间
10 Pages (页面数)
l1 Pages Per Second (每秒页面响应数)
l2 H it Time(点击时间)
l3 Hits(点击次数,也可以是请求次数,不过有一些不一样)
l4 Successful Hits (成功的点击次数)
l5 Failed Hits (失败的点击次数)
l6 Hits Per Second (每秒点击数)
l7 Successful Hits Per Second (每秒成功的点击次数)
l8 Failed Hits Per Second (每秒失败的点击次数)
l9 Attempted Connections (尝试链接数)
20 Successful Connections(成功的连接数)
2l Failed Connections(失败的连接数)
22 Connect Time(连接时间)
23 Process Time(系统执行时间,一般用来显示CPU的运算量,服务器端与客户端都要记录)
24 Receive Time(接受时间)
25 Send Time(请求时间)
26 Time To First Byte ()
27 Throughput (Bytes Per Second)()
28 Response Time(回应时间)
29 Response Data Size()
30 Responses()
31 Transactions per second(每秒处理事务数) http连接Get or Post方法的事务数
32 Rounds per second(每秒完成数) 每秒完全执行Agenda〔代理〕的数量
33 Throughput(吞吐量)(bytes per second〔每秒字节数〕) 测试服务器每秒传送的字节数
34 Round Time 完成一次事务所用的必要时间,单位是秒
35 Transaction Time是完成一次事务的必须时间。事务:包括连接时间,发送、响应和处理时间。
36 Connect Time 客户端到测试服务器的一个连接完成的时间,单位秒(包括建立和收到的TCP/IP时间)
37 Send Time 是将事务写入测试服务器的缓冲必要时间 ,单位秒
38 Response Time 是客户端请求接受测试服务器响应的必要时间,单位秒
39 Process Time 处理数据的必要时间
40 Load Size 负载测试时开启的虚拟客户数量〕
41 Rounds 在测试会话期间执行议程脚本的时间数
42 Attempted Connections 尝试连接测试服务器的数量
43 HTTP Response Status 每一个http响应被结束的时间数量
44 Response Data Size 由测试服务器发送的响应大小,单位字节。 |
|