How to test Memory Leakage Manually?

Showing Answers 1 - 3 of 3 Answers

We can use performance testing (Microsoft ACT) to check the memory leakage. We will add the performance counter-> performance object-->process.
Performance counters are

1) Pool non-paged bytes 
2) Pool paged bytes 

If there is a large difference between this counters that means the memory leakage is high.

  Was this answer useful?  Yes

kawal

  • Jun 20th, 2006
 

How this Microsoft ACT should be used in testing. Should I download this? It this any tool?

  Was this answer useful?  Yes

Arun Prasath

  • Jul 28th, 2006
 

This tool comes with Microsoft's .Net...

If it is a .Net application, you can test with the help of this tool...Using this tool u can find how much memory it takes for a particular module to execute...what is the throughput, commited byte...etc...

  Was this answer useful?  Yes

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