英文:
Benchmark tools for the AMQP message broker LavinMQ
问题
我已经在使用 AMQP 消息代理 LavinMQ 一段时间了。在我们投入生产之前,我想要进行一些基准测试/吞吐量测试。有人已经在 LavinMQ 上进行过一些基准测试吗?如果是的话,你使用了哪个工具?
我已经使用 RabbitMQ PerfTest 进行了测试,但我不确定是否这是正确的方法。
英文:
I have been playing around with the AMQP message broker LavinMQ for a while now. I want to do some benchmarking/test the thoughput before we go into production. Has anyone done some benchmarking on LavinMQ? If so - which tool have you used?
I have test with with RabbitMQ PerfTest, but I don't know if that is the right way to go.
答案1
得分: 1
你可以使用PerfTest,但它无法发送足够快的消息。 LavinMQ能够处理比PerfTest能够生成的更多消息。
我建议使用与LavinMQ一起提供的工具,即lavinmqperf。
这里是一些文档:https://lavinmq.com/documentation/lavinmqperf
英文:
You can use PerfTest, but its not going to be able to send messages fast enough. LavinMQ has the ability to handle a higher volume of messages than what PerfTest is capable of generating.
I would recommend using the tool that comes with LavinMQ, lavinmqperf.
Here is some documentation: https://lavinmq.com/documentation/lavinmqperf
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论