X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fbusctl.xml;h=f9bcea3c2d43930fa5d2af804fc594b97e384ffa;hb=d9130355ee0530117518ff24354bdd552d030238;hp=9a2c63c94375a24223e02627318f3af696f09432;hpb=dfdebb1b925332352966804303b2516a6506a429;p=elogind.git diff --git a/man/busctl.xml b/man/busctl.xml index 9a2c63c94..f9bcea3c2 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -70,44 +70,6 @@ along with systemd; If not, see . The following options are understood: - - - - - Talk to the systemd system manager (the - default). - - - - - - - - Talk to the systemd manager of the calling - user. - - - - - - - - - Execute the operation remotely. Specify a hostname, or - username and hostname separated by @, to - connect to. This will use SSH to talk to the remote systemd - instance. - - - - - - - - Execute the operation on a local container. - Specify a container name to connect to. - - @@ -171,6 +133,30 @@ along with systemd; If not, see . + + + + + When used with the capture command + specifies the maximum bus message size to capture + ("snaplen"). Defaults to 4096 bytes. + + + + + + + + When used with the tree shows a + flat list of object paths instead of a tree. + + + + + + + + @@ -186,8 +172,18 @@ along with systemd; If not, see . list - Show endpoints attached to the bus. This is - the default if no command is specified. + Show service names on the bus. This is the + default if no command is specified. + + + + tree NAME + + Shows an object tree of one or more + services. If NAME is specified, + show object tree of the specified services only. Otherwise, + show all object trees of all services on the bus that acquired + at least one well-known name. @@ -199,11 +195,24 @@ along with systemd; If not, see . bus. + + capture NAME + + Similar to monitor but + writes the output in pcap format (for details see the Libpcap + File Format description. Make sure to redirect the + output to STDOUT to a file. Tools like + wireshark1 + may be used to dissect and view the generated + files. + + status NAME Show process information and credentials of a - bus endpoint. + bus service. @@ -224,7 +233,8 @@ along with systemd; If not, see . sd-bus3, systemd1, systemd-bus-proxyd8, - machinectl1 + machinectl1, + wireshark1