What is memory Leak. What is the most suitable performance
counter to detect Memory Leak.
Answer Posted / dev
Improper use of memory is called memory leak (Carbage
collection).
We can find out the memory leak by using Long Duration
Testing and spike testing.
Long Duration Testing:
This test is performed with constant minimal amount of load
for long duration. By taking a snapshot of memory we can
find out where the memory is going high.
Spike Test:Taking a Snapshot of memory Ramp up the certain
number users and Ramping down the certain number users.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which components have you used in loadrunner ?
What is loadrunner agent?
What is protocol function?
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
What is remote command launcher?
What is the difference between hits/second and requests/second?
What is host?
In a web server, database and network are all working fine and now, where could be the problem?
What is the use lr_abort function?
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
What is Standard deviation? How it will use in Lr?
What is x-windows?
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 changes that can be made to run-time settings?
What is the difference between transaction and transaction instance in loadrunner ?