1
I’ve developed a Rest API, and I’m running some tests in the homologation stage. This API has the function of integrating certain branch database information with the matrix database.
I wonder if with Jmeter it is possible to perform tests simulating thousands of user connections?
So, to have an idea of what the simultaneous connections load is, the time for each process, the performance and etc. It would be something like this:
- Testing simulating batch processes, such as 500 users, sending 1000 records each (POST) p/ save to API database.
With Jmeter is it possible to perform these tests? Or is there some other technology that would help me better in this situation?