Book Image

Apache JMeter

By : Emily H. Halili
Book Image

Apache JMeter

By: Emily H. Halili

Overview of this book

<p>A bad response time on a website can drive away visitors and prospective customers. To measure what a website can handle, there should be a way to simulate and analyze different load scenarios&acirc;&euro;&rdquo;this is where a load-testing tool like JMeter comes in. JMeter is a powerful desktop performance tool from the Apache Jakarta project, written in Java, for load-testing web pages, web applications, and other static and dynamic resources including databases, files, Servlets, Perl scripts, Java Objects, FTP Servers, and more.<br /><br />JMeter works by acting as the "client side" of an application, and measures response time. As such, it's one half of the testing arsenal; the other half consists of a tool to watch metrics on the server side, such as thread counts, CPU loads, resource usage, and memory usage. Although it can't behave like a browser to measure rich client-side logic such as JavaScripts or Applets, JMeter certainly measures the performance of the target server from the client's point of view. JMeter is able to capture test results that help you make informed decisions and benchmark your application.<br /><br />This book introduces you to JMeter (version 2.3) and test automation, providing a step-by-step guide to testing with JMeter. You will learn how to measure the performance of a website using JMeter.<br /><br />While it discusses test automation generally, the bulk of this book gives specific, vivid, and easy-to-understand walkthroughs of JMeter's testing tools showing what they can do, and when and how to use them.</p>
Table of Contents (16 chapters)

Useful References


http://jakarta.apache.org/jmeter

Official JMeter Jakarta project website. This site offers links for the latest JMeter downloads, documentation, tutorials, and community:

http://jakarta.apache.org/jmeter/usermanual/index.html

The official online JMeter User manual. This site provides a detailed and more technical description of JMeter components and how to use them:

http://wiki.apache.org/jakarta-jmeter

These JMeter Wiki pages may be accessed to read, contribute, or modify content. They contain information and external links by contributors/users of JMeter, including FAQs and links that are directly or indirectly related to JMeter and Software Testing:

http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user

Archived mailing lists for JMeter users, dating from Mar 2001 until the most recent entry.

http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-dev

Archived mailing lists for JMeter developers, dating from Feb 2001 until the most recent entry.

http://www.opensourcetesting.org

This site provides users with a wealth of information about open-source testing tools that are available.

http://video.google.com

Search this site with keyword "jmeter". Features online videos that serve as a guide for using JMeter.

http://www.stpmag.com/issues/stp-2007-11.pdf

Downloadable PDF version of "Software Test & Performance" magazine. Discusses JMeter pairing with Selenium to optimize Web-based testing.