naver / ngrinder

enterprise level performance testing solution
naver.github.io/ngrinder
Apache License 2.0
2.02k stars 477 forks source link

How to perform TCP (socket) request test based on protobuf protocol #460

Open mattmattnice opened 5 years ago

mattmattnice commented 5 years ago

How to perform TCP (socket) request test based on protobuf protocol

Kim-LL commented 4 years ago

你能看懂汉字就行,你用 java 的话先用 protobuf 生成 java文件,然后直接引入,或者你打成 maven 依赖。使用socket 接受后直接序列化对象,我这边全是你那种的,只不过通过http接受相应体后在进行反序列化。但是有一点如果使用创建maven 项目的时候,如果你依赖了 本地私有库的东西,记得修改下ngrinder 的 maven 配置,需要在启动用户的~/.m2/settings.xml 这添加你们自己的配置文件