1 Star 0 Fork 5

svchat/C1000K_Test

forked from 野火IM/C1000K_Test 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
startTest.sh 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
heavyrian2012 提交于 2022-06-25 11:41 . 修正说明
#!/bin/bash
# 压测机数量
j=20
# 上传测试工具
for ((i=1; i<=j; i++))
do
x=$[(i-1) * 50000]
sed "s/UserStartIndex/${x}/" config.toml > config.toml.bak
ssh -o "StrictHostKeyChecking no" test${i} "sysctl -w net.ipv4.tcp_tw_reuse=1 ; sysctl -w net.ipv4.tcp_tw_recycle=1 ; sysctl -w net.ipv4.ip_local_port_range='1024 65535'"
scp config.toml.bak test${i}:~/config.toml
scp wfcstress test${i}:~/
rm -rf scp config.toml.bak
done
#同时开始
for ((i=1; i<=j; i++))
do
x=$[(i-1) * 50000]
ssh -o ServerAliveInterval=10 test${i} "nohup ./wfcstress > console.log 2>&1 &"
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/svchat/C1000K_Test.git
git@gitee.com:svchat/C1000K_Test.git
svchat
C1000K_Test
C1000K_Test
main

搜索帮助