What is the advantage of running the Vuser as thread?
Answer Posted / mahesh sv
VuGen provides the facility to use multithreading. This
enables more Vusers to be run per generator. If the Vuser is
run as a process, the same driver program is loaded into
memory for each Vuser, thus taking up a large amount of
memory. This limits the number of Vusers that can be run on
a single generator. If the Vuser is run as a thread, only
one instance of the driver program is loaded into memory for
the given number of Vusers (say 100). Each thread shares the
memory of the parent driver program, thus enabling more
Vusers to be run per generator.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How are concurrent users differing from simultaneous users?
What is pause command?
How is automated correlation configured?
What is wasted time in vugen replay log?
Hi all, I am new to Load Runner. I have run the load runner and i got analyzed reports/graphs. But i am very much confused about how to analyze those graphs. Can any one help me out this problem?
What are the types of checkpoints is available in loadrunner?
difference between latency and transaction response time
What are the vuser components in loadrunner?
How load runner interacts with the application?
How can we invoke a parellel process in load runner using C or perl language?
What are the loadrunner testing process?
What are the changes that can be made to run-time settings?
What is the threshold level for think time and how can be this changed?
How does caching affect performance testing results?
What is parameterization?