admin管理员组

文章数量:1384701

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

I 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.

本文标签: mysqlHow to simulate web traffic to test performance of a website