What tools for server side application performance testing you suggest? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
开发者_开发百科 Improve this questionWhat tools for server side application performance testing you suggest? Have an application server and need to test it performance. Not sure issue is server side. Need to investigate. NB:Better to have convenient UI
JMeter is a powerful tool for performance testing web applications.
Use Java Performance Validator to launch Apache (or other Java web server), the start your app in the web browser.
精彩评论