Author: milamber
Date: Fri May 18 19:55:11 2012
New Revision: 1340224

URL: http://svn.apache.org/viewvc?rev=1340224&view=rev
Log:
Fix some names (jakarta-jmeter -> apache-jmeter)
Add mention to new error/fatal counter
Add Smtp behavior

Added:
    jmeter/trunk/docs/images/screenshots/log_errors_counter.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/log_errors_counter.png   (with props)
Modified:
    jmeter/trunk/xdocs/index.xml
    jmeter/trunk/xdocs/usermanual/get-started.xml

Added: jmeter/trunk/docs/images/screenshots/log_errors_counter.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/log_errors_counter.png?rev=1340224&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/log_errors_counter.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: jmeter/trunk/xdocs/images/screenshots/log_errors_counter.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/log_errors_counter.png?rev=1340224&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/log_errors_counter.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: jmeter/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/index.xml?rev=1340224&r1=1340223&r2=1340224&view=diff
==============================================================================
--- jmeter/trunk/xdocs/index.xml (original)
+++ jmeter/trunk/xdocs/index.xml Fri May 18 19:55:11 2012
@@ -49,7 +49,7 @@ behavior under heavy concurrent load.
            <li>Database via JDBC</li>
            <li>LDAP</li>
            <li>JMS</li>
-           <li>Mail - POP3(S) and IMAP(S)</li>
+           <li>Mail - SMTP(S), POP3(S) and IMAP(S)</li>
            <li>Native commands or shell scripts</li>
            </ul>
        </li>

Modified: jmeter/trunk/xdocs/usermanual/get-started.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/get-started.xml?rev=1340224&r1=1340223&r2=1340224&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jmeter/trunk/xdocs/usermanual/get-started.xml Fri May 18 19:55:11 2012
@@ -173,18 +173,18 @@ and the JAVA_HOME environment variable s
 Note: there can be problems (especially with client-server mode) if the 
directory path contains any spaces.
 </p>
 <p>
-The installation directory structure should look something like this (for 
version 2.3.1):
+The installation directory structure should look something like this (for 
version 2.7):
 <pre>
-jakarta-jmeter-2.3.1
-jakarta-jmeter-2.3.1/bin
-jakarta-jmeter-2.3.1/docs
-jakarta-jmeter-2.3.1/extras
-jakarta-jmeter-2.3.1/lib/
-jakarta-jmeter-2.3.1/lib/ext
-jakarta-jmeter-2.3.1/lib/junit
-jakarta-jmeter-2.3.1/printable_docs
+apache-jmeter-2.7
+apache-jmeter-2.7/bin
+apache-jmeter-2.7/docs
+apache-jmeter-2.7/extras
+apache-jmeter-2.7/lib/
+apache-jmeter-2.7/lib/ext
+apache-jmeter-2.7/lib/junit
+apache-jmeter-2.7/printable_docs
 </pre>
-You can rename the parent directory (i.e. jakarta-jmeter-2.3.1) if you want, 
but do not change any of the sub-directory names.
+You can rename the parent directory (i.e. apache-jmeter-2.7) if you want, but 
do not change any of the sub-directory names.
 </p>
 </section>
 
@@ -365,6 +365,13 @@ jmeter -LDEBUG</pre>
                It defaults to <b>jmeter.log</b>, and will be found in the 
directory from which JMeter was launched.
                </p>
                <p>
+               Since JMeter 2.6, menu <b>Options > Log Viewer</b> display the 
log file in a bottom pane on main JMeter window. 
+               </p>
+               <p>
+               Since JMeter 2.7 (GUI mode), the number of error/fatal messages 
logged in the log file is display at top-right. 
+               </p>
+               <figure image="log_errors_counter.png">Error/fatal 
counter</figure>
+               <p>
                JMeter versions after 2.2 added a new command-line option, -j 
jmeterlogfile. 
                This is processed after the initial properties file is read,
                and before any further properties are processed. 


Reply via email to