boomer icon indicating copy to clipboard operation
boomer copied to clipboard

我想通过output获取压测的结果

Open nanjizhilian opened this issue 1 year ago • 2 comments

现在的问题是,output里面的方法都是小写无法调用,该如何解决呢,或者方便提供一下获取也测结果的思路嘛

nanjizhilian avatar Oct 10 '24 08:10 nanjizhilian

你可以自己实现一个 Output,在 OnEvent 里面,参考 convertData 去算出你要的结果指标,然后你的 Output 去暴露这些结果。目前 OnEvent 里面拿到的都是原始数据,你要什么指标是要自己算的。

myzhan avatar Oct 14 '24 08:10 myzhan

好的,我已经实现了

---原始邮件--- 发件人: @.> 发送时间: 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: @.***>

nanjizhilian avatar Oct 14 '24 08:10 nanjizhilian