mosquitto_signal1Mosquitto ProjectCommandsmosquitto_signala utility for sending signal events to Mosquitto brokers running on the local computer.mosquitto_signalpidsignalmosquitto_signalDescriptionmosquitto_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
kill1
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
Send the given signal to all processes matching the name
mosquitto. As with all signal sending,
only those processes you have permission to send the signal
to will receive the signal.
pid
Send the signal to a specific process id. mosquitto_signal
will always attempt to send the corresponding signal to the given
process and will not check whether it appears to be a mosquitto
process.
Signals
The following named signals are available for use.
Trigger the broker to reload its configuration file, if in use.
On POSIX like systems this can also be triggered using the
signal. Note that
is used by other named signals.
If the broker is using , then this
will trigger the broker to close and reopen the log file.
On POSIX like systems this can also be triggered using the
signal. Note that
is used by other named signals.
Trigger the broker to quit.
On POSIX like systems this can also be triggered using the
signal.
Trigger the broker to print a representation of the subscription
and retain trees to stdout. This is intended for debugging purposes
only.
On POSIX like systems this can also be triggered using the
signal. Note that
is used by other named signals.
Trigger the broker to write some internal state information to
on POSIX systems or
on Windows systems. This is intended for debugging purposes only.
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
signal.
See Alsomosquitto7mosquitto8AuthorRoger Light roger@atchoo.org