FCORE(1) FCORE(1)
NAME
fcore - Runs the frysk core dump utility.
SYNOPSIS
fcore [-a ] [-s ] [-o filename] [--console LOG=LEVEL,...]
[--log LOG=LEVEL,...] pids...
DESCRIPTION
fcore Executes the frysk core dump utility.
fcore is a utility that constructs a core-file from a running process,
and writes it to disk.
-a, -allmaps
Write all readable segment maps. The default level is to attempt
to emulate gcore segment writing strategy. By specifying this
option, fcore will write all readable maps.
-s, -segments regex
Writes only the segments that match the regex specified. Elide
all other segments.
-o output-file
Specifies the name of the core file. Default is core. The
core-file extension will still use the pid of the process being
dumped.
--console LOG=LEVEL,...
Enable logging to the console and at the specified log level.
The log level can be: [ OFF | SEVERE | WARNING | INFO | CONFIG |
FINE | FINER | FINEST].
--log LOG=LEVEL,...
Specify the file logging level. The log level can be: [ OFF |
SEVERE | WARNING | INFO | CONFIG | FINE | FINER | FINEST].
EXAMPLE
fcore pid [...]
SEE ALSO
frysk(8)
BUGS
Report bugs to http://sourceware.org/frysk
March 14 2008 FCORE(1)