1FCORE(1) fcore FCORE(1)
2
3
4
6 fcore - Runs the frysk core dump utility.
7
9 fcore [-a ] [-o filename] [--console LOG=LEVEL,...]
10 [--log LOG=LEVEL,...] pids...
11
13 fcore Executes the frysk core dump utility.
14
15 fcore is a utility that constructs a core-file from a running process,
16 and writes it to disk.
17
18 -a, -allmaps
19 Write all readable segment maps. The default level is to attempt to
20 emulate gcore segment writing strategy. By specifying this option,
21 fcore will write all readable maps.
22
23 -o output-file
24 Specifies the name of the core file. Default is core. The core-file
25 extension will still use the pid of the process being dumped.
26
27 --console LOG=LEVEL,...
28 Enable logging to the console and at the specified log level. The
29 log level can be: [ OFF | SEVERE | WARNING | INFO | CONFIG | FINE |
30 FINER | FINEST].
31
32 --log LOG=LEVEL,...
33 Specify the file logging level. The log level can be: [ OFF |
34 SEVERE | WARNING | INFO | CONFIG | FINE | FINER | FINEST].
35
37 fcore pid [...]
38
40 funit(8) fcatch(1) fhpd(1) fstack(1) fstep(1) ftrace(1)
41
43 Report bugs to
44 http://sources.redhat.com/frysk [1]
45
47 1. http://sources.redhat.com/frysk
48 http://sources.redhat.com/frysk
49
50
51
52 November 14 2006 FCORE(1)