On 25 January 2015 at 11:12, Greg Keogh <[email protected]> wrote: > Folks, we have a situation where we suspect a leak in a native C++ DLL > (called via Interop) is slowly consuming memory, eventually causing the > server to be sluggish or unresponsive and it requires a reboot. The > evidence is Task Manager showing Memory usage hovering at 98%. > > How can we log memory usage by total and process so we can let the leak > happen over a few days and then look back and try to match jumps in memory > usage with events in our application log? (I'm assuming there is a way!) >
perfmon? In addition to logging, I think you can get it to run tasks when thresholds are crossed. -- Thomas Koster
