Tagged Questions
1
vote
1answer
263 views
How to test HTTP Requests/sec + CPU + RAM usage?
Trying to evaluate the requirements of my Web application, I wanted to put it under load and at the same time check how it scales on memory and CPU.
But running AB/HTTPerf and htop/"pidstat -C" in a ...