0

我们需要在回调请求在页面上加载数据时捕获初始页面加载/绘制时间。我们正在使用 Load Runner 性能测试。事务的平均响应时间为 9-10 秒。但是,我们更感兴趣的是页面绘制与加载每个 Web 部件中的数据的速度(忽略 JavaScript 回调请求)。是否有任何设置/方法可以在 Load Runner 中捕获此类数据?

如果 Load Runner 无法按照上面的需要捕获/区分数据,是否有任何其他工具可以在我们进行负载测试时手动执行来与浏览器一起使用?

谢谢 !

4

1 回答 1

1

...how quickly the page paints...

This is a GUI level event, so you will need a virtual user type which samples at the GUI to answer this issue. If you combine a GUI Virtual User (QTP-based) with a protocol level virtual user (HTTP) for a common named event (Login vs Login_GUI) then you will be able to measure the time inside of the browser.

GUI Virtual Uses have been part of the definition for LoadRunner since version 1.0. They began as XRunner defined, moved to WinRunner defined and now are defined by QuickTest Professional.

于 2012-09-01T05:17:47.957 回答