Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vignesLYM opened this issue Mar 14, 2019 · 2 comments

Comments

@vignesLYM
Copy link

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 .

@dsperling
Copy link
Member

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.

@vignesLYM
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants