sebb 2003/10/15 17:39:04 Modified: xdocs/usermanual component_reference.xml Log: Expanded description of Proxy pattern matching Revision Changes Path 1.57 +8 -4 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.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- component_reference.xml 8 Oct 2003 18:49:41 -0000 1.56 +++ component_reference.xml 16 Oct 2003 00:39:04 -0000 1.57 @@ -826,11 +826,15 @@ button. Currently, there is no way to individually select items and delete them.</p> <p>These entries will be treated as Perl-type regular expressions. They will be matched against the host name + the path of -each browser request. Thus, if the URL you are browsing is http://jakarta.apache.org/jmeter/index.html?username=xxxx, -then the regular expression will be tested against the string: "jakarta.apache.org/jmeter/index.html". Thus, -if you wanted to include all .html files, you're regular expression might look like: ".*\.html". Using a +each browser request. Thus, if the URL you are browsing is <b>http://jakarta.apache.org/jmeter/index.html?username=xxxx</b>, +then the regular expression will be tested against the string: <b>"jakarta.apache.org/jmeter/index.html"</b>. Thus, +if you wanted to include all .html files, you're regular expression might look like: <b>".*\.html"</b>. Using a combination of includes and excludes, you should be able to record what you are interested in and skip what you are not.</p> + +<p> +N.B. the string that is matched by the regular expression must be the same as the <b>whole</b> host+path string.<br></br>Thus <b>"\.html"</b> will <b>not</b> match <b>j.a.o/index.html</b> +</p> <p>When you are ready to begin, hit "start".</p> <note>You will need to edit the proxy settings of your browser to point at the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
