简体   繁体   中英

memory leakage and load testing

I have done a lot of research and not able to find any information about the below.

I am using asp.net 4.0, I have created a web application. I would like to know how i could check for memory leakages in the program that i have created, what tool could be used in order to do this also would like to know a good tool which could be used by me to do a load test on the same website, which tool could i use as all of the ones that have been recommend are not ideal the tools i have used for load testing are tsung and a few other free tools

You need to use a memory profiler.

There are free ones as well as commercial ones, some of the better known are the ANTS Memory Profiler by RedGate, dottrace by JetBrains and memprofiler by SciTech.

These all essentially hook into the running process measuring things like memory usage and more - giving you a report on the application performance and memory usage.

I like Selenium Grid . You can also look into StresStimulus .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM