Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

fcore(1)


FCORE

FCORE

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO
BUGS

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



fcore(1)