Epic #8792

EPIC: Speed and Contentcaching

Added by Daniel Poetzinger about 5 years ago. Updated almost 3 years ago.

Status:New Start date:2010-07-10
Priority:Could have Due date:
Assigned To:- % Done:

20%

Category:- Spent time: -
Target version:-

Description

Integrate in Hudson a general jmeter performance graph

This can also include support vor Varnish

TYPO3-5-Basictest.jmx (7.3 kB) Daniel Poetzinger, 2010-07-11 16:45

History

#1 Updated by Daniel Poetzinger about 5 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

#2 Updated by Daniel Poetzinger about 5 years ago

A sample test (calling homepage and a subpage with maximum of 10 concurent users and 10 repeats) is attached

#3 Updated by Daniel Poetzinger about 5 years ago

  • % Done changed from 0 to 20

#4 Updated by Karsten Dambekalns almost 5 years ago

  • Target version changed from 593 to 628

#5 Updated by Sebastian Kurfuerst almost 5 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)

#6 Updated by Daniel Poetzinger almost 5 years ago

  • Position deleted (5462)
  • Position set to 9438

#7 Updated by Daniel Poetzinger almost 5 years ago

  • Subject changed from As a website user, I want fast response times. to EPIC: Speed and Contentcaching
  • Position deleted (9439)
  • Position set to 9439

#8 Updated by Daniel Poetzinger almost 5 years ago

  • Position deleted (9439)
  • Position set to 9443

#9 Updated by Robert Lemke about 4 years ago

  • Project changed from Core Team to Base Distribution

#10 Updated by Robert Lemke almost 3 years ago

  • Tracker changed from Story to Epic

Also available in: Atom PDF