Ross ROSS = Recommend OSS · open-source software intelligence for agents

microsoft/ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool observed · 2026-08-28

github.com/microsoft/ProcDump-for-Linux · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 99
  • Release rhythm 65
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 126.5
  • age_days: 3218
  • days_rel: 79
  • days_push: 7
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

3083 stars · 327 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Linux and macOS reimplementation of the Windows Sysinternals ProcDump tool that captures core dumps of processes based on performance triggers like CPU, memory, thread count, and file descriptor thresholds. It is written in C and maintained by Microsoft as part of the Sysinternals suite.

Use cases

  • capture core dumps of a Linux process when CPU usage spikes
  • dump a process when memory commit exceeds a threshold
  • diagnose memory leaks with malloc tracking
  • trigger core dumps on thread count or file descriptor thresholds
  • capture dumps when a process receives a specific signal
  • debug intermittent hangs by collecting dumps over time

When to choose

  • you need conditional, trigger-based core dump capture on Linux or macOS
  • you are familiar with Windows ProcDump and want the same workflow on Unix systems
  • you are debugging .NET applications and want GC-aware dump triggers

When to avoid

  • you only need a one-off manual core dump (gcore or kill -SIGABRT suffices)
  • you need full-featured dump analysis rather than capture
  • you are on Windows, where the original Sysinternals ProcDump exists

Facets

cli-tool · maturity active

developer-tools cli monitoring developer-tools performance cli core-dumps sysinternals debugging process-monitoring crash-diagnostics command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
microsoft/ProcDump-for-Linuxmain87

For agents

markdown · JSON · MCP: product_card(name="microsoft/ProcDump-for-Linux")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem