How do we test for severe memory leakages ?

Showing Answers 1 - 3 of 3 Answers

anna

  • Aug 22nd, 2005
 

By load testing

  Was this answer useful?  Yes

faizal

  • Aug 23rd, 2005
 

By using Endurance Testing . 
Endurance Testing means checking for memory leaks or other problems that may occur with prolonged execution.

  Was this answer useful?  Yes

Ranjith Nair

  • Aug 25th, 2005
 

We are using performance testing (Microsft ACT)to check the memory leakge.We will add the performance counter-> 
performance object-->process 
Performance counters are 1)Pool non-pageg bytes 
2)Pool paged bytes 
 
If there is a large diffrence between this counters that means the memory leakage is high.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions