Software:ProcDump
ProcDump v9.0 | |
Original author(s) | Winternals Software |
---|---|
Developer(s) | Microsoft |
Stable release | v11.0 (Windows version) v1.3 (Linux version)[1] / November 3, 2022 (Windows version) November 3, 2022 (Linux version) |
Repository | github |
Written in | C |
Operating system | Microsoft Windows, Linux |
Available in | English |
License | Windows: Proprietary commercial software Linux: MIT License |
Website | docs |
ProcDump is a command-line application used for monitoring an application for CPU spikes and creating crash dumps during a spike.[2][3] The crash dumps can then be used by an administrator or software developer to determine the cause of the spike. ProcDump supports monitoring of hung windows and unhandled exceptions. It can also create dumps based on the values of system performance counters.[4]
Overview
Initially, ProcDump was only available for Microsoft Windows. In November 2018, Microsoft confirmed it is porting Sysinternals tools, including ProcDump and ProcMon, to Linux.[5] The software is open source. It is licensed under MIT License and the source code is available on GitHub.[6]
The Linux version requires Linux kernels version 3.5+ and runs on Red Hat Enterprise Linux / CentOS 7, Fedora 26, Mageia 6, Ubuntu 14.04 LTS. It currently does not have full feature parity with the Windows version (e.g. custom performance counters).
Example
Create 5 core dumps 10 seconds apart of the target process with process identifier (pid) == 1234
$ sudo procdump -n 5 -p 1234
See also
References
- ↑ "microsoft/ProcDump-for-Linux". 4 November 2022. https://github.com/microsoft/ProcDump-for-Linux.
- ↑ "ProcDump - Monitor CPU/processes - Windows CMD - SS64.com". https://ss64.com/nt/procdump.html.
- ↑ "How to collect memory dumps using ProcDump - Sitecore Knowledge Base". https://kb.sitecore.net/articles/253710.
- ↑ "Creating Process Dumps with ProcDump | Knowledge Base". https://kb.acronis.com/content/27931.
- ↑ Cimpanu, Catalin (5 November 2018). "Microsoft working on porting Sysinternals to Linux". CBS Interactive. https://www.zdnet.com/article/microsoft-working-on-porting-sysinternals-to-linux/.
- ↑ "microsoft/ProcDump-for-Linux". November 6, 2020. https://github.com/microsoft/ProcDump-for-Linux.
External links
- ProcDump - Windows Sysinternals | Microsoft Docs
- GitHub - microsoft/ProcDump-for-Linux: A Linux version of the ProcDump Sysinternals tool
Original source: https://en.wikipedia.org/wiki/ProcDump.
Read more |