NAME
fcore - Runs the frysk core dump utility.
SYNOPSIS
- fcore [-a ] [-o filename]
[-c console-log-level]
[-l 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.
- -c 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].
- -l log-level
- Specify the file logging level. The log level can be: [ OFF |
SEVERE | WARNING | INFO | CONFIG | FINE | FINER |
FINEST].
EXAMPLE
fcore 8823
SEE ALSO
funit(8)
ftrace(1)
fstack(1)
BUGS
Report bugs to [1]
REFERENCES
- 1. http://sources.redhat.com/frysk
-