FSTACK(1) FSTACK(1)
NAME
fstack - Runs the frysk stack trace utility
SYNOPSIS
fstack [--console LOG=LEVEL,...] [--log LOG=LEVEL,...] pids...
DESCRIPTION
fstack Runs the frysk stack tracing utility.
fstack is a small utility that uses the frysk engine to display a
process stack in a similar manner to pstack.
--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
fstack pid [...]
SEE ALSO
frysk(7)
BUGS
Report bugs to http://sourceware.org/frysk
March 14 2008 FSTACK(1)