boomer
boomer copied to clipboard
我想通过output获取压测的结果
现在的问题是,output里面的方法都是小写无法调用,该如何解决呢,或者方便提供一下获取也测结果的思路嘛
你可以自己实现一个 Output,在 OnEvent 里面,参考 convertData 去算出你要的结果指标,然后你的 Output 去暴露这些结果。目前 OnEvent 里面拿到的都是原始数据,你要什么指标是要自己算的。
好的,我已经实现了
---原始邮件--- 发件人: @.> 发送时间: 2024年10月14日(周一) 下午4:44 收件人: @.>; 抄送: @.@.>; 主题: Re: [myzhan/boomer] 我想通过output获取压测的结果 (Issue #207)
你可以自己实现一个 Output,在 OnEvent 里面,参考 convertData 去算出你要的结果指标,然后你的 Output 去暴露这些结果。目前 OnEvent 里面拿到的都是原始数据,你要什么指标是要自己算的。
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>