1man(8)                         procdump manpage                         man(8)
2
3
4

NAME

6       procdump - generate coredumps based off performance triggers.
7

SYNOPSIS

9       procdump [OPTIONS...] TARGET
10             -h          Prints this help screen
11             -C           Trigger  core  dump  generation  when CPU exceeds or
12       equals specified value (0 to 100 * nCPU)
13             -c          Trigger core dump generation when CPU  is  less  than
14       specified value (0 to 100 * nCPU)
15             -M           Trigger  core  dump  generation  when  memory commit
16       exceeds or equals specified value (MB)
17             -m          Trigger core dump generation when when memory  commit
18       is less than specified value (MB)
19             -T          Trigger when thread count exceeds or equals specified
20       value.
21             -F          Trigger when filedescriptor count exceeds  or  equals
22       specified value.
23             -I          Polling frequency in milliseconds (default is 1000)
24             -n          Number of core dumps to write before exiting (default
25       is 1)
26             -s          Consecutive seconds before dump is  written  (default
27       is 10)
28             -d          Writes diagnostic logs to syslog
29         TARGET must be exactly one of these:
30             -p   pid of the process
31             -w   Name of the process executable
32

DESCRIPTION

34       procdump  is  a  Linux  reimagining of the class ProcDump tool from the
35       Sysinternals suite of tools for Windows. Procdump provides a convenient
36       way  for  Linux  developers  to  create core dumps of their application
37       based on performance triggers.
38
39
40
411.1.1                             12/09/2019                            man(8)
Impressum