socketcluster icon indicating copy to clipboard operation
socketcluster copied to clipboard

SocketCluster with JMeter

Open MadGeometer opened this issue 5 years ago • 1 comments

Are there any tutorials for testing SocketCluster with JMeter? We are trying to use the the "JMeter WebSocket Samplers" plugin and it is having a problem with ping-pong messages. Any help would be greatly appreciated!

MadGeometer avatar Dec 10 '18 19:12 MadGeometer

Hi @MadGeometer , were you able to achieve your goal? Having same issue right now. My first idea - for testing purpose we can bump these values:

  // The interval in milliseconds on which to
  // send a ping to the client to check that
  // it is still alive
  pingInterval: 8000,

  // How many milliseconds to wait without receiving a ping
  // before closing the socket
  pingTimeout: 20000,

makarov-roman avatar Jul 15 '19 13:07 makarov-roman