mstover1    02/03/03 09:01:41

  Modified:    xdocs/images/screenshots assertion_results.gif
                        modification.gif view_result_tree.gif
                        view_results.gif
               xdocs/stylesheets project.xml site.vsl
               xdocs/usermanual component_reference.xml
  Added:       xdocs/images/screenshots graph_results.gif
                        spline_visualizer.gif
  Log:
  Updating documentation
  
  Revision  Changes    Path
  1.2       +11 -6     jakarta-jmeter/xdocs/images/screenshots/assertion_results.gif
  
        <<Binary file>>
  
  
  1.2       +38 -1320  jakarta-jmeter/xdocs/images/screenshots/modification.gif
  
        <<Binary file>>
  
  
  1.2       +13 -9     jakarta-jmeter/xdocs/images/screenshots/view_result_tree.gif
  
        <<Binary file>>
  
  
  1.2       +8 -8      jakarta-jmeter/xdocs/images/screenshots/view_results.gif
  
        <<Binary file>>
  
  
  1.1                  jakarta-jmeter/xdocs/images/screenshots/graph_results.gif
  
        <<Binary file>>
  
  
  1.1                  jakarta-jmeter/xdocs/images/screenshots/spline_visualizer.gif
  
        <<Binary file>>
  
  
  1.9       +3 -22     jakarta-jmeter/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/stylesheets/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       20 Feb 2002 14:16:12 -0000      1.8
  +++ project.xml       3 Mar 2002 17:01:41 -0000       1.9
  @@ -10,33 +10,14 @@
         <menu name="About">
                  <item name="Overview"               href="/index.html"/>
                  <item name="Download"               
href="http://jakarta.apache.org/builds/jakarta-jmeter/"/>
  -               <item name="Install"                href="/installing.html"/>
  -               <item name="Running"                href="/running.html"/>
  -               <item name="Extending"              href="/extending/index.html"/>
                  <item name="Changes"                href="/changes.html"/>
                  <item name="Known Bugs"             
href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=JMeter&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time"/>
                  <item name="License"                href="/license.html"/>
                  <item name="TODO"                   href="/todo.html"/>
         </menu>
  -      <menu name="User Manual">
  -             <item name="Table of Contents"        href="/usermanual/index.html"/>
  -             <item name="Introduction"             href="/usermanual/intro.html"/>
  -             <item name="Getting Started"          
href="/usermanual/get-started.html"/>
  -             <item name="Building a Test Plan"     
href="/usermanual/build-test-plan.html"/>
  -             <item name="Test Plan - Thread Group"     
href="/usermanual/thread-group.html"/>
  -             <item name="Test Plan - Controllers"      
href="/usermanual/controller.html"/>
  -             <item name="Test Plan - Listeners"        
href="/usermanual/listener.html"/>
  -             <item name="Test Plan - Timers"           
href="/usermanual/timer.html"/>
  -             <item name="Test Plan - Assertions"       
href="/usermanual/assertion.html"/>
  -             <item name="Test Plan - FTP Config"   
href="/usermanual/ftp-config.html"/>
  -             <item name="Test Plan - HTTP Config"  
href="/usermanual/http-config.html"/>
  -             <item name="Test Plan - JDBC Config"  
href="/usermanual/jdbc-config.html"/>
  -             <item name="Building a Web Test Plan"      
href="/usermanual/build-web-test-plan.html"/>
  -             <item name="Building an Adv. Web Test Plan" 
href="/usermanual/build-adv-web-test-plan.html"/>
  -             <item name="Building a Database Test Plan" 
href="/usermanual/build-db-test-plan.html"/>
  -             <item name="Building a FTP Test Plan"      
href="/usermanual/build-ftp-test-plan.html"/>
  -             <item name="Remote Testing"                
href="/usermanual/remote-test.html"/>
  -             <item name="Best Practices"                
href="/usermanual/best-practices.html"/>
  +      <menu name="Documentation">
  +             <item name="User Manual"        href="/usermanual/index.html"/>
  +             <item name="Developer Manual"       href="/extending/index.html"/>
         </menu>
         <menu name="Community">
                  <item name="Get Involved"           href="/site/getinvolved.html"/>
  
  
  
  1.7       +6 -5      jakarta-jmeter/xdocs/stylesheets/site.vsl
  
  Index: site.vsl
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/stylesheets/site.vsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- site.vsl  1 Mar 2002 00:09:06 -0000       1.6
  +++ site.vsl  3 Mar 2002 17:01:41 -0000       1.7
  @@ -156,14 +156,15 @@
   
   #macro (seeAlso $seeAlso)
        <p><b>See Also:</b>
  -     <br/>
  +     <ul>
        #foreach ($items in $seeAlso.getChildren())
                #if($items.getName() == "link")
  -                     <a 
href="$items.getAttributeValue("href")">$xmlout.outputString($items,true)</a>,
  +                     <li><a 
href="$items.getAttributeValue("href")">$xmlout.outputString($items,true)</a></li>
                #elseif($items.getName() == "complink")
  -                     #complink($items),
  +                     <li>#complink($items)</li>
                #end
        #end
  +     </ul>
        </p>
   #end
   
  @@ -288,7 +289,7 @@
   #end
   
   #macro ( section $section)
  -      <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +      <table border="0" cellspacing="0" cellpadding="2">
                <tr><td bgcolor="$bannerbg">
                  <font color="$bannerfg" face="arial,helvetica,sanserif">
                         <a 
name="$!section.getAttributeValue("anchor")"><strong>$section.getAttributeValue("name")</strong></a>
  @@ -360,7 +361,7 @@
                  </head>
   
                  <body bgcolor="$bodybg" text="$bodyfg" link="$bodylink">
  -                             <table border="0" width="100%" cellspacing="0">
  +                             <table border="0" cellspacing="0">
                                         <!-- TOP IMAGE -->
                                         <tr>
                                                  #getProjectImage()
  
  
  
  1.9       +61 -11    jakarta-jmeter/xdocs/usermanual/component_reference.xml
  
  Index: component_reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- component_reference.xml   3 Mar 2002 02:37:45 -0000       1.8
  +++ component_reference.xml   3 Mar 2002 17:01:41 -0000       1.9
  @@ -324,35 +324,85 @@
   <subsection name="13.3 Listeners" anchor="listeners">
   
   <component index="13.3.1" name="View Graph Tree" screenshot="">
  -<description></description>
  +<description>No Description</description>
   </component>
   
  -<component index="13.3.2" name="Graph Full Results" 
screenshot="../images/screenshots/graph_full_results.gif">
  -<description></description>
  +<component index="13.3.2" name="Graph Full Results" screenshot="">
  +<description>No Description</description>
   </component>
   
  -<component index="13.3.3" name="Graph Results" screenshot="">
  -<description></description>
  +<component index="13.3.3" name="Graph Results" 
screenshot="../images/screenshots/graph_results.gif">
  +<description><p>The Graph Results listener generates a simple graph that plots all 
sample times.  Along
  +the right side of the graph, the current sample (black), the current average of all 
samples(blue), and the
  +current standard deviation (red) are displayed in milliseconds.</p></description>
   </component>
   
  -<component index="13.3.4" name="Spline Visualizer" screenshot="">
  -<description></description>
  +<component index="13.3.4" name="Spline Visualizer" 
screenshot="../images/screenshots/spline_visualizer.gif">
  +<description><p>The Spline Visualizer provides a view of all sample times from the 
start
  +of the test till the end, regardless of how many samples have been taken.  The 
spline
  +has 10 points, each representing 10% of the samples, and connected using spline
  +logic to show a single continuous line.</p></description>
   </component>
   
   <component index="13.3.5" name="Assertion Results" 
screenshot="../images/screenshots/assertion_results.gif">
  -<description></description>
  +<description><p>The Assertion Results visualizer shows the URL of each sample taken 
(no time information
  +is shown).  It also reports failures of any <a 
href="test_plan.html#assertions">Assertions</a> that
  +are part of the test plan.</p></description>
  +
  +<links>
  +     <complink name="Basic Assertion"/>
  +</links>
   </component>
   
   <component index="13.3.6" name="File Reporter" 
screenshot="../images/screenshots/file_reporter.gif">
  -<description></description>
  +<description>The File Reporter records sample data to a file.</description>
  +
  +<properties>
  +     <property name="Filename" required="Yes">Name of file to save samples 
to.</property>
  +     <property name="Append to Existing Data File" required="No">If yes, then data 
is appended to the
  +     end of the file.  If no, then JMeter erases the previous contents of the file 
when you hit "Open".</property>
  +     <property name="Automatically Flush Data After Each Sample" 
required="No">Normally, the file is
  +     not written continuously.  If selected, each sample will be written to the 
file as it comes in.</property>
  +     <property name="Verbose Output" required="No">Sample Verbose Output:
  +     <blockquote><pre>
  +# Sample data created by null
  +
  +#       URL                    Milliseconds
  +
  +http://jakarta.apache.org/ 1650,
  +http://jakarta.apache.org/ 1920,
  +http://jakarta.apache.org/ 1200,
  +http://jakarta.apache.org/ 1650,
  +http://jakarta.apache.org/ 1700,
  +http://jakarta.apache.org/ 1980,</pre></blockquote>
  +Sample Non-Verbose Output:
  +<blockquote><pre>4440
  +4830
  +6540
  +5550
  +3080
  +3350</pre></blockquote></property>
  +     <property name="Include Submitted Data" required="No">This will include all 
data JMeter sent
  +     with the request, beyond the URL (ie POSTed data for web testing, SQL 
statements for
  +     database testing).</property>
  +     <property name="Open" required="Yes (in a sense)">Until you hit "Open", no 
sample data will be
  +     recorded.  Normally, you would do this before starting the test.</property>
  +     <property name="Flush" required="No">Sends all data collected to the file.  If 
"Automatically Flush Data After Each Sample"
  +     was selected, this is unnecessary.</property>
  +     <property name="Close" required="No">Closes the file, flushing all collected 
data at the same time.</property>
  +</properties>
   </component>
   
   <component index="13.3.7" name="View Results" 
screenshot="../images/screenshots/view_results.gif">
  -<description></description>
  +<description>The View Results visualizer displays the response from the server.  No 
time information
  +is given.  Hit the "Next" button to view the next sample response.  Consider using 
the
  +<complink name="View Result_Tree"/> instead.</description>
   </component>
   
   <component index="13.3.8" name="View Result Tree" 
screenshot="../images/screenshots/view_result_tree.gif">
  -<description></description>
  +<description>The View Results Tree shows a tree of all sample responses, allowing 
you to view the
  +response for any sample.  In addition to showing the response, you can see the time 
it took to get
  +this response, and some response codes.</description>
   </component>
   
   </subsection>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to