| MOSQUITTO_SIGNAL(1) | Commands | MOSQUITTO_SIGNAL(1) |
NAME
mosquitto_signal - a utility for sending signal events to Mosquitto brokers running on the local computer.
SYNOPSIS
mosquitto_signal {-a | -p pid} signal
mosquitto_signal --help
DESCRIPTION
mosquitto_signal is a utility that can send named signals to one or all instances of a Mosquitto broker running on the local computer.
On POSIX like systems, it is a convenient replacement for the kill(1) command, with the added enhancement of being able to use named signals rather than generic system signals like SIGUSR1, and with the ability to signal multiple brokers at once.
On Windows, it is the only means of sending signals to a broker.
OPTIONS
-a
-p pid
SIGNALS
The following named signals are available for use.
config-reload
On POSIX like systems this can also be triggered using the SIGHUP signal. Note that SIGHUP is used by other named signals.
log-rotate
On POSIX like systems this can also be triggered using the SIGHUP signal. Note that SIGHUP is used by other named signals.
shutdown
On POSIX like systems this can also be triggered using the SIGINT signal.
tree-print
On POSIX like systems this can also be triggered using the SIGUSR2 signal. Note that SIGUSR2 is used by other named signals.
xtreport
This signal is only used by the broker when appropriate support is compiled in, which is not the case by default.
On POSIX like systems this can also be triggered using the SIGRTMIN signal.
BUGS
mosquitto bug information can be found at https://github.com/eclipse-mosquitto/mosquitto/issues
SEE ALSO
AUTHOR
Roger Light <roger@atchoo.org>
| 03/26/2026 | Mosquitto Project |