I am using JMeter to test real calls on a Tomcat server. How do I filter calls using the access log filter functions? For example, I do not want to run urls containing the parameter “system=filter”.
Thanks
Markus
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have two options.
1) Use a program like grep/sed/awk to strip out the calls you want to skip.
2) Create a custom logParser plugin or filter.
See the manual for more info on this sampler, and for details on creating the parser or filter, you’ll likely need to use the mailing list to get additional specifics.