I have developed an API Rest, and I am doing some tests in the approval stage. This API has the function of integrating certain branch database information with the array database.
I wonder if JMeter can test thousands of user connections?
In this way, have an idea of what is the load of simultaneous connections, the time for each process, the performance and so on. It would be something like this:
- Tests simulating batch processes, such as 500 users, sending 1000 records each (POST) to save to the API database.
Can you perform these tests with Jmeter? Or is there some other technology that would help me better in this situation?