Load testing end to end Solr performance

折月煮酒 提交于 2019-12-08 01:30:22

问题


We want to test the performance of Solr search engine at all tiers. So far i have used 'SolrMeter' to test the performance of Solr core under stress, SOAP UI + Load UI to to test the REST-Full service tier. We are now implementing the User interface tier. Which tool would you recommend to test the performance under stress of solr at this UI tier level? I can think of Selenium/Webdriver but was wondering if there was a dedicated tool for the same.


回答1:


I recommend using jMeter. First use JMeter Proxy to save your test scenario (it records your actions in browser).
Then setup a test plan that would fire the test scenario in a thread group (you have to provide number of users/threads, startup time, load time and unload time) which would be recorded in all Listener elements (graphs, tables, ...) you add to your test.

Don't forget to use jmeter plugins (invaluable jMeter contrib).



来源:https://stackoverflow.com/questions/11585193/load-testing-end-to-end-solr-performance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!