zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    利用idea里面的mysql插件进行导入sql文件
    JSTL标签
    deepin20系统下配置JAVA开发环境
    deepin20安装及问题解决
    SpringBoot 在项目启之后执行自定义方法的两种方式
    Nick 的经验书
    Java 经验书
    SpringBoot 经验书
    Linux 经验书
    在MacOS中启动SSH服务
  • 原文地址:https://www.cnblogs.com/yanghj010/p/3493103.html
Copyright © 2011-2022 走看看