asp.net 4.0 - How to use IntelliTrace Standalone Collector to detect memory leaks in production .Net applications? -


visual studio 2012rc has ability use externally collected trace files of iis app pool data collected intellittrace standalone collector. know in production app there kind of memory leak apparent after few hours of monitoring.

i have large itrace file ready plug vs2012, know how find questionable object.

i in process of using debugger tools , following these instructions. however, run error indicating appropriate clr files (or that) not loaded when trying .load sos or other command.

i hoping see similar address list , consumed memory in intellitrace analyzer - possible?

some assistance appreciated.

intellitrace profiles events , method calls. won't information on individual objects or memory leaks because it's not tracking memory. there's no event provided object creation/destruction can't infer in case.

to track memory have use profiling tools on app, though don't attach them production server! use test environment , see if can replicate problem.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -