jmeter-ecs icon indicating copy to clipboard operation
jmeter-ecs copied to clipboard

my project load test time is 3hours so i want to check what process is going in between time .how i will identify

Open vignesLYM opened this issue 7 years ago • 2 comments

Hi smith, i have done load test using this interface .really very good ..but i need some clarification .pls clear me when i am doing long project load testing for my existing environment some time it will success or some time error will occur after 5 or 10 min. so i can identify easily in windows machine in on the fly. but in this ecs environment i am waiting for full completion .so my time is wasting so kindly guide me correct way.so how i will get response in between time .

vignesLYM avatar Mar 14 '19 17:03 vignesLYM

This is not currently supported. We are running JMeter in "nongui" mode (-n) with remote start (-R) on the Minion instances. Gru waits for all instances to complete in order to build the HTML report.

If we can make this work outside of ECS using nongui mode, then we could upgrade Gru to support this feature. If JMeter nongui mode supports this, I am unaware of how to configure it.

dsperling avatar Mar 17 '19 15:03 dsperling

ssh -i $PEM_PATH/$KEY_NAME.pem -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ec2-user@${GRU_HOST} \ "docker run -d -p 8082:80 -v /logs/:/var/www/html/ php:apache"

i used above comment for long hour testing we can read in between master jtl file

vignesLYM avatar Apr 02 '19 13:04 vignesLYM