ProcDump-for-Linux icon indicating copy to clipboard operation
ProcDump-for-Linux copied to clipboard

A Linux version of the ProcDump Sysinternals tool

Results 34 ProcDump-for-Linux issues
Sort by recently updated
recently updated
newest added

### Expected behavior In a Kubernetes environment, when using procdump with the command 'procdump -c 10 -s 1 -w XXX', it doesn't generate a dump file when the CPU usage...

### Expected behavior When running using -restrack, no error shown at the end of the run. ### Actual behavior Internal error displayed as a result of the RestrackTread being cancelled...

bug

### Expected behavior Be able to run ProcDump and restrack without specifying a trigger. ### Actual behavior Restrack is always tied to a trigger to produce results ### Steps to...

feature request

### Expected behavior When generating a restrack leak report, the allocation values and counts should be shown in decimal values. ### Actual behavior When generating a restrack leak report, the...

feature request

### Expected behavior When you specify -log the eBPF program tracing should be enabled. ### Actual behavior When you specify -log the eBPF program tracing is not enabled and requires...

bug

Is there an equivalent for specifying dump type like the [windows version](https://learn.microsoft.com/en-us/sysinternals/downloads/procdump#using-procdump)? If not, what is the default and is it possible to get a full dump file?

On Ubuntu armhf: ``` $ uname -p armv7l ``` So detect `armv7l` as ARM architecture as well. Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/procdump/+bug/2067621

### Expected behavior Dump collected when OutOfMemoryException is thrown. ### Actual behavior ``` [10:10:09 - DEBUG]: WaitForProfilerCompletion: Received status F in /__w/1/s/ProcDump-for-Linux/src/Monitor.cpp, at line 1928 [10:10:09 - DEBUG]: WaitForProfilerCompletion: Received...

feature request

### Expected behavior A memory dump is captured on a first chance .NET exceptions. ### Actual behavior ERROR]: Exception monitoring failed. ### Steps to reproduce the behavior Run any ASP.NET...

investigate

On GNU/Linux (tested with Debian 12 GNU/Linux), procdump (v3.4.1) doesn't exit after generating dump with -w. If I run `procdump -w app`, procdump ends with `[15:52:34 - INFO]: Stopping monitors...

investigate