microsoft/ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 22nd, 2026
Created on November 10th, 2017
Open Issues & Pull Requests: 22 (+0)
GitHub issues: Enabled
Number of forks: 327
Total Stargazers: 3,085 (+0)
Total Subscribers: 99 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 15.0 days
90th percentile: 47.8 days
Tracked items: 15

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 697 days
Stale 30+ days: 5
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (5)
  • feature request (4)
  • enhancement (1)
  • investigate (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Procdump for Linux is a command-line debugging tool that captures process dumps and performance data on Linux systems.

The tool addresses the need to diagnose application behavior and troubleshoot issues by generating process dumps triggered by specific conditions. It works by monitoring running processes and capturing their memory state when user-defined criteria are met, such as when CPU usage exceeds a threshold, the process crashes, or on-demand. This approach allows developers and system administrators to collect diagnostic data without requiring manual intervention at the exact moment a problem occurs.

The tool suits teams already familiar with ProcDump on Windows who need equivalent functionality on Linux, as well as developers working on performance-critical applications where understanding process behavior under stress is essential. It is particularly valuable in environments where processes run for extended periods and occasional anomalies need investigation. Organizations migrating workloads from Windows to Linux can maintain consistent debugging workflows across platforms.

The project shows steady maintenance with regular updates addressing bug fixes and feature improvements. Development activity demonstrates responsiveness to reported issues and a commitment to keeping the tool functional across different Linux distributions and kernel versions. The codebase remains actively refined to handle edge cases and improve reliability in production environments.