myzhan / boomer

A better load generator for locust, written in golang.
MIT License
1.18k stars 242 forks source link

task可以由master通过mq传过来后,再启动slave压测吗? #183

Closed hua-pan closed 1 year ago

hua-pan commented 1 year ago

是否可以,如locust master发送自定义的task message给boomer,boomer收到message后自行解析,再启动slaveRunner压测吗?

myzhan commented 1 year ago

不太明白什么意思,是发送 task 的代码还是配置?

hua-pan commented 1 year ago

发送task,slave接收到后再启动压测

发自我的iPhone

在 2022年12月5日,10:00,myzhan @.***> 写道:



不太明白什么意思,是发送 task 的代码还是配置?

— Reply to this email directly, view it on GitHubhttps://github.com/myzhan/boomer/issues/183#issuecomment-1336624705, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AM66PWM2VSWXLKUHC5EBU7LWLVECJANCNFSM6AAAAAASR7QIMU. You are receiving this because you authored the thread.Message ID: @.***>

myzhan commented 1 year ago

不支持,task 是 Python 的。

hua-pan commented 1 year ago

ok,了解