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 测试计划中实现了一个 BeanShell 侦听器,我用它来运行一个脚本,该脚本在每个请求之后将信息发送到 Splunk。但是,我现在希望能够在每次 Thread 运行结束时生成类似的消息,无论其执行是否存在错误。
目前,当发生错误时,我会启动下一个线程。我想在这个阶段运行另一个 BeanShell 脚本,我可以在其中收集该线程的摘要信息并将其发送到 Splunk,然后再启动下一个线程。这可能吗?
您的选择是编写一个实现 ThreadListener 的类:
另见: