fcore(1) - Linux man page

Name

fcore - Runs the frysk core dump utility.

Synopsis

fcore [-a ] [-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.
-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

funit(8) fcatch(1) fhpd(1) fstack(1) fstep(1) ftrace(1)

Bugs

Report bugs to http://sources.redhat.com/frysk : http://sources.redhat.com/frysk

Referenced By

fexe(1), fltrace(1)