ProcDump For Linux Versions Save

A Linux version of the ProcDump Sysinternals tool

3.2.0

2 months ago

Changes:

  • Add mmap/munmap to resource tracking (#230)
  • Fix gc generation configuration printout (#229)

3.1.0

3 months ago

Changes:

  • c368649a2d0406f4ede428e831036318ff03c3a6 Add support for multiple signals (-sig) and specifying core dump contents (-mc) (#226)
  • 3df0ee2d023f0c4bb014a7457ebd5f86cacea029 Cleanup a lots of unused variables (#223)
  • daa26214c8314a71b4cdc77239a42d41ee2fa627 Doc: How to implement a trigger (#220)

3.0

4 months ago

Changes:

  • Adds memory leak tracking and reporting (-restrack)

2.2

7 months ago

Changes:

  • Add Azure Linux package and install instructions (#210)
  • Fixing some leaks in src/Monitor.c code (#204)

2.1

8 months ago

Changes:

  • Fix crash in monitored .NET process when an exception does not have an exception message (#201)
  • Add thread ID to logging (#200)

2.0

9 months ago

Changes:

  • Generate a dump when the size of the .NET generation exceeds threshold (#197)
  • Generate a dump when a .NET gen collection starts and ends (#196)
  • Generate a dump when each of the specified GC memory thresholds are exceeded (#194)
  • Add VSCode dev container support (#193)
  • Update existing memory triggers to be able to take a list of mem… (#192)
  • Add more descriptive error when failing to connect to .NET diagnostic… (#187)
  • Fixes incorrect tracing and adds some extended errno tracing (#185)

1.5

10 months ago

Changes:

  • Security hardening

1.4.1

1 year ago

Changes:

  • Add support to filter on exception message (#160)
  • Add wildcard filtering support when dump on exceptions (#154)

1.4

1 year ago

Changes:

  • Adds the capability to generate core dumps when specified exceptions occur in a .NET process. (#151)

1.3

1 year ago

Changes:

  • BREAKING CHANGE: CLI interface has been changed to match ProcDump for Windows.
  • Added new process group trigger (-pgid) which allows monitoring all processes running in the same process group.
  • Build integration improvements
  • Various bug fixes