LoadRunner中Concurrent與Simultaneous的區別
在LoadRunner的虛擬使用者中,術語Concurrent與Simultaneous存在一些區別,Concurrent是指在同一個場景中參與執行的虛擬使用者,而Simultaneous與同步點(rendezvous point)的關係更密切,是指在同一時刻一起執行某個任務的虛擬使用者。
參考:
http://learnloadrunner.com/introduction/difference-concurrent-vs-simultaneous-vuser/
This is one of the most frequently asked questions from LoadRunner newbies. If we go by the literal meaning from Dictionary.Com both are same but from LoadRunner’s perspective there is a slight difference.
All the vusers in a particular scenario are called Concurrent vusers. They may or may not perform the same tasks. On the other hand simultaneous vusers is more to do with rendezvous points. When we set rendezvous points we instruct the system to wait till a certain no of vusers arrive so that they all can do a particular task simultaneously. These vusers performing the same task at the same time are called Simultaneous vusers.
For example in a Yahoo Mail application: Suppose a scenario consists of 100 vusers with 3 tasks – 1) Login, 2) Check no of unread mails 3) Logout. Vusers at 1) + 2) + 3) will be called as concurrent vusers as they are part of same scenario performing some task but if have set a rendezvous point so that say 25 vuser perform the 2) task at the same time these 25 vusers would be termed as simultaneous vusers.
相關文章
- Javascript中“==”與“===”的區別JavaScript
- js中“==”與"==="的區別JS
- Java中(==)與equals的區別Java
- numpy中dot與*的區別
- Python中 ‘==‘ 與‘is‘的區別Python
- js中!和!!的區別與用法JS
- js中 let 與 var 的區別JS
- HTTP中GET與POST的區別HTTP
- ruby中的\z與\Z區別
- 陣列中&a與&a[0]的區別陣列
- MySQL語法中=與:=的區別MySql
- CSS中PX與EM的區別CSS
- perl中my與local的區別
- HTML中ID與NAME的區別HTML
- vue中sass與SCSS的區別VueCSS
- Vue 中ref()與 reactive() 的區別VueReact
- jQuery中hover與mouseover與mouseenter的區別jQuery
- Android中 @和?區別以及?attr/**與@style/**等的區別Android
- JavaScript 中substr與 substring 的區別JavaScript
- EBS 中 adpatch 與 opatch 的區別
- 轉 shell中$(( )) 與 $( ) 還有${ }的區別
- Http中header與body的區別HTTPHeader
- PHP中explode與split的區別分析PHP
- nginx中的break與last指令區別NginxAST
- java中Map,List與Set的區別Java
- Java中Array與ArrayList的主要區別Java
- linux中fork()與vfork()的區別Linux
- rman 中delete 與delete force 的區別delete
- SQL中Having與Where的區別SQL
- C#中List與IList的區別C#
- vue中 lang="ts"與js的區別VueJS
- Java中類與物件的關係與區別Java物件
- Vue的mode中 hash 與 history 的區別Vue
- spring中的FactoryBean與ObjectFactory的區別SpringBeanObject
- Java中replace與replaceAll區別Java
- SQL join中on與where區別SQL
- MySQL中TEXT與BLOB欄位型別的區別MySql型別
- ??與?:的區別