This is part four of our Setup process. Part three can be found here: http://dudewheysmehblog.blogspot.com/2011/04/jmeter-process-setup-03-adding-ant-taks.html
When we left of from last time, we still had the following to do:
When we left of from last time, we still had the following to do:
- Create a directory structure for organizing JMeter test scripts, results, and reports.
- Edit jmeter.properties and create extra.properties file.
- Create custom build.xml file.
- Extended with AntContrib and AntelopeTasks.
- Edit XSL files to show more information / calculations.
- Split the times and latency (Time to First Byte and Time to Last Byte).
- Add Min, Max, Average, Standard Deviation, and 90% calculations.
- Add run times and custom title.
- Edit the default Java memory heap size to prevent out of memory errors.
- Duplicate the file and strip out the details for quick loading the browser and phones.
- Edit the build file to transform the results twice, detailed and non-detailed.
- Edit the build file to be able to perform transformations at will.
- Add a different XSLT processor to handle the transformations if needed.
- Create Performance Monitor Data Collector Set.
- Counters that can be used and links to resources.
- Creating batch file to run the ant commands.
- Edit build.xml file to handle auto start/stop of Perfmon.
- Edit build.xml file to auto send mails upon Success or Failure.