Epic #8792
EPIC: Speed and Contentcaching
20%
Description
Integrate in Hudson a general jmeter performance graph
This can also include support vor Varnish
Files
Updated by Daniel Poetzinger almost 12 years ago
1) Hudson need the jmeter Plugin
http://wiki.hudson-ci.org/display/HUDSON/JMeter+Plugin
2) Jmeter need to be downloaded on the server
http://jakarta.apache.org/jmeter/
3) Create new build "latest CMS Performance" in Hudson with a build script like this one:
<project name="performance" default="build" basedir="../../">
<target name="build" depends="clean,jmeter" />
<target name="clean">
<mkdir dir="${basedir}/build/logs" />
<delete>
<fileset dir="${basedir}/build/logs">
<include name="*.jtl" />
</fileset>
</delete>
</target>
<target name="jmeter">
<exec executable="/opt/jmeter/bin/jmeter" dir="${basedir}"
failonerror="true">
<arg
line="-n -t svn/build/testplan.jmx -l build/logs/testplan.jtl -j build/logs/testplan.log" />
</exec>
</target>
</project>
- Also enable the plugin and specify the path to the result report
Updated by Daniel Poetzinger almost 12 years ago
- File TYPO3-5-Basictest.jmx TYPO3-5-Basictest.jmx added
A sample test (calling homepage and a subpage with maximum of 10 concurent users and 10 repeats) is attached
Updated by Sebastian Kurfuerst over 11 years ago
- Tracker changed from Task to Story
- Subject changed from Performance Build for the Website to As a website user, I want fast response times.
- Target version deleted (
628)
Updated by Daniel Poetzinger over 11 years ago
- translation missing: en.field_position deleted (
5462) - translation missing: en.field_position set to 9438
Updated by Daniel Poetzinger over 11 years ago
- Subject changed from As a website user, I want fast response times. to EPIC: Speed and Contentcaching
- translation missing: en.field_position deleted (
9439) - translation missing: en.field_position set to 9439
Updated by Daniel Poetzinger over 11 years ago
- translation missing: en.field_position deleted (
9439) - translation missing: en.field_position set to 9443