views:

39

answers:

2

What 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

+1  A: 

JMeter is a powerful tool for performance testing web applications.

Bozho
A: 

Use Java Performance Validator to launch Apache (or other Java web server), the start your app in the web browser.

Stephen Kellett