问题
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