Spellchecked
authorZdeněk Šustr <sustr4@cesnet.cz>
Mon, 24 Nov 2008 13:36:28 +0000 (13:36 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Mon, 24 Nov 2008 13:36:28 +0000 (13:36 +0000)
org.glite.lb.doc/src/LBTP-IntegrationTests.tex
org.glite.lb.doc/src/LBTP-Introduction.tex
org.glite.lb.doc/src/LBTP-PerfTests.tex

index 70dbe3a..f744fbe 100644 (file)
@@ -50,7 +50,7 @@ This subsection gives a comprehensive overview of all service ping tests.
 
 \subsubsection{Local tests}
 \what\ check if both \texttt{glite-lb-logd} and \texttt{glite-lb-interlogd} are running,
-check if \texttt{glite-lb-logd} is listnening on which port (9002 by default),
+check if \texttt{glite-lb-logd} is listening on which port (9002 by default),
 socket-connect to \texttt{glite-lb-logd},
 check if enough disk capacity is free for \code{dglog*} files,
 socket-connect to \texttt{glite-lb-interlogd}.
@@ -77,7 +77,7 @@ and \texttt{GLITE\_WMS\_LBPROXY\_SERVE\_SOCK} set
 
 \what\ check MySQL (running, accessible, enough disk capacity, ...),
 check if both daemons \texttt{glite-lb-bkserverd} and \texttt{glite-lb-notif-interlogd} are running,
-check if \texttt{glite-lb-bkserverd} is listnening on which ports (9000, 9001 and 9003 by default),
+check if \texttt{glite-lb-bkserverd} is listening on which ports (9000, 9001 and 9003 by default),
 socket-connect to all \texttt{glite-lb-bkserverd} ports and sockets,
 check if enough disk capacity is free for dumps,
 socket-connect to \texttt{glite-lb-notif-interlogd}.
index 4702b03..fef6b2e 100644 (file)
@@ -5,7 +5,7 @@ This document explains how to test the Logging and Bookkeeping (\LB) service.
 As part of the EGEE-III project, Specific Service Activity SA3: Integration,
 testing and certification\footnote{\url{https://twiki.cern.ch/twiki/bin/view/EGEE/SA3}},
 testing is an essential activity and all important information about gLite software
-testing should be available from the webpage
+testing should be available from the web page
 
 \begin{center}
 \url{https://twiki.cern.ch/twiki/bin/view/EGEE/EGEECertification#Test_writing}.
@@ -28,7 +28,7 @@ This document describes test plan for the \LB service.
 % \item[Layer 6 - interoperability tests:] Test for interoperability with other grids (might be interactive).
 % \end{description}
 
-According to the gLite Test Writnig Guidelines
+According to the gLite Test Writing Guidelines
 \footnote{\url{https://twiki.cern.ch/twiki/bin/view/LCG/LCGgliteTestWritingGuidelines}},
 we consider two test categories with the following test types:
 
@@ -123,7 +123,7 @@ General ideas of \LB tests using ETICS are the following
 \begin{itemize}
 \item tests are in CVS together with the code
 
-\item tests run the service themselves on some nondefault ports and perform a set of
+\item tests run the service themselves on some non-default ports and perform a set of
 elementary actions similar to those from \ctblb{}\ 
 to test the basic functionality of the service which is stopped again at the
 end of the test
index 9037d24..5c9cea0 100644 (file)
@@ -1,7 +1,7 @@
 \section{Performance and stress tests}
 \label{s:perftests}
 
-\TODO{michal: nejak sesynchronizovat s webem}
+\TODO{Michal: nejak sesynchronizovat s webem}
 In this section we describe only the general idea of performance and stress tests of \LB components.
 This work is in progress and all necessary information is updated at the wiki page:
 
@@ -13,7 +13,7 @@ The general idea is thus the following:
 
 \begin{itemize}
 
-\item All source modifications for tests are in CVS, conditionaly compiled only
+\item All source modifications for tests are in CVS, conditionally compiled only
 with appropriate symbol.
 
 \item To compile LB with performance testing enabled, set environment variable
@@ -41,7 +41,7 @@ generated and sent.
 component being tested or the next component in chain, that is instrumented to
 read and discard events immediately. The consumption itself is done by calling
 special function which takes current time, extracts timestamp from event and
-prints the difference (ie. the event processing time)\footnote{the only
+prints the difference (ie.. the event processing time)\footnote{the only
 exception is test of the logging library itself}. These "break points" are
 chosen to measure throughput of the various component parts and to identify
 possible bottlenecks within the components.
@@ -59,7 +59,7 @@ queries, for example).
       result at the end of testing.
 
     \item After completion test scripts print the table described for the
-      respective tests filled in with measured values (ie. the table
+      respective tests filled in with measured values (ie.. the table
       is not filled in manually by human tester).
 
     \item Measure event throughput by
@@ -83,7 +83,7 @@ job throughput from throughput of selected types of events?}
 
 
 In the following subsections we describe performance and stress tests for
-individual LB compoments.  They include both tests of the isolated components
+individual LB components.  They include both tests of the isolated components
 on one node (may require binaries from other components to produce/consume
 events) as well as tests of LB components among more nodes.
 
@@ -130,7 +130,7 @@ events) as well as tests of LB components among more nodes.
 
 
 % ----------------
-\subsection{Locallogger test}
+\subsection{Local logger test}
 % ----------------
 
 \begin{verbatim}
@@ -154,7 +154,7 @@ events) as well as tests of LB components among more nodes.
 
 * test description:
       - measures time required for event to be sent from client to
-        local logger and processed by locallogger. Localloger is
+        local logger and processed by local logger. Localizer is
         either instructed (by option) or instrumented to skip some
         parts of event processing:
              a) no parse, no file, no ipc
@@ -217,7 +217,7 @@ ii) events sent to IL
      stresslog
      glite_lb_interlogd_perf
      glite_lb_interlogd_perf_noparse
-        - does not parse events, server address is hardcoded
+        - does not parse events, server address is hard-coded
      glite_lb_interlogd_perf_nosync
        - does not call event_store_sync()
      glite_lb_interlogd_perf_norecover
@@ -238,25 +238,25 @@ ii) events sent to IL
 
 * test description:
      - measures time the event travels through interlogger.
-       Interlogger is instrumented to skip some parts of eventh
+       Interlogger is instrumented to skip some parts of event
        processing for particular test, specifically tests include
        these variants:
              a) disabled event parsing. The server address
-                 (eg. jobid) is hardcoded.
+                 (eg. jobid) is hard-coded.
              b) disabled event synchronization from files
              c) disabled recovery thread
              d) lazy bkserver connection close
              e) normal operation
 
      - events produced:
-           1) stresslog sends events to interlogger using the unix
+           1) stresslog sends events to interlogger using the UNIX
               domain socket and logd->interlogger protocol, events are
               stored in files (stresslog behaves like logd)
  TODO: pro toto neni funkce v producerske knihovne
            2) interlogger reads events from event files created by
               stresslog (by recovery thread)
            3) stresslog stores events to files and every n-th
-              (optional argument) is sent also through the unix socket
+              (optional argument) is sent also through the UNIX socket
 
      - events consumed:
            i) discarded instead of being sent
@@ -342,11 +342,11 @@ ii) events sent to empty bkserver
 
 * test description:
      - measures time required for processing event by LB proxy. Test
-       is performed with (a)) and without (b)) checking for duplicit
+       is performed with (a)) and without (b)) checking for duplicate
        events.
 
      - events produced:
-          - stresslog sends events using the IL protokol on local
+          - stresslog sends events using the IL protocol on local
             socket (using DoLogEventProxy())
 
      - events consumed:
@@ -412,11 +412,11 @@ b) without duplicity check:
 
 * test description:
      - measures time required for processing event by LB server. Test
-       is performed with (a)) and without (b)) checking for duplicit
+       is performed with (a)) and without (b)) checking for duplicate
        events.
 
      - events produced:
-          - stresslog sends events using the IL protokol (using DoLogEventDirect())
+          - stresslog sends events using the IL protocol (using DoLogEventDirect())
 
      - events consumed:
            i) before parsing