Am working with lots of mid-complexity Java/Jsp applications and wondering what would be an added advantage of doing performance testing using say Jmeter over profiling using Jprofiler/Netbeans profiler. Would highly appreciate if anyone provides any recommendations around the same.

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

Profiling and Performance Testing are different things altogether.

Performance testing happens at the system level, under varying types of load, and makes sure your system lives up to its SLAs (service level agreements).

Profiling is what you do when your performance testing shows a problem. It helps you identify those parts of your system that contribute the most to the performance problem and shows you where to concentrate your efforts.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.