4.2. hakactl¶
hakactl allows to control a running haka daemon.
$ hakactl [options] <cmd>
4.2.1. Options¶
- -h, --help¶
Display usage and options information.
- --version¶
Display version information.
4.2.2. Commands¶
- status
Display haka status (running or not).
- stop
Stop haka daemon.
- stats
Show statistics on packet/bytes captured by haka.
- logs
Show haka logs in realtime.
- loglevel <level>
Set the logging level (fatal, error, warn, info, debug).
See also
See haka.log for more information about logging levels.
- debug
Remotely debug haka rules on a running daemon.
- interactive
Put a running daemon in interactive mode
See also
See Debugging for more information about the debugger and the interactive mode.