So, I've got a dev VPS that I am planning to use to test several different environments and want to put them under real-world load to measure the results. Trouble is, I'm not quite for sure how to proceed as I want to ensure I get accurate results that I can easily compare when running the same tests on other setups. This will serve as a learning project for me, as I'm only familiar (currently) with relatively stock LAMP and LNMP stacks, so will allow me to learn something new about different setups as well as help me determine which would be most suitable for my own needs.
For the tests, I'll be using a Linode 2GB box. After each test and the results are measured and recorded, I'll wipe the VPS and start fresh with installing a new setup.
Currently installed on it is a simple LAMP stack with Varnish cache and a Wordpress install, but with no actual content it seems silly to run tests on it as the results would be nowhere near accurate for real-world testing.
Questions:
Thanks!
For the tests, I'll be using a Linode 2GB box. After each test and the results are measured and recorded, I'll wipe the VPS and start fresh with installing a new setup.
Currently installed on it is a simple LAMP stack with Varnish cache and a Wordpress install, but with no actual content it seems silly to run tests on it as the results would be nowhere near accurate for real-world testing.
Questions:
- What's the best way to generate dummy content to grow the DB size and to create pages?
- What's the best way to uniformly request these pages/content and measure the results?
Thanks!