jMeter テスト用にいくつかの URL を除外する必要があります。
除外しないでください:
http://foo/bar/is/valid/with/this
http://foo/bar/is/also/valid/with/that
除外:
http://foo/bar/is/not/valid/with/?=action
http://foo/bar/is/not/valid/with/?=action
http://foo/bar/is/not/valid/with/specialword
私を助けてください?
私の次の正規表現は機能していません:
foo/(\?=|\?action|\?form_action|specialword).*