Michal_Ignaczak
4 years agoOccasional Contributor
Ram usage by Application
Hello, I need to implement the Memory consumption meter for my tests and I wonder why my code shows me a different results than Windows Task Manager. My code (Python): def r...
- 4 years ago
Hi Michal,
Both Task Manager and Sys.MemUsage provide pretty rough figures.
If you need to better monitor your tested application I would suggest to consider performance counters: https://support.smartbear.com/testcomplete/docs/testing-with/advanced/monitoring-performance/index.html