zoukankan      html  css  js  c++  java
  • (jmeter笔记) websocket接口测试

    1.在进程选择WebSocket Sampler

     2.Websocket Sampler 界面

     webserver

    Server Name or IP:输入连接的websocket服务器ip

    Port Number:输入websocket服务器端口

    Timout(milliseconds)

    connection:连接超时时间

    Response:响应超时时间

    WebSocket Request

    Implementation: websocket实现规范>>>RFC6455 (v13)

    Protocol [ws/wss]: WS websocket不加密连接;WSS(Web Socket Secure) websocket加密安全连接

    path:连接路径(没有就不用填了)

    Request data:传输数据内容

    WebSocket Response

    Response pattern:输入websocket连接过程中等待返回包含的信息,连接不停止

    Message backlog:信息保留长度

    Close connection pattern:输入websocket连接过程中等待返回包含的信息,连接停止

    Proxy Server (currently not supported by jetty)

    Server Name or IP:代理服务器ip

    Port Number:代理服务器端口

    Username:代理服务器账号

    Password: 代理服务器密码

  • 相关阅读:
    (8)Normalization
    (7)Drop out/Drop block
    (6)data augmentation——遮挡
    (5)label smooth
    (4)Focal loss
    (3)data augmentation——pixel-wise
    ostringstream 性能测试
    CPU & 多线程
    PC 常备软件(windows)
    编译器前端简介
  • 原文地址:https://www.cnblogs.com/worldbugMsg/p/13360826.html
Copyright © 2011-2022 走看看