X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fbusctl.xml;h=b358bc4cd9c2ba70a893df1e642b0bebde7df291;hp=3fdef7bd4d6d4e65c5cf381eb1f900cb8919ebb9;hb=fedfcdee6f55c3f183752b7fac4879bf41eed60b;hpb=708c143c7cd2bbd748ac0fa993496ff44e72701c diff --git a/man/busctl.xml b/man/busctl.xml index 3fdef7bd4..b358bc4cd 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -21,7 +21,8 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + busctl @@ -69,68 +70,6 @@ along with systemd; If not, see . The following options are understood: - - - - - Print a short help text and exit. - - - - - - - - Print a short version string and exit. - - - - - - - - Do not pipe output into a pager. - - - - - - - - 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,7 +110,7 @@ along with systemd; If not, see . When showing the list of endpoints, show - only endpoints which haven't actually been activated yet, + only endpoints which have actually not been activated yet, but may be started automatically if accessed. @@ -183,6 +122,35 @@ along with systemd; If not, see . subset matching MATCH. + + + + + + Do not print the legend, + i.e. the column headers and the + footer. + + + + + + + + When used with the capture command + specifies the maximum bus message size to capture + ("snaplen"). Defaults to 4096 bytes. + + + + + + + + + + + @@ -204,10 +172,23 @@ along with systemd; If not, see . Dump messages being exchanged. If NAME is specified, show messages - to or from this endpoint. Otherwsise, show all messages on the + to or from this endpoint. Otherwise, show all messages on the 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 @@ -233,7 +214,8 @@ along with systemd; If not, see . sd-bus3, systemd1, systemd-bus-proxyd8, - machinectl1 + machinectl1, + wireshark1