Features of The Grinder 3



Similar documents
Certified The Grinder Testing Professional VS-1165

How To Test A Web Server

Evaluation of Load/Stress tools for Web Applications testing

Open Source and Commercial Performance Testing Tools

Performance Testing Process A Whitepaper

JFlooder - Application performance testing with QoS assurance

Performance Testing and Optimization in Web-Service Based Applications

WEBLOGIC ADMINISTRATION

Jitterbit Technical Overview : Microsoft Dynamics CRM

This training is targeted at System Administrators and developers wanting to understand more about administering a WebLogic instance.

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc

Check list for web developers

Web Application Testing. Web Performance Testing

Performance Analysis of Lucene Index on HBase Environment

MD Link Integration MDI Solutions Limited

The HTTP Plug-in. Table of contents

Building Java Servlets with Oracle JDeveloper

Architecture Design For Web-based Application Systems. Instructor: Dr. Jerry Gao Class: CMPE296U

Jitterbit Technical Overview : Microsoft Dynamics AX

Anonymity on the Internet Over Proxy Servers

Summer Internship 2013 Group No.4-Enhancement of JMeter Week 1-Report-1 27/5/2013 Naman Choudhary

Using JMeter for Testing a Data Center. Siegfried Goeschl

Jitterbit Technical Overview : Salesforce

SOA Solutions & Middleware Testing: White Paper

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0

Performance Analysis of webmethods Integrations using Apache JMeter Information Guide for JMeter Adoption

COM 440 Distributed Systems Project List Summary

How to Build an E-Commerce Application using J2EE. Carol McDonald Code Camp Engineer

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)

Crawl Proxy Installation and Configuration Guide

Oracle WebLogic Server 11g Administration

Grinder 3.4. Test Automation Study. Study. Version: 1.0 Stand vom: :40:00 Status: Erstellt Author: Liljana Pendovska

CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS

PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS

Interwise Connect. Working with Reverse Proxy Version 7.x

CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services

Apache Jakarta Tomcat

Developing Web Services with Eclipse and Open Source. Claire Rogers Developer Resources and Partner Enablement, HP February, 2004

User Guide. You will be presented with a login screen which will ask you for your username and password.

A standards-based approach to application integration

Various Load Testing Tools

WEBSPHERE APPLICATION SERVER ADMIN V8.5 (on Linux and Windows) WITH REAL-TIME CONCEPTS & REAL-TIME PROJECT

Advanced Service Design

UCS. Amazing tools suite in CORBA world

Scalability Factors of JMeter In Performance Testing Projects

JVA-122. Secure Java Web Development

What Is the Java TM 2 Platform, Enterprise Edition?

A Java proxy for MS SQL Server Reporting Services

CERTIFIED MULESOFT DEVELOPER EXAM. Preparation Guide

Business Application Services Testing

Configuration Guide BES12. Version 12.1

Apache JMeter HTTP(S) Test Script Recorder

Oracle WebLogic Server 11g: Administration Essentials

Architectural Overview

Fundamentals of LoadRunner 9.0 (2 Days)

MEGA Web Application Architecture Overview MEGA 2009 SP4

OCR LEVEL 3 CAMBRIDGE TECHNICAL

SMock A Test Platform for the Evaluation of Monitoring Tools

Service Oriented Architectures

Configuration Guide BES12. Version 12.2

WebLogic Server Foundation Topology, Configuration and Administration

Web Application s Performance Testing

A Tool for Evaluation and Optimization of Web Application Performance

Proxies. Chapter 4. Network & Security Gildas Avoine

Learn Oracle WebLogic Server 12c Administration For Middleware Administrators

Chapter 2 TOPOLOGY SELECTION. SYS-ED/ Computer Education Techniques, Inc.

SOLUTION BRIEF: SLCM R12.7 PERFORMANCE TEST RESULTS JANUARY, Load Test Results for Submit and Approval Phases of Request Life Cycle

DEPLOYMENT GUIDE Version 1.0. Deploying F5 with the Oracle Fusion Middleware SOA Suite 11gR1

Copyright. Restricted Rights Legend. Trademarks or Service Marks. Copyright 2003 BEA Systems, Inc. All Rights Reserved.

Last Updated: July STATISTICA Enterprise Server Security

Load Testing RIA using WebLOAD. Amir Shoval, VP Product Management

A Comparison of Software Architectures for E-Business Applications

Managing your Red Hat Enterprise Linux guests with RHN Satellite

Load and Performance Load Testing. RadView Software October

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk.

ESB Features Comparison

Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.2

SAS 9.3 Intelligence Platform Middle-Tier Administration Guide Third Edition

Performance Analysis and Capacity Planning Whitepaper

Performance Testing Percy Pari Salas

Qualogy M. Schildmeijer. Whitepaper Oracle Exalogic FMW Optimization

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with Oracle Fusion Middleware Identity Management 11gR1

Run your own Oracle Database Benchmarks with Hammerora

Basic & Advanced Administration for Citrix NetScaler 9.2

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Load Testing with JMeter

High Level Design Distributed Network Traffic Controller

Oracle Service Bus Examples and Tutorials

Resonate Central Dispatch

Configuration Guide BES12. Version 12.3

SERENA SOFTWARE Authors: Bill Weingarz, Pete Dohner, Kartik Raghavan, Amitav Chakravartty

Step into the Future: HTML5 and its Impact on SSL VPNs

Comparative Study of Load Testing Tools

What Is Specific in Load Testing?

Table of Contents. 1 Overview 1-1 Introduction 1-1 Product Design 1-1 Appearance 1-2

DataDirect XQuery Technical Overview

RPL Candidate Self-Evaluation

Transcription:

Table of contents 1 Capabilities of The Grinder...2 2 Open Source... 2 3 Standards... 2 4 The Grinder Architecture... 3 5 Console...3 6 Statistics, Reports, Charts...4 7 Script... 4 8 The Grinder Plug-ins... 5 9 HTTP Plug-in... 5 10 TCP Proxy... 5 11 Documentation...5 12 Support...6

Thanks to Edwin DeSouza for his help in compiling this feature list. Last updated: 6 October 2003 1. Capabilities of The Grinder Load Testing Capacity Testing Functional Testing Stress Testing Load Testing determines if an application can support a specified load (for example, 500 concurrent users) with specified response times. Load Testing is used to create benchmarks. Capacity Testing determines the maximum load that an application can sustain before system failure. Functional Testing proves the correct behaviour of an application. Stress Testing is load testing over an extended period of time. Stress Testing determines if an application can meet specified goals for stability and reliability, under a specified load, for a specified time period. 2. Open Source BSD style license Jython Jakarta ORO HTTPClient jedit Syntax The Grinder is distributed under a BSD style license. The Grinder uses Jython (http://www.jython.org/) (a Java Python implementation) for scripting. The Grinder uses Jakarta ORO (http://jakarta.apache.org/oro/index.html) for regular expressions. The Grinder uses HTTPClient (http://www.innovation.ch/java/httpclient) for HTTP support. The Grinder uses jedit Syntax for script editing. 3. Standards 100% Pure Java The Grinder works on any hardware platform and any operating system that supports J2SE 1.3 and above. Web Browsers Web Services The Grinder can simulate web browsers and other devices that use HTTP, and HTTPS. The Grinder can be used to test Web Service interfaces using protocols such as SOAP and Page 2

XML-RPC. Database Middleware Other Internet protocols The Grinder can be used to test databases using JDBC. The Grinder can be used to test RPC and MOM based systems using protocols such as IIOP, RMI/IIOP, RMI/JRMP, and JMS. The Grinder can be used to test systems that utilise other protocols such as POP3, SMTP, FTP, and LDAP. 4. The Grinder Architecture Goal Multi-threaded, multi-process Distributed Scalable Minimize system resource requirements while maximizing the number of test contexts ("virtual users"). Each test context runs in its own thread. The threads can be split over many processes depending on the requirements of the test and the capabilities of the load injection machine. The Grinder makes it easy to coordinate and monitor the activity of processes across a network of many load injection machines from a central console. The Grinder typically can support several hundred HTTP test contexts per load injection machine. (The number varies depending on the type of test client). More load injection machines can be added to generate bigger loads. 5. Console Graphical Interface Process coordination Process monitoring Internationalised and Localised Script editing 100% Java Swing user interface. Worker processes can be started, stopped and reset from one central console. Dynamic display of current worker processes and threads. English, French, Spanish, and German translations are supplied. Users can add their own translations. Central editing and management of test scripts. (Future) Page 3

6. Statistics, Reports, Charts Test monitoring Data collation Instrument anything Statistics engine Pre-defined charts for response time, test throughput. Display the number of invocations, test result (pass/fail), average, minimum and maximum values for response time and tests per second for each test. Collates data from worker processes. Data can be saved for import into a spreadsheet or other analysis tool. The Grinder records statistics about the number of times each test has been called and the response times achieved. Any part of the test script can be marked as a test. Scripts can declare their own statistics and report against them. The values will appear in the console and the data logs. Composite statistics can be specified as expressions involving other statistics. 7. Script Record real users Powerful scripting in Python Multiple scenarios Access to any Java API Parameterization of input data Content Verification Scripts can be created by recording actions of a real user using the TCP Proxy. The script can then be customised by hand. Simple to use but powerful, fully object-oriented scripting. Arbitrary looping and branching allows the simulation of multiple scenarios. Simple scenarios can be composed into more complex scenarios. For example, you might allocate 10% of test contexts to a login scenario, 70% to searching, 10% to browsing, and 10% to buying; or you might have different workloads for specific times of a day. Jython allows any Java-based API to be used directly from the test script. Input data (e.g. URL parameters, form fields) can be dynamically generated. The source of the data can be anything including flat files, random generation, a database, or previously captured output. Scripts have full access to test results. In the future, The Grinder will include support for Page 4

enhanced parsing of common results such as HTML pages. 8. The Grinder Plug-ins HTTP Custom The Grinder has special support for HTTP that automatically handles cookie and connection management for test contexts. Users can write their own plug-ins to a documented interface; although this is rarely necessary due to the powerful scripting facilities. 9. HTTP Plug-in HTTP 1.0, HTTP 1.1 HTTPS Cookies Multi-part forms Support for both HTTP 1.0 and HTTP 1.1 is provided. The Grinder supports HTTP over SSL. Full support for Cookies is provided. The Grinder supports multi-part forms. 10. TCP Proxy TCP proxy HTTP Proxy SSL Support Filter-based architecture A TCP proxy utility is supplied that can be used to intercept system interaction at the protocol level. It is useful for recording scripts and as a debugging tool. The TCP proxy can be configured as an HTTP/HTTPS proxy for easy integration with web browsers. The TCP proxy can simulate SSL sessions. The TCP proxy has a pluggable filter architecture. Users can write their own filters. 11. Documentation User Guide FAQs Tutorial Script Gallery http://grinder.sourceforge.net/g3/whats-new.html (../g3/whats-new.html) http://grinder.sourceforge.net/faq.html (../faq.html) http://grinder.sourceforge.net/g3/tutorial-perks.html (../g3/tutorial-perks.html) http://grinder.sourceforge.net/g3/script-gallery.html Page 5

(../g3/script-gallery.html) Articles Commercial books http://grinder.sourceforge.net/press.html (../links.html) Professional Java 2 Enterprise Edition with BEA WebLogic Server J2EE Performance Testing (../links.html#book) 12. Support Mailing Lists grinder-use@lists.sourceforge.net (mailto:grinder-use@lists.sourceforge.net) grinder-development@lists.sourceforge.net (mailto:grinder-development@lists.sourceforge.net) grinder-announce@lists.sourceforge.net (mailto:grinder-announce@lists.sourceforge.net) Page 6