DBUS-TEST-TOOL(1) | User Commands | DBUS-TEST-TOOL(1) |
NAME¶
dbus-test-tool - D-Bus traffic generator and test tool
SYNOPSIS¶
dbus-test-tool black-hole [--session | --system] [--name=NAME] [--no-read]
dbus-test-tool echo [--session | --system] [--name=NAME] [--sleep-ms=MS]
dbus-test-tool spam [--session | --system] [--dest=NAME] [--count=N] [--flood] [--ignore-errors] [--messages-per-conn=N] [--no-reply] [--queue=N] [--seed=SEED] [--string | --bytes | --empty] [--payload=S | --stdin | --message-stdin | --random-size]
DESCRIPTION¶
dbus-test-tool is a multi-purpose tool for debugging and profiling D-Bus.
dbus-test-tool black-hole connects to D-Bus, optionally requests a name, then does not reply to messages. It normally reads and discards messages from its D-Bus socket, but can be configured to sleep forever without reading.
dbus-test-tool echo connects to D-Bus, optionally requests a name, then sends back an empty reply to every method call, after an optional delay.
dbus-test-tool spam connects to D-Bus and makes repeated method calls, normally named com.example.Spam.
OPTIONS¶
Common options¶
--session
--system
black-hole mode¶
--name=NAME
--no-read
echo mode¶
--name=NAME
--sleep-ms=MS
spam mode¶
--dest=NAME
--count=N
--queue=N
--flood
--no-reply
--messages-per-conn=N
--string
--bytes
--empty
--payload=S
--stdin
--message-stdin
--random-size
--seed=SEED
BUGS¶
Please send bug reports to the D-Bus bug tracker or mailing list. See http://www.freedesktop.org/software/dbus/.
SEE ALSO¶
COPYRIGHT¶
Copyright © 2015 Collabora Ltd.
This man page is distributed under the same terms as dbus-test-tool (GPL-2+). There is NO WARRANTY, to the extent permitted by law.
09/29/2020 | D-Bus 1.10.24 |