You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/08/28 22:39:34 UTC

svn commit: r1378319 - /jmeter/trunk/xdocs/usermanual/best-practices.xml

Author: pmouawad
Date: Tue Aug 28 20:39:33 2012
New Revision: 1378319

URL: http://svn.apache.org/viewvc?rev=1378319&view=rev
Log:
Add advise on memory expensive listeners

Modified:
    jmeter/trunk/xdocs/usermanual/best-practices.xml

Modified: jmeter/trunk/xdocs/usermanual/best-practices.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/best-practices.xml?rev=1378319&r1=1378318&r2=1378319&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/best-practices.xml (original)
+++ jmeter/trunk/xdocs/usermanual/best-practices.xml Tue Aug 28 20:39:33 2012
@@ -137,6 +137,7 @@ Some suggestions on reducing resource us
 <ul>
 <li>Use non-GUI mode: jmeter -n -t test.jmx -l test.jtl</li>
 <li>Use as few Listeners as possible; if using the -l flag as above they can all be deleted or disabled.</li>
+<li>Don't use "View Results Tree" or "View Results in Table" listeners during the load test, use them only during scripting phase to debug your scripts.</li>
 <li>Rather than using lots of similar samplers, 
 use the same sampler in a loop, and use variables (CSV Data Set) to vary the sample. 
 Or perhaps use the Access Log Sampler.