Server Settings for 30 Concurrent Users

Hello,

I want to prepare a production server using VirtualBox VM. Allocated 24GB RAM and 24 core CPU for 30 concurrent users to cater. Do I need to configure anything else like Redis, NGINX etc.?

What are the standard process of load testing using software/scripts?

Check https://locust.io

Define user behaviour with Python code, and swarm your system with millions of simultaneous users.

1 Like