shulieTech / Takin

Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.
Apache License 2.0
1.31k stars 330 forks source link

surge服务怎么重启 #135

Closed fariytale018 closed 1 year ago

fariytale018 commented 1 year ago

单独启docker内部的surge服务怎么启?

zhang19970916 commented 1 year ago

只需要把进程kill掉,然后重新执行启动脚本命令即可(可以通过初始化安装脚本init_install.sh找到: java -Xms512m -Xmx512m -Xss1m -cp surge-deploy-pradar-storm-1.0.jar io.shulie.surge.data.deploy.pradar.bootstrap.PradarTopologyBootStrap -DSourceType=MYSQL -DWorkers=1 -DNet={\"172.17.0.2\":\"$APPIP\"} >surge.out 2>&1 &)

参数自定义修改