What is the advantage of running the Vuser as thread?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sivaramaraju
for example u started running a program than internally
what happens, the program will be loaded into the memory
and os will start the execution of your program.
In the same time one of the running applications in your
computer want to use the same program than what happens
if your program is process based
than a new copy of the program will be loaded into the
memory and operating system will start the execution of the
second one.that means there are two copies of the same
program are there in the memory.here it is the case of only
two if 100 applications want to use the same program
simultaneously than 100 copies of the same program will be
loaded into the memory.
if your program is thread based
in this case if the program is already loaded into the
memory the os never loads one more copy into the memory.
the os executes the earlier loaded program.so if 100
applications want to use the same program only one copy of
the program need to be loaded into the memory.so there will
be large amount of free memory.so u can load more number of
vusers
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / maheshwar
We can use the memory effectively without any a wastage.
Is This Answer Correct ? | 0 Yes | 1 No |
What the host attributes determine?
What are the components of LoadRunner?
How do you perform functional testing under load?
What is the threshold level for think time and how can be this changed?
In a web server, database and network are all working fine and now, where could be the problem?
Does any one know how to over come the problem of "monitoring the load generators over firewall". We are able to use these machines for load generation, but are not able to monitor the measurements of these machines. When tried to add these machines to the windows resources, we were getting the error "Monitor name :Windows Resources. Cannot connect to machine stresstestxp6:62043. Reason: The network path was not found." Also note that, we are able to ping/telnet the LG from the controller, but not the vice versa Is there any router settings to be made or any other configuration has to be done?
What do you mean by scalability, spike ,stress,load testing.
hi i want how to know how to explain the load runner process please explain iam having the interivew
1.How can you Calculate load / stress testing in manually ? Is there any Calculators are available? If yes Please send me the Formulas?(I mean how the tools Ex: load runner, JMetter, Silk Performer ……………………….calculating the load )
How many values can be generating in script we can Parameterize even it is in one scenario 1000Parameterization values are there it is correct to Parameterized?or not?
If a load test has to run for 4 hours with 2,000 users, and the average iteration completes in 10 minutes, how many transactions will run per minute? can any give the calculation please.
Target 3000 transactions per 1hr 1 Script contain 50 transactions 1 Iteration is taking 20 seconds No.of users 10 and duration 1 hr what is pacing?