2

I want to load test MongoDb using JMeter, but apparently MongoDB Source Config and MongoDB Script have been deprecated. Please let me know how to load test MongoDB with detailed step by step instructions.

c32hedge
2,70920 silver badges39 bronze badges
asked May 31, 2017 at 7:07

1 Answer 1

1

Just add the next line to user.properties file (lives in the "bin" folder of your JMeter installation)

not_in_menu=

This way you will get "deprecated" elements including MongoDB Source Config and MongoDB Script back.

Be aware that it is better to use JSR223 Sampler for MongoDB load testing as MongoDB Script has some performance problems. See How to Load Test MongoDB with JMeter article for more details.

answered Jun 1, 2017 at 6:29

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.