在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Sysinternals/ProcDump-for-Linux开源软件地址(OpenSource Url):https://github.com/Sysinternals/ProcDump-for-Linux开源编程语言(OpenSource Language):C 91.6%开源软件介绍(OpenSource Introduction):ProcDumpProcDump is a Linux reimagining of the classic ProcDump tool from the Sysinternals suite of tools for Windows. ProcDump provides a convenient way for Linux developers to create core dumps of their application based on performance triggers. Installation & UsageRequirements
Install ProcDumpCheckout our install instructions for distribution specific steps to install Procdump. Build ProcDump from ScratchTo build from scratch you'll need to have a C compiler (supporting C11),
Building Procdump PackagesThe distribution packages for Procdump for Linux are constructed utilizing To build a make && make deb To build a make && make rpm Usage
Examples
The following will create a core dump immediately.
The following will create 3 core dumps 10 seconds apart.
The following will create 3 core dumps 5 seconds apart.
The following will create a core dump each time the process has CPU usage >= 65%, up to 3 times, with at least 10 seconds between each dump.
The following will create a core dump each time the process has CPU usage >= 65%, up to 3 times, with at least 5 seconds between each dump.
The following will create a core dump when CPU usage is outside the range [10,65].
The following will create a core dump when CPU usage is >= 65% or memory usage is >= 100 MB.
The following will create a core dump in the
The following will create a core dump in the current directory with the name dump_0.1234. If -n is used, the files will be named dump_0.1234, dump_1.1234 and so on.
The following will create a core dump when a SIGSEGV occurs.
The following waits for a process named
Current Limitations
Feedback
ContributingIf you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:
Please see also our Code of Conduct. LicenseCopyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论