InfoQ

News

Review: Continous Performance Management

Posted by Ben Hughes on Aug 09, 2007 05:44 AM

Community
Agile
Topics
Unit Testing ,
Code Analysis ,
Build systems ,
Software Testing
Tags
Continuous Integration ,
CruiseControl ,
Automation ,
Ant ,
Memory Leaks
Steven Haines has written a paper on best practices for continous performance management (registration required)  -  the practice of including code profiling, integration performance testing and load testing as part of a continuous build environment.

The author makes some painful observations about the cost of poorly performing applications in the real world:
According to Forrester Research, nearly 85 percent of companies with revenue of more than $1 billion reported incidents of significant application performance problems. Survey respondents identified the architecture and deployment as the primary causes of these problems.
The Author goes on to say:
Infonetics Research found that medium-sized businesses (101 to 1,000 employees) are losing an average of 1 percent of their annual revenue, or $867,000, to downtime. Application outages and degradations are the biggest sources of downtime, costing these companies $213,000 annually.
Steven walks the reader through the concepts of Ant, test driven development and the creation of a continuous build environment using Cruisecontrol on the Java platform (although equivalents are prevalent  for the .NET environment, and the principles are exactly the same).

The author walks through some example scenarios, and usages of JProbe to identify bottleneck and memory leaks in the example  code, and the approach used to isolate and remedy them, with a focus using them in a continuous build environment.

The report goes on to discuss the inclusion of load tests in the continuous build environment, using JMeter as an example of measuring load, and using the artefacts generated by the tests to programmatically check response times against a service level agreement.

In summary, Steven demonstrates by example the importance of bringing performance testing right to the forefront of the development cycle, rather than an activity at the end, and in the context of the cost of not doing so, makes the point that not only should this be best practice, but standard practice.

Related Sponsor

VersionOne is recognized by Agile practitioners as the leader in Agile project management tools. Companies such as Adobe, BBC, CNN, Dow, HP, IBM, Sony and 3M have turned to VersionOne to help deliver greater value to their customers.

1 comment

Reply

Where can we download the paper? by Kennet Westerdahl Posted Oct 7, 2008 5:37 AM
  1. Back to top

    Where can we download the paper?

    Oct 7, 2008 5:37 AM by Kennet Westerdahl

    The link: www.infoq.com/vendorcontent/show.action?vcr=150, is no longer working.

Exclusive Content

Diary of a Fence Sitting SOA Geek

In this presentation, Mark Little explains the history of SOAP/WSDL/WS-*-based web services and RESTful HTTP and highlights how the two approaches might converge into a single solution.

Flex for XML and JSON

Platforms need interoperability. In this article Flex interoperability with JSON and XML is explored including direct mapping to chart and grid components.

Measuring Agile in the Enterprise: 5 Success Factors for Large-Scale Agile Adoption

Michael Mah analyzes the development process in 5 companies: 2 Agile (one of them BMC) and 3 classic. He presents the factors which contributed to the success of BMC's Agile adoption.

Tom Preston-Werner on Powerset, GitHub, Ruby and Erlang

In this interview filmed at RubyFringe 2008, Tom Preston-Werner talks about how both Powerset and GitHub use Ruby and Erlang, as well as tools like Fuzed, god, and more.

David Laribee on Alt.NET and its Mission

David Laribee discusses the purpose of ALT.NET, its mission and future.

Discover RailsKits and Stop Writing Redundant Code

Ruby on Rails has become a popular Ruby framework for creating web applications in recent years. An aspect of creating a web application is the need to repeatedly create the same base functionality.

A Formal Performance Tuning Methodology: Wait-Based Tuning

Steven Haines talks about tackling web application performance tuning by proposing a method called wait-based tuning.

Shaw and Fowler About Forging a New Alliance

Shaw and Fowler talk about the need for a new relationship between the business department and the IT department. Studies have shown that projects mostly fail due to miscommunication between the two.