Advanced PerfView. Debugging a memory issue for .NET framework.

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 4

  • @csharp609
    @csharp609 ปีที่แล้ว

    thanks for the excellent video.

  • @dahuzia8708
    @dahuzia8708 ปีที่แล้ว

    Hi, can this tool show the diff of NATIVE memory leak in a .net 6 application?

  • @mihirtanna7215
    @mihirtanna7215 ปีที่แล้ว

    Is there a way we can trigger a memory dump from command line by providing the process name or ID?
    I am looking for a way to automate creating a memory dump using PerfView and would like to know if PerfView accepts command line arguments.

    • @HighVoiceComputing
      @HighVoiceComputing  ปีที่แล้ว

      There are a few ways to capture a memory dump from the command line. I would recommend , if possible, use procdump.exe learn.microsoft.com/en-us/sysinternals/downloads/procdump
      Procdump is the most reliable even though its not included by default in windows. You will need to download it from microsoft sysinternals.
      The other techniques , often require using adplus, windbg or some other tool which is a bit more complex. Procdump is simple and easy to use.