We are using the premium edition of the browser agent, and I can't find information to do memory analysis of the browser. Is memory profiling possible? We want to test our single-page application for memory leaks.
Answer by Andreas G. ·
Hi. There is no current development planned in that direction. Browser-specific tools have been getting better in providing some of this information. On the other side we are however working closely with W3C and the browser vendors. The long term plan is that browser vendors will provide more diagnostics data through well defined JavaScript APIs that we can leverage. For short term you have to live with what I explained in my previous comment
Answer by Andreas G. ·
Hi Rebecca
There is no in-depth memory diagnostics available with the browser agent. it is on our list of enhancements to do deep-dive JavaScript memory diagnostics. This feature though hasnt made it into the product yet
What you can do however is to look at the process performance metrics that our agent collects. You can create a chart and on that chart put Measures such as Process CPU, Current Overall Memory Consumption, Current Thread Count, ...
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET