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 2013/12/14 12:36:06 UTC

svn commit: r1550928 - /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/webserver/job-details.tex

Author: degenaro
Date: Sat Dec 14 11:36:06 2013
New Revision: 1550928

URL: http://svn.apache.org/r1550928
Log:
UIMA-3449 DUCC webserver (WS) documentation should have some screen shots

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/webserver/job-details.tex

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/webserver/job-details.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/webserver/job-details.tex?rev=1550928&r1=1550927&r2=1550928&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/webserver/job-details.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part2/webserver/job-details.tex Sat Dec 14 11:36:06 2013
@@ -233,7 +233,14 @@
             jconsole.
 
       \end{description}
-
+      
+    \begin{figure}[ht!]
+    \centering
+    \includegraphics[width=90mm]{images/ducc-webserver/Job-Details-Processes.png}
+    \caption{Processes Tab}
+    \label{overflow}
+    \end{figure}
+    
    \subsection{Work Items}
    \label{subsec:ws-work-items}
    This tab provides details for each individual work item.  Columns include:
@@ -274,7 +281,13 @@
      \item[PID]  \hfill \\
        The Unix Process Id that the work item was processed in.
    \end{description}
-   
+    
+    \begin{figure}[ht!]
+    \centering
+    \includegraphics[width=90mm]{images/ducc-webserver/Job-Details-WorkItems.png}
+    \caption{Work Items Tab}
+    \label{overflow}
+    \end{figure}  
 
    \subsection{Performance}
    \label{subsec:performance}
@@ -297,8 +310,22 @@
      \item[Max]  \hfill \\
        This is the maximum time spent by any instance of the analytic.
    \end{description}
-   
+    
+    \begin{figure}[ht!]
+    \centering
+    \includegraphics[width=90mm]{images/ducc-webserver/Job-Details-Performance.png}
+    \caption{Performance Tab}
+    \label{overflow}
+    \end{figure}  
+       
    \subsection{Specification}
    This tab shows the full job specification in the form of a Java Properties
    file.  This will include all the parameters specified by the user, plus those
    filled in by DUCC.
+    
+    \begin{figure}[ht!]
+    \centering
+    \includegraphics[width=90mm]{images/ducc-webserver/Job-Details-Specification.png}
+    \caption{Specification Tab}
+    \label{overflow}
+    \end{figure}  
\ No newline at end of file