![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hello Loy, See there http://support.microsoft.com/default...b;en-us;164151 L> Before I write this utility myself - I thought someone must have L> written such things - so why inventing the wheel? L L> Problem: Memory leak in large application L> Memory profiler does not handle the load or affect the application L> performance L> Memory profiler can't be installed on customer site L> Due to the above limitation - I simulate the memory profiler work L> using L> comparison of dump files L> Since the same investigation type repeat from time to time, I thought L> it is time to automate things up. L> The main output I need is a list of allocated types sorted by the L> DIFFERENCE between the two dumps L L> Please point me to code or tool that can do this L L> Thanks L L> Loy L --- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche |
#4
| |||
| |||
|
|
Hello Loy, See there http://support.microsoft.com/default...b;en-us;164151 L> Before I write this utility myself - I thought someone must have L> written such things - so why inventing the wheel? L L> Problem: Memory leak in large application L> Memory profiler does not handle the load or affect the application L> performance L> Memory profiler can't be installed on customer site L> Due to the above limitation - I simulate the memory profiler work L> using L> comparison of dump files L> Since the same investigation type repeat from time to time, I thought L> it is time to automate things up. L> The main output I need is a list of allocated types sorted by the L> DIFFERENCE between the two dumps L L> Please point me to code or tool that can do this L L> Thanks L L> Loy L --- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche |
#5
| |||
| |||
|
|
I was looking at the wrong site, but the other one is not answering my question as well I understand - from the lack of responses - that there is actually no tool to compare two dump files, and specifically compare the outputs of !sos.dh -stat -cache I'll find the time to write such utility - please let me know if more people need it (or is it just crazy me) Loy Michael Nemtsev wrote: Hello Loy, See there http://support.microsoft.com/default...b;en-us;164151 L> Before I write this utility myself - I thought someone must have L> written such things - so why inventing the wheel? L L> Problem: Memory leak in large application L> Memory profiler does not handle the load or affect the application L> performance L> Memory profiler can't be installed on customer site L> Due to the above limitation - I simulate the memory profiler work L> using L> comparison of dump files L> Since the same investigation type repeat from time to time, I thought L> it is time to automate things up. L> The main output I need is a list of allocated types sorted by the L> DIFFERENCE between the two dumps L L> Please point me to code or tool that can do this L L> Thanks L L> Loy L --- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche |
#6
| |||
| |||
|
|
When redirecting !dumpheap output to a file, you could use windiff.exe (part of the platform sdk) to compare it with a previous !dumpheap output. Willy. "Loy" <l.oyolox (AT) gmail (DOT) com> wrote in message news:1159948032.716308.326160 (AT) i42g2000cwa (DOT) googlegroups.com... |I was looking at the wrong site, but the other one is not answering my | question as well | | I understand - from the lack of responses - that there is actually no | tool to compare two dump files, and specifically compare the outputs of | !sos.dh -stat -cache | | I'll find the time to write such utility - please let me know if more | people need it | (or is it just crazy me) | | Loy | | Michael Nemtsev wrote: | > Hello Loy, | | > See there http://support.microsoft.com/default...b;en-us;164151 | | > L> Before I write this utility myself - I thought someone must have | > L> written such things - so why inventing the wheel? | > L | > L> Problem: Memory leak in large application | > L> Memory profiler does not handle the load or affect the application | > L> performance | > L> Memory profiler can't be installed on customer site | > L> Due to the above limitation - I simulate the memory profiler work | > L> using | > L> comparison of dump files | > L> Since the same investigation type repeat from time to time, I thought | > L> it is time to automate things up. | > L> The main output I need is a list of allocated types sorted by the | > L> DIFFERENCE between the two dumps | > L | > L> Please point me to code or tool that can do this | > L | > L> Thanks | > L | > L> Loy | > L | > --- | > WBR, | > Michael Nemtsev :: blog: http://spaces.live.com/laflour | | > "At times one remains faithful to a cause only because its opponents do not | > cease to be insipid." (c) Friedrich Nietzsche | |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |