Inquiry on How to Perform Load Testing

First, I would like to express my gratitude for creating such a wonderful library. Thanks to it, I was able to take on an exciting project.

However, I am currently facing a new challenge. I want to determine how many users our server can accommodate (i.e., I want to perform a load test).

If anyone in the community has experience with load testing, could you please share your methods?

I am using y-websocket and have the following specific concerns:

  1. I am attempting to use JMeter, but I am stuck at the point where data is sent and received in the Uint8Array format. Has anyone encountered and solved this issue?
  2. Is there a more suitable testing tool/method than JMeter for this purpose?

Thank you to everyone who reads this.

Hi @devysi0827 ,

You should create actual websocket connections. I’m not aware of any tools that allow you to do that. However, I’m not sure if it’s worth benchmarking this anyway.

If you build your own backend, you are probably limited by the number of opened documents, not by the number of updates you can receive.

Thank you very much for your response

i find another way to test