LoadRunner -- 7/19,20

还是不习惯每天写blog, 没办法,补上昨天的
Type of Performance testing
% Component Testing
% Load Testing --- real-world load
% Stress Testing --- unexpected, high-transaction volume
% Volume Testing --- extended periods of load

我觉得就是4种程度的压力,第一就是最为就是一个组件或者是一个功能的性能测试;第二种是类似于真实环境下的;第三种就属于有一定预期的压力,比如一个server规则是接受300用户,那我们就200,300,400的加上去;第四种可能就是一种破坏性的测试,例如给这个server增加到1000用户,2000用户同时访问,看看在极限条件下的情况

For Stress Testing The Objective
% Determine stress points.
% Find when the system approaches maximum capacity

这个就是说压力测试的目的,就是为了找点压力点,system所能承受的一个极限值

Concurrecy occurs on three levels:
% Application Level
% Business Process Level
% Transaction Level

以一个web server为例,我理解的application level就是访问这个site的所有人数, business process level就是使用一个具体功能的人数,而transaction Level可能就具体要某一个时间段,进行一个具体的功能的人数

posted on 2007-07-20 18:07  RobinGe  阅读(178)  评论(0)    收藏  举报

导航