Skip to main content
 首页 » 编程设计

jmeter压测dubbo接口

2022年07月18日151tintown

文章参考:https://blog.csdn.net/cyjs1988/article/details/84258046

https://www.cnblogs.com/liuyuelinfighting/p/14972958.html (优先看)

dubbo服务参考:https://www.cnblogs.com/maohuidong/p/14964629.html

下载jmeter dubbo插件:https://github.com/thubbo/jmeter-plugins-for-apache-dubbo

开始:

(1)把jmeter-plugins-dubbo-2.7.8-jar-with-dependencies.jar 放在jmeter lib/ext目录下,然后重启jmeter

 (2)添加dubbo取样器

(3) 配置zookeeper 和提供者接口

(4) 配置好线程组,直接运行


本文参考链接:https://www.cnblogs.com/maohuidong/p/14973155.html