-
Notifications
You must be signed in to change notification settings - Fork 2
br0xpl/ec2-jmeter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Setup Ubuntu VM with openjdk-8-jre installed in ec2. 2. Copy apache-jmeter-3.0/ to home direcotry of user ubuntu. 3. Setup jmeter-server to start after startup. In /etc/rc.local: sudo -u ubuntu nohup bash -c "cd /home/ubuntu/; while true; do /home/ubuntu/apache-jmeter-3.0/bin/jmeter-server > /home/ubuntu/jmeter-server.log 2> /home/ubuntu/jmeter-server.err; done;" > /dev/null 2> /dev/null & 4. Poweroff the machine and in EC2 create an AMI (Image -> Create Image) 5. Go to AMI in EC2 console and read the AMI-id. Put it into the config file. 6. Setup your credentials in config or in .aws 7. Run new instances e.g.: ./ec2 create 2 8. Run tests: ./start.py start test.jmx output1.txt output2.txt 9. Terminate instances: ./ec2 terminate 10. Additionally, you can propagate files to all servers using propagate (in start.py) and ssh, list (in ec2.py).
About
Scripts for managing ec2 instances and running the performance jmx files in distributed mode.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published