X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fbusctl.xml;h=b358bc4cd9c2ba70a893df1e642b0bebde7df291;hb=a0132af247c4781bb821ab6b9e1e4f564f0c9fde;hp=9865b17d54fea7208990d143bd298961c6222100;hpb=4f50d2efbac87aba0505b9f998bf3e4bde64c214;p=elogind.git diff --git a/man/busctl.xml b/man/busctl.xml index 9865b17d5..b358bc4cd 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -133,6 +133,16 @@ 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. + + + @@ -166,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 @@ -191,7 +214,8 @@ along with systemd; If not, see . sd-bus3, systemd1, systemd-bus-proxyd8, - machinectl1 + machinectl1, + wireshark1