X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fbusctl.xml;h=b358bc4cd9c2ba70a893df1e642b0bebde7df291;hb=97768fc5746ea97cb2d3ac6854b4fc7ce1c14f24;hp=7947c8d2c86dfcc8ed07c0482774107b0afb40f1;hpb=88ae7333ee052e64607ae6678fe0e84991fe3482;p=elogind.git diff --git a/man/busctl.xml b/man/busctl.xml index 7947c8d2c..b358bc4cd 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -70,26 +70,6 @@ along with systemd; If not, see . The following options are understood: - - - - - - 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. - - @@ -153,8 +133,20 @@ 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. + + + + + @@ -184,6 +176,19 @@ 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 @@ -209,7 +214,8 @@ along with systemd; If not, see . sd-bus3, systemd1, systemd-bus-proxyd8, - machinectl1 + machinectl1, + wireshark1