Search |
||
Performance Monitoring using JMeterPosted by gijugeorge on December 9, 2008 at 7:14 PM PST
Apache JMeter is an open source tool that can be used to measure the performance of Java applications. The JMeter can be used to test a wide range of Java applications like web, EJB, web services etc. I am not going to elaborate more on this, and you can get more information about this from the Apache JMeter website at http://jakarta.apache.org/jmeter/ The JMeter can also be extended, to create your own test plans. In this section I will explain the steps needed to create a custom JavaRequest sampler, and run it using JMeter. To write the code you need to add the ApacheJMeter jar files to your classpath. The below code describes the simple JavaSampler:
You can customize this class for whatever performance test you want to run.
»
Related Topics >>
Performance Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|