文件名称:stress-go:压测工具
文件大小:6KB
文件格式:ZIP
更新时间:2024-04-20 04:32:59
Go
压力大 压测工具 目录结构 |---- main.go // main主函数 |---- server | |---- dispose.go // 压测启动,注册验证器、启动统计函数、启动协程进行压测 | |---- statistics | | |---- statistics.go // 接收压测统计结果 | |---- golink | | |---- http_link.go | | |---- websocket_link.go | |---- client | | |---- http_client.go | | |---- websocket_client.go | |---- verify
【文件预览】:
stress-go-master
----server()
--------client()
--------golink()
----model()
--------request_model.go(0B)
----cgo()
--------stdout_output.go(186B)
--------stdout_output.h(35B)
--------stdout_output.c(150B)
----LICENSE(1KB)
----main.go(2KB)
----.gitignore(269B)
----go.sum(0B)
----README.md(1KB)
----helper()
--------helper.go(0B)
----go.mod(44B)