简体   繁体   English

LoadRunner Truclient与协议Http / HTML

[英]LoadRunner Truclient vs protocol Http/Html

i'll try to compare the same script done in Http/html with TruClient. 我将尝试使用TruClient比较在Http / html中完成的相同脚本。 In both of the scenarios, it has same think time/wait time, same number of vusers, same pacing. 在这两种情况下,其思考时间/等待时间均相同,vuser数量相同,步调相同。

Is it possible that they have approximately same time for each transactions but they are so different in term of total number of passed transactions? 每个交易可能有大致相同的时间,但在通过交易的总数方面却如此不同吗?

Ty in advance 提前输入

In web HTTP/HTMl protocol, Response time = Processing time + Latency (time taken by network while transferring data). 在Web HTTP / HTMl协议中,响应时间 =处理时间+延迟(网络在传输数据时花费的时间)。
In Truclient protocol, Response time = Processing time + Latency + Rendering time 在Truclient协议中,响应时间 =处理时间+延迟+渲染时间

Hence you will found a difference between both response times. 因此,您将发现两个响应时间之间存在差异。

And execution times will differ in both protocols, hence total number of passed transactions also vary. 而且两种协议的执行时间都不同,因此传递的事务总数也不同。

The question comes on what are you trying to measure? 问题来了,您要衡量什么? Are you trying to measure the response time of your servers or are you trying to measure the weight of the client in the impact of response time? 您是要衡量服务器的响应时间,还是要衡量客户端在响应时间影响下的权重? I put forward the hypothesis that it is possible to measure the client weight by examination of the times captured with the developer tools in both development and also in functional testing. 我提出了这样一个假设:可以通过检查开发人员工具在开发和功能测试中捕获的时间来衡量客户的体重。

So much of this client weight is related to page architecture that if you are waiting for performance testing to show you that your page architecture is problematic then you likely will not have time to fix the issues and retest before going to production. 如此多的客户端权重与页面体系结构有关,如果您正在等待性能测试以表明页面体系结构有问题,那么您可能没有足够的时间解决问题并在投入生产之前进行重新测试。

I also recommend the collected O'Reilly works of Steve Souders which will help to bring home the client bound concepts for page design and how much this impacts the end user experience over and above how fast the server responds. 我还推荐Steve Souders收集的O'Reilly著作,这将有助于带动客户端设计页面的概念,以及对服务器响应速度的影响超过最终用户体验的程度。

http://www.oreilly.com/pub/au/2951 http://www.oreilly.com/pub/au/2951

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM