Description Generate debug messages to a buffer.
Syntax A number of debug options are available:
fw ctl debug -buf [buffer size]
fw ctl debug [-m <module>] [+ | -] {options|all|0}
fw ctl debug 0
fw ctl debug [-d <comma separated list of strings>]
fw ctl debug [-d <comma separated list of strings>]
fw ctl debug [-s <string>]
fw ctl debug -h
fw ctl debug -x
Parameter |
Description |
---|---|
|
Allocates a buffer of size kilobytes (default 128) and starts collecting messages there. If the -buf argument is not set, the debug messages are printed to the console. |
|
Specify the Security Gateway module you wish to debug. The default module is fw. For example: |
|
Sets or resets debug flags for the requested gateway).
|
|
Print a list of debug modules and flags. |
|
Returns all flags in all gateways to their default values, releases the debug buffer (if there was one). |
|
Only lines containing these strings are included in the output. (Available in R70 or higher) |
|
Lines containing these strings are omitted from the output (Available in R70 or higher) For example:
Output shows only lines containing the words "error" or "failed" and not the word "packet" |
|
Stop debug messages when a certain string is issues (Available in R70 or higher) For example: |
|
Shuts down the debug. |