摘要: 转自网络性能测试工程师基本上都能够掌握利用测试工具来作负载、压力测试,但多数人对怎样去分析工具收集到的测试结果感到无从下手,下面我就把个人工作中的体会和收集到的有关资料整理出来,希望能对大家分析测试结果有所帮助。 分析原则:1. 具体问题具体分析(这是由于不同的应用系统,不同的测试目的,不同的性能关... 阅读全文
posted @ 2014-10-02 21:04 jasonteststudy 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.51testing.com/html/01/n-867201-2.html【问题现象】 线上mysql数据库爆出一个慢查询,DBA观察发现,查询时服务器IO飙升,IO占用率达到100%, 执行时间长达7s左右。 SQL语句如下: SELECT DISTINCT g... 阅读全文
posted @ 2014-10-02 09:40 jasonteststudy 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1. What is load testing?- Load testing is to test that if the application works fine with the loads that result from large number of simultaneous user... 阅读全文
posted @ 2014-10-02 09:29 jasonteststudy 阅读(307) 评论(0) 推荐(0) 编辑