Giter Club home page Giter Club logo

Comments (2)

link1st avatar link1st commented on September 23, 2024

这里并发数 从 0(1s时候) => 10(2s时候),webSocket 是连接成功了,从错误码来看应该是验证器校验返回结果没有通过

  • 调试模式查看,可以查看到返回数据是什么
go run main.go -c 10 -n 1 -d true -u ws://127.0.0.1:4455/
  • 自定义 webSocket 验证器

webSocket 压测的时候在接收请求返回数据的时候会验证结果是否正确,验证函数如下文件处:

websokcet_verify.go

正确的返回数据示例:{"seq":"1566276523281-585638","cmd":"heartbeat","response":{"code":200,"codeMsg":"Success","data":null}}

因为各个业务不同,如果这个验证器不太合适,可以在这个函数处自行改造

// isSucceed 为验证是否成功,true的时候才成功数才可以+1
func WebSocketJson(request *model.Request, seq string, msg []byte) (code int, isSucceed bool)
  • 自定义webSocket发送数据

如果需要自定义发送数据,可以修改 websocket_link.go 第91行位置

from go-stress-testing.

boobusy avatar boobusy commented on September 23, 2024

看了代码懂了,3q

from go-stress-testing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.