Skip to content

socket.io failed connections when testing with Artillery #4341

Discussion options

You must be logged in to vote

Hi!

  • which version of artillery are you using? It seems there was a lot of updates recently. Does it run in multi-threaded mode?

  • did you try with manual client creation?

  • which arrivalRate are you using? Sometimes a high arrivalRate can lead to issues from artillery.

I was able to happily go to 25k clients without any problem on my machine with one single Socket.IO server ([email protected]):

config:
  target: "http://localhost:3000"
  phases:
    - duration: 480
      arrivalRate: 200

Result:

All virtual users finished
Summary report
  Scenarios launched:  96000
  Scenarios completed: 96000
  Requests completed:  0
  Mean response/sec: NaN
  Response time (msec):
    min: NaN
    ma…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@darrachequesne
Comment options

@DouglasLapsley
Comment options

@DouglasLapsley
Comment options

@darrachequesne
Comment options

@DouglasLapsley
Comment options

Answer selected by darrachequesne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants