You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2016/12/22 22:48:04 UTC

svn commit: r1775763 - in /uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2: cli/tools-ducc-status.tex ducc-uguide.tex

Author: degenaro
Date: Thu Dec 22 22:48:04 2016
New Revision: 1775763

URL: http://svn.apache.org/viewvc?rev=1775763&view=rev
Log:
UIMA-5232 DUCC missing DUCC Book Documentation
> bin/tools/ducc_status

Added:
    uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/tools-ducc-status.tex
Modified:
    uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex

Added: uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/tools-ducc-status.tex
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/tools-ducc-status.tex?rev=1775763&view=auto
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/tools-ducc-status.tex (added)
+++ uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/cli/tools-ducc-status.tex Thu Dec 22 22:48:04 2016
@@ -0,0 +1,55 @@
+% 
+% Licensed to the Apache Software Foundation (ASF) under one
+% or more contributor license agreements.  See the NOTICE file
+% distributed with this work for additional information
+% regarding copyright ownership.  The ASF licenses this file
+% to you under the Apache License, Version 2.0 (the
+% "License"); you may not use this file except in compliance
+% with the License.  You may obtain a copy of the License at
+% 
+%   http://www.apache.org/licenses/LICENSE-2.0
+% 
+% Unless required by applicable law or agreed to in writing,
+% software distributed under the License is distributed on an
+% "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+% KIND, either express or implied.  See the License for the
+% specific language governing permissions and limitations
+% under the License.
+% 
+% Create well-known link to this spot for HTML version
+\ifpdf
+\else
+\HCode{<a name='DUCC_STATUS'></a>}
+\fi
+    \section{tools/ducc\_status}
+    \label{sec:cli.tools-ducc-status}    
+
+  \paragraph{Description:}
+    The status tool is used to obtain the status of the various DUCC daemons. 
+    
+  \paragraph{Usage:}
+    \begin{description}
+    \item[Script] \ducchome/bin/tools/ducc\_status {\em options}
+    \end{description}
+    
+    \paragraph{Options:}
+    \begin{description}
+    	\item[$--$help]
+          Prints the usage text to the console. 
+        \item[$--$agents]
+          Prints status of agents to the console (in addition to the head node daemons). 
+        \item[$--$debug ]          
+          Prints internal debugging information, intended for DUCC developers or extended problem determination.      
+        \item[$--$enumerate ]          
+          Prints each individual daemon status, in addition to the summary status.    
+        \item[$--$log-format ]          
+          Prints output with timestamp.  
+        \item[$--$target host:port ]          
+          Use alternate DUCC Web Server host and port from which to fetch the data.  
+        \item[$--$version ]          
+          Prints the version of this command.                                                                                                    
+     \end{description}
+        
+    \paragraph{Notes:}
+    None.
+    
\ No newline at end of file

Modified: uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex?rev=1775763&r1=1775762&r2=1775763&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex (original)
+++ uima/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/ducc-uguide.tex Thu Dec 22 22:48:04 2016
@@ -152,7 +152,10 @@ ducc_submit --specification 1.job --proc
     \input{part2/cli/ducc-process-cancel.tex}
     \input{part2/cli/ducc-services.tex}
     \input{part2/cli/viaducc.tex}
-
+	    
+    The next sections describe various tools in detail.    
+	    
+	\input{part2/cli/tools-ducc-status.tex}
 
 % Create well-known link to this spot for HTML version
 \ifpdf