Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JMeter 测试 Tomcat 服务器上的真实调用。如何使用访问日志过滤功能过滤呼叫?例如,我不想运行包含参数“system=filter”的 url。
谢谢马库斯
你有两个选择。
1) 使用诸如 grep/sed/awk 之类的程序去除您想要跳过的调用。 2) 创建自定义 logParser 插件或过滤器。
有关此采样器的更多信息,请参阅手册,有关创建解析器或过滤器的详细信息,您可能需要使用邮件列表来获取更多细节。