【发布时间】:2016-03-08 10:29:36
【问题描述】:
我正在尝试使用 Apache Jmeter。 我遵循了这个教程:http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf
当我启动代理记录一些样本时,我在记录控制器中没有得到任何 html-samples。如果我删除了包含 URL-Schme '.*\.html' 的内容,那么除了 html 文件之外,我会得到很多东西......
有什么想法吗? 谢谢。
【问题讨论】:
-
除了 html 之外,也可以使用 Exclude 来完成。在这种情况下,无需提供包含。即 include(html)=exclude(html 除外)。
标签: html apache jmeter record sample