I have to test a WordPress site performance on an Ubuntu server running on apache2 and mysql, what the best way to simulate web traffic to see how the theme, plugins, database, cpu, and ram is performing?
I have to test a WordPress site performance on an Ubuntu server running on apache2 and mysql, what the best way to simulate web traffic to see how the theme, plugins, database, cpu, and ram is performing?
Share Improve this question asked May 1, 2020 at 22:41 mhwebmhweb 651 silver badge6 bronze badges1 Answer
Reset to default 0I think what you are looking for is Jmeter's Access Log Sampler: https://jmeter.apache/usermanual/component_reference.html#Access_Log_Sampler
You can use that to replay your Apache logs at various volumes and concurrences.