Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

davidjeddy/high_load_cms_for_less_than_the_price_of_lunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[!WARNING] ⚠️ This project has been archived and is no longer maintained. ⚠️

Github has shown it does not respect its users. Other have said it better than I can.

Development has moved to Codeberg: ➡️ https://codeberg.org/DavidJEddy/high_load_cms_for_less_than_the_price_of_lunch

Please update your remotes:

git remote set-url origin https://codeberg.org/DavidJEddy/high_load_cms_for_less_than_the_price_of_lunch

Usage

Pre-req's:

Usage

Configurations / Setup

export PATH=$PATH:/path/to/gatling/bin/

cd ~/configs/CACHE_OPTION
terraform init
terraform plan -out tf.plan

Execution

terraform apply -auto-approve tf.plan

Test

cd /path/to/root/of/this/project

JAVA_OPTS="-Dtarget=TERRAFORM_OUTPUT_IP" \
gatling.sh \
-sf ./testing/load/gatling \
-rf ./testing/load/gatling/results/CACHE_OPTION/ \
-s HighLoadCMS

Exp:

 JAVA_OPTS="-Dtarget=35.170.196.248" ./gatling.sh -sf ./testing/load/gatling -rf ./testing/load/gatling/results/nginx_cache -s HighLoadCMS -rd 'nginx cache test 2'

Tear down

terraform destroy -auto-approve

Notes

wordpress cache plugin used is WP Fastest Cache with the following settings.

[IMG HERE]

Report Reading

Gatling.io has an explainatin of how to interprest the results output.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors