Author: sebb Date: Thu Sep 18 08:56:16 2008 New Revision: 696681 URL: http://svn.apache.org/viewvc?rev=696681&view=rev Log: Add info on displaying large responses
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=696681&r1=696680&r2=696681&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Sep 18 08:56:16 2008 @@ -1920,7 +1920,9 @@ as a comma-separated list of the content-type prefixes to be matched. </p> <p>If the response data is larger than 200K, then it won't be displayed. -To change this limit, set the JMeter property <b>view.results.tree.max_size</b> +To change this limit, set the JMeter property <b>view.results.tree.max_size</b>. +You can also use save the entire response to a file using +<complink name="Save Responses to a file"/>. </p> <p>The HTML view attempts to render the response as HTML. The rendered HTML is likely to compare poorly to the view one @@ -2170,7 +2172,9 @@ <p> This test element can be placed anywhere in the test plan. For each sample in its scope, it will create a file of the response Data. - The primary use for this is in creating functional tests. + The primary use for this is in creating functional tests, but it can also + be useful where the response is too large to be displayed in the + <complink name="View Results Tree"/> Listener. The file name is created from the specified prefix, plus a number. The file extension is created from the document type, if known. If not known, the file extension is set to 'unknown'. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]