Hello,
I was wondering if Gatling (free) show an output in real time of his CPU and Memory usage.
How I can know what’s power is requiered before I perform my test ?
What is the limit ? Threads number, memory, CPU, … ?
What I should take care of ?
Imagine like an easy scenario :
- 1 call to an API with GET option = if 1000 calls per second, what would be approximately the CPU and Memory consumed ?
I try to check with my IDE Intellij
Thanks,