我参考本教程 :http://seleniumparadise.blogspot.com/2015/07/jmeter-web-socket-testing.html
我正在尝试测试网络套接字,但它无法运行plot(
as.phylo(hc),
type = "fan",
tip.color = hsv(runif(15, 0.65, 0.95), 1, 1, 0.7),
edge.color = hsv(runif(10, 0.65, 0.75), 1, 1, 0.7),
edge.width = runif(20, 0.5, 3),
use.edge.length = TRUE,
col = "gray80")
请求。
我的WebSocket:
HTTP
如何在我的网络套接字中获取套接字ID?
答案 0 :(得分:0)
我认为您不能使用HTTP请求采样器测试WebSocket协议,而是建议使用WebSocket Sampler plugin。安装插件的最简单方法是使用JMeter Plugins Manager