loadrunner 中Error和failed transaction 的区别
Down:没有运行
Pending:挂起
Init:初始化
Ready:准备就绪
Run:正在运行
Rendezvous:正在集结
Passed:运行通过
Failed:运行失败
Error:出现故障
Gradual Exting:逐一退出
Exiting:退出
Stopped:停止运行
Star Scenario:运行场景
Stop:强制停止运行场景
Rest:将所有选项恢复到默认值
Vuses:管理虚拟用户
Run/Stop/ Vuses:启动和停止部分虚拟用户
Runing Vuses:正在运行的用户数
Elapsed Time:场景已经运行的时间
Hits/second:每秒钟点击数
Passed Transactions:通过的事务数
Failed Transactions:未通过的事务数
Errors:出现的错误数
The Status field of each Vuser group displays the current state of
each Vuser in the group. The following table describes the possible
Vuser states during a scenario.
|
Status |
Description |
|---|---|
|
Down
|
The Vuser is down.
|
|
Pending
|
The Vuser is ready to be initialized and is waiting for an
available load generator, or is transferring files to the load generator. The Vuser will run when the conditions set in its scheduling attributes are met. |
|
Initializing
|
The Vuser is being initialized on the remote machine.
|
|
Ready
|
The Vuser already performed the init section of the script and is ready to run.
|
|
Running
|
The Vuser is running. The Vuser script is being executed on a load generator.
|
|
Rendezvous
|
The Vuser has arrived at the rendezvous and is waiting to be released by LoadRunner.
|
|
Done. Passed
|
The Vuser has finished running. The script passed.
|
|
Done. Failed
|
The Vuser has finished running. The script failed.
|
|
Error
|
A problem occurred with the Vuser. Check the Status field in the
Vuser dialog box or the output window for a complete explanation of the error. |
|
Gradual Exiting
|
The Vuser is completing the iteration or action it is running (as
defined in Tools > Options > Run-Time Settings) before exiting. |
|
Exiting
|
The Vuser has finished running or has been stopped, and is now exiting.
|
|
Stopped
|
The Vuser stopped when the Stop command was invoked.
|
The following table describes the runtime information that can be viewed during a scenario
|
Scenario Status |
Description |
|---|---|
|
Scenario Status
|
Indicates whether the scenario is running or down
|
|
Running Vusers
|
Indicates how many Vusers are being executed on a load generator machine
|
|
Elapsed Time
|
Indicates how much time has elapsed since the beginning of the scenario
|
|
Hits/Second
|
Indicates how many hits (HTTP requests) there have been to the Web site being tested per second that each Vuser has been running
|
|
Passed Transactions
|
Indicates how many transactions have been executed successfully
|
|
Failed Transactions
|
Indicates how many transactions have been executed unsuccessfully
|
|
Errors
|
Indicates how many problems have occurred with the Vusers
|
loadrunner 中Error和failed transaction 的区别的更多相关文章
- Loadrunner:error -86401 Failed to connceted xxx.xxx.xxx.xxx:25问题解决
[转自:http://www.51testing.com/html/00/130600-3578408.html]windows 2003上安装的LoadRunner11做为负载机在SMTP协议压测时 ...
- 【转】关于loadrunner中设置进程和线程的区别
loadrunner中,在进行运行设置中有一项选择,是按进程运行Vuser或按线程运行Vuser?下面进行分别来讲: 1.按进程运行Vuser:Controller将使用驱动程序mdrv运行Vuser ...
- LoadRunner中进程运行和线程运行区别
LoadRunner中的进程与线程 1.进程与线程的区别: 进程和线程的区别是什么?进程和线程都是由操作系统所体会的程序运行的基本单元,系统利用该基本单元实现系统对应用的并发性.进程和线程的区别 ...
- loadrunner中并发数与迭代的区别
你的理解的虚拟用户应该是 迭代次数 ,录制脚本时只会有1个虚拟用户,1个虚拟用户可以有多次 迭代,也就是 重复执行 Action里面的内容,在场景设置的时候,如果你说的10时在runtime-sett ...
- LoadRunner中两种录制模式的区别
决定我们成为什么样人的,不是我们的能力,而是我们的选择. ——<哈利-波特与密室> 一.先看看两种模式的设置和录制脚本的区别 设置HTML录制模式: 设置URL录制模式: HTML脚本: ...
- java中Error与Exception有什么区别
Error类和Exception类都继承自Throwable类. Error的继承关系: java.lang.Object java.lang.Throwable java.lang.Er ...
- 性能测试工具LoadRunner中进程运行和线程运行区别
loadrunner controller将使用驱动程序mmdrv运行Vuser.用户可以在controller的run-time setting中选择Vuser的运行方式, 是多进程方式or多线程方 ...
- Loadrunner中web_find和web_reg_find函数的使用与区别
总结一下Loadrunner中的检查点函数,主要介绍两个函数:web_find()和web_reg_find():这两个函数均用于内容的查找,但两者也有本质的区别,具体介绍如下:一.web_find( ...
- loadrunner error 27796 Failed to connect to server
(2012-10-23 01:23:17) 转载▼ Action.c(58): Error -27796: Failed to connect to server "www.baidu. ...
随机推荐
- HTC T329手机如何删除系统自带的软件?HTC一键解锁、获取ROOT权限、豌豆荚删除系统软件
手头一部HTC T329T手机,机上默认装载的软件实在太多了,居然占用了4页.用360手机卫士并不能删除系统软件(不能获取ROOT权限).查网上查询,总结要删除系统软件步骤如下(本人不刷机,只是想删除 ...
- Android4.1(Jelly Bean)API新特性尝鲜
原文:http://android.eoe.cn/topic/android_sdk Android 4.1 APIs (API Level: 16)http://developer.android. ...
- Android百日程序 开篇章:Intent打开网页
学习一下人家100日写100个网页的做法,我也用100日写100个完整的Android程序. 这些程序的最基本要求: 1 完整性-每一个程序都必须是独立可执行的 2 不反复性-所用的重点知识点都不一样 ...
- NSString和NSMutablestring,copy和strong(转载)
1.http://www.cocoachina.com/ios/20150512/11805.html 2.http://blog.csdn.net/winzlee/article/details/5 ...
- 关于如果从SQLSERVER中获取 数据库信息 或者 表信息
1.首先呢.要明确一点.SQLSERVER中的系统信息一般都无从table中找到的.通常都在View中找到 这是重点. 2.接着我们打开算起来SQLSERVER,展开你某一数据库.看到类似 3.然后展 ...
- 【Unity】3.5 导入音频文件
分类:Unity.C#.VS2015 创建日期:2016-04-05 一.简介 音频文件 (Audio File) 资源的选择原则应该以无故障地流畅运行为宗旨.下面列出了常用的音频文件. .AIFF ...
- ubuntu 编译android 源码笔记
已经验证,可以编译成功.过程中会碰到一些编译错误,安装好依赖环境,可以解决. 1.splite压缩包的合并,解压缩,md5验证 http://pan.baidu.com/s/1bnG1NtX kitk ...
- 转:显示技术中的帧、帧数、帧率、 FPS
在视频领域,电影.电视.数字视频等可视为随时间连续变换的许多张画面,而“帧( Frame)”是指每一张画面.而我们日常口语习惯或者说不严谨的交流中,通常对于帧数( Frames)与帧率( Frame ...
- 利用es-checker检测当前node对ES6的支持情况
ode.js发展非常快,对es6特性的支持也越来越良心,但node.js版本很多,各版本对es6的支持度都不一样,为了能清晰的了解各版本对es6特性的支持,需要有一个工具能提供比较清晰的支持说明,甚至 ...
- Android环境搭建问题的解决: Connection to http://dl-ssl.google.com refused
第一次搭建Android环境,遇到这个问题: Fetching http://dl-ssl.google.com/android/repository/addons_list-1.xmlFailed ...