性能测试流程

上一篇 / 下一篇  2016-12-28 13:33:32 / 个人分类:性能测试

一、性能测试的指标

        web服务器:
            Avg Rps: 平均每秒的响应次数 = 总请求数 /秒数;

            Avg time to last byte per terstion(mstes): 平均每秒业务脚本的迭代次数;

            Successful Rounds: 成功的请求;

            Failed Rounds: 失败的请求;

            Successful Hits: 成功的点击次数;

            Failed Hits: 失败的点击次数;

            Hits Per Second: 每秒点击次数;

            Successful Hits Per Second:每秒成功的点击次数;

            Failed Hits Per Second: 每秒失败的点击次数;

            Attempted Connections: 尝试连接数;

            Throughput: 吞吐率;


        数据库服务器:
            User Connections: 用户连接数,也就是数据库的连接数量;

            Number of Deadlocks: 数据库死锁;

            Butter Cache Hit: 数据库Cache 的命中情况;

 

二、性能测试的流程

        1.明确性能测试需求;

        2.制定性能测试方案;

           2.1.测试范围

           2.2.入口标准

           2.3.出口标准

           2.4.测试策略(测试环境指标、存量数据、业务场景、测试通过标准等)

           2.5.测试风险

           2.6.测试资源         

        3.设计性能测试用例;

        4.执行性能测试用例;

        5.分析性能测试结果;

        6.生成性能测试报告;

TAG:

引用 删除 linlvli   /   2017-02-07 14:23:54
1
 

评分:0

我来说两句

Open Toolbar