I have a REST/WebApi
server and wanted to test its performance with concurrent queries.
My objective is to test, logically, the performance, and also if it is treating each request separately, that is, each query is handled by a process, thus avoiding bottlenecks in queries.
I'm currently using Postman
for simple tests, I've seen that it has a test tool, but it's paid for and I do not know if it meets my goal.
I wonder if there is any tool for this purpose.