From: Douglas Bagnall Date: Wed, 11 Jul 2018 02:37:22 +0000 (+1200) Subject: doc: samba-tool visualize uptodateness X-Git-Tag: tevent-0.9.37~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=998c4afd2d7b1a5df12f2e4d3ff1197ce1717a5f;p=thirdparty%2Fsamba.git doc: samba-tool visualize uptodateness and --xdot option. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 7f000e90f85..bab4afaed10 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -945,6 +945,13 @@ Looks at repsTo and repsFrom objects. + + + samba-tool visualize uptodateness + Looks at replication lag as shown by the + uptodateness vectors. + + GRAPHICAL MODES @@ -957,24 +964,34 @@ --dot - Generate Graphviz dot output. When viewed using - dot or xdot, this shows the network as a graph with DCs as - vertices and connections edges. Certain types of degenerate - edges are shown in different colours or line-styles. + Generate Graphviz dot output (for + ntdsconn and reps modes). When viewed using dot or + xdot, this shows the network as a graph with DCs as + vertices and connections edges. Certain types of + degenerate edges are shown in different colours or + line-styles. + + + --xdot + Generate Graphviz dot output as with + --dot and attempt to view it + immediately using /usr/bin/xdot. -r - Normally, samba-tool talks - to one database; with the -r option - attempts are made to contact all the DCs known to the first - database. This is necessary to get sensible results from - samba-tool visualize reps because the - repsFrom/To objects are not replicated, and it can reveal - replication issues in other modes. - + Normally, + samba-tool talks to one database; + with the -r option attempts + are made to contact all the DCs known to the first + database. This is necessary for samba-tool + visualize uptodateness and for + samba-tool visualize reps because + the repsFrom/To objects are not replicated, and it can + reveal replication issues in other modes. +