What I’m trying to do:
Send http requests to my web application from a dynamic workflow. I would like the load tester (Jmeter) to generate it’s own workflow and post/get content to/from my site.
What I have done:
I have a dummy WordPress site that I’m using to test the CPU and memory utilization on my host machines as well as the efficiency of my load balancing algorithm. Currently, I’m using Jmeter to design my workflow and test my system. However, I realized that Jmeter is only sending the same workflow to the load balancer. Due to this, the resource utilization on my backend servers are equal across the board. I would like to test and utilize the differences in CPU utilization. Therefore, I need a way to dynamically post/receive content from my dummy WordPress site.
2
Answers
You can put all the requests under Random Order Controller
As of now JMeter is not able to automatically generate end-to-end test plan simulating real users doing various stuff to your application, the options are in: