你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
JackGe
赞同来自:
zqc0512 - andy zhou
要回复问题请先登录或注册
2 个回复
JackGe
赞同来自:
可以分布式压测
1.选择一台作为coordinator
esrallyd start --node-ip=x.x.x.x --coordinator-ip=x.x.x.x
2.在其他节点上运行
esrallyd start --node-ip=x.x.x.x --coordinator-ip=x.x.x.x
esrallyd start --node-ip=x.x.x.x --coordinator-ip=x.x.x.x
3.执行压测时增加参数 --load-driver-hosts
esrally race --pipeline=benchmark-only --load-driver-hosts=x.x.x.x,x.x.x.x,x.x.x.x --target-hosts=x.x.x.x:9200 --track=ustest --challenge=append-no-conflicts --distribution-version=2.3.3 --offline
可以参考官网https://esrally.readthedocs.io ... river
zqc0512 - andy zhou
赞同来自:
忘却了。这个压力测试,感觉瓶颈在硬盘读取文件上面,5G文件,本地IO很高的。