Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

30
Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 1 of 30 Performance and Load Test Report Template LTR Prepared by: Shay Ginsbourg, Consultant Reviewed by: Dan Jones, Software QA Manager Approved by: John Doe, Director of Software Development

description

Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Transcript of Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Page 1: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 1 of 30

Performance and Load Test Report

Template

LTR

Prepared by: Shay Ginsbourg, Consultant

Reviewed by: Dan Jones, Software QA Manager

Approved by: John Doe, Director of Software Development

Page 2: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 2 of 30

Contents

1. Introduction .......................................................................................................................................... 3

2. Glossary ................................................................................................................................................. 4

3. Scenario Specification ........................................................................................................................... 5

4. Load Test Hardware .............................................................................................................................. 6

5. Load Test Software ............................................................................................................................... 7

6. Test Data and Requirements ................................................................................................................ 8

7. Test Case Specification .......................................................................................................................... 9

8. Results ................................................................................................................................................. 10

9. Stress Testing ...................................................................................................................................... 16

10. Resource Monitoring ...................................................................................................................... 19

11. Analysis ........................................................................................................................................... 21

12. Conclusions ..................................................................................................................................... 29

13. References ...................................................................................................................................... 30

Page 3: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 3 of 30

1. Introduction

Successful websites and web applications demonstrate great performance, having the ability to scale up

and accurately execute fast while concurrently serving all types of users. Scalability is a web application's

ability to adapt to growing demands without performance degradation. Load testing is the process of

putting demands on a system and measuring its responses under stressful conditions in order to identify

the maximum operating capacity and pin-point any virtual bottlenecks. Monitoring is the process of

verifying that end-users can interact with an existing website or web application as required. While load

testing is normally performed before a website or web application is launched, monitoring is

continuously required 24x7 after the release. Rather than merely sampling infrastructure parameter

values, there are programmed virtual users that accurately test the system under load, and later reused

for precise monitoring and alerting on performance related events.

This document is a load test report (LTR). The following pages provide the settings, results, and

conclusions derived from the load tests, as specified.

Page 4: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 4 of 30

2. Glossary

Concurrent Users

The number of users that simultaneously operate the same system at the same time.

CPU Utilization

A computer's usage of processing resources, or the amount of work handled by a CPU.

Disk Utilization

Disk utilization is the amount of space being used on a disk or how busy the disk is with respect to I/O operations.

Expected response time

The allowed interval from when a user initiates a request to the instant at which the first part of the response is received at by the application.

Memory Utilization

The amount of memory that a software application uses or references while running.

Network Utilization

The percentage of a network's bandwidth that is currently being consumed by network traffic.

Scalability Testing

The testing of a software application for measuring its capability to scale up or scale out in terms of any of its non-functional capability.

Throughput

The rate at which data can be transferred. Throughput is usually measured in bits per second (bit/s or bps), and sometimes in data packets per second or data packets per time slot.

Transactions per second

The number of actions performed per second. For example, the number of database transactions performed per second.

Virtual Users Programmed simulation of user actions used for testing a system in a realistic

Page 5: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 5 of 30

2. Scenario Specification

Load testing is a part of a more general process known as performance testing. Examples of load testing

operations may include: downloading a series of large files from the Internet, running multiple

applications on a computer or server simultaneously, assigning many jobs to a printer in a queue,

subjecting a server to a large amount of e-mail traffic, writing and reading data to and from a hard disk

continuously, etc.

Load testing can be conducted in two ways. Longevity testing, also called endurance testing, evaluates a

system's ability to handle a constant, moderate work load for a long time. Volume testing, on the other

hand, subjects a system to a heavy work load for a limited time. Either approach makes it possible to

pinpoint bottlenecks, bugs and component limitations. For example, a computer may have a fast

processor but a limited amount of RAM (random-access memory). Load testing can provide the user

with a general idea of how many applications or processes can be run simultaneously while maintaining

the rated level of performance.

Load testing differs from stress testing, which evaluates the extent to which a system keeps working

when subjected to extreme workloads or when some of its hardware or software has been

compromised. The primary goal of load testing is to define the maximum amount of work a system can

handle without significant performance degradation.

Performance and load testing is normally performed in order to validate multi-client-server complex

system. This load test scenario is based on …

The scenario was created in order to validate that the followings requirements have been met by the

current version of the server application: …

The system topology that is relevant to the performance and load testing procedure was created …

Page 6: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 6 of 30

4. Load Test Hardware

Load test hardware requirements depend on mainly on the footprint of the virtual client that creates

load on the EXAMPLE server side. In the EXAMPLE Web APP system, the client is a Web browser that

buffers thousands of EXAMPLES. That creates rather a fat client with huge memory requirements.

Running an EXAMPLE load test from CMD w/o JAVA GUI:

On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, 10 concurrent virtual users are below the

maximum, sizing approximately 2 GB JAVA.EXE process size.

With EXAMPLE JAVA GUI:

On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, approximately 5 concurrent virtual users are

the maximum, sizing 4.0-4.5 GB JAVA.EXE process size, depending probably on the EXAMPLE size of the

specific video frames that were buffered.

Page 7: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 7 of 30

5. Load Test Software

The selected load generation environment is:

Java Virtual Machine 64-bit on LINUX Ubuntu 14 64-bit,

JMeter version 2.11,

Standard and extra set of JMeter Plug-ins version 1.1.3.

The Apache JMeter™ desktop application is open source software, a 100% pure Java application

designed to load test functional behavior and measure performance. It was originally designed for

testing Web Applications but has since expanded to other test functions.

Apache JMeter™ may be used to test performance both on static and dynamic resources (files, Servlets,

Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a

heavy load on a server, network or object to test its strength or to analyze overall performance under

different load types. Moreover, it can be used it to make a graphical analysis of performance or to test

your server/script/object behavior under heavy concurrent load.

Page 8: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 8 of 30

6. Test Data and Requirements

param val comment

loadBalancerIP 10.150.150.50 LB

app1ServerIP 10.150.150.11 APP SERVER 1

app2ServerIP 10.150.150.12 APP SERVER 2

sqlServerIP 10.150.150.10 SQL

NVU 10 - 200 number of virtual users

RUP 1 VU/sec rump-up period in seconds from first to last virtual user launching

SLC 1 scenario loop count (main iteration count)

Param 1 Val 1 Comment 1

Param 2 Val 2 Comment 2

Param 3 Val 3 Comment 3

Param 4 Val 4 Comment 4

Param 5 Val 5 Comment 5

Param 6 Val 6 Comment 6

NCDB 15 Number of Cases in the DB

drive Local Local/Net

Viewing mode

Param 1 Param 2 Param 3 Param 4 Param 5 Param 6 Param 7

Mode 1 2 3 9 4 6 4 4

Mode 2 …

Mode 3 …

EXAMPLE Off EXAMPLE Red

Type 0 1 2

Contrast …

Remark 1...

Remark 2…

Page 9: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 9 of 30

7. Test Case Specification

#

Test

Case

Number

of Users

EXAMPLE

parameter

View

Mode

Page rate

(pps)

Frame rate

(fps) EXAMPLE Page size

EXAMPLE

Enhancement

1 1

SANITY

2

3

4

5

6

7

8

9

10

Page 10: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 10 of 30

8. Results

Test case 1 - SANITY (EXAMPLE Test run duration = x min), EXAMPLE = Off

Label # Samples Ave Med 90% Min Max %err

T1. Transaction Controller – Perform authentication

T2. Transaction Controller - EXAMPLE manager

T3. Transaction Controller - EXAMPLE

T4. Get Pages - Initial Buffering (EXAMPLE)

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

T5.2 Get Pages - Scrolling (EXAMPLE)

T5.3 Create Thumbnail - EXAMPLE

TOTAL

Page 11: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 11 of 30

Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off

Label # Samples Ave Med 90% Min Max %err

T1. Transaction Controller – Perform authentication

T2. Transaction Controller - EXAMPLE manager

T3. Transaction Controller - EXAMPLE

T4. Get Pages - Initial Buffering (EXAMPLE)

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

T5.2 Get Pages - Scrolling (EXAMPLE)

T5.3 Create Thumbnail - EXAMPLE

TOTAL

Page 12: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 12 of 30

Test case 11 (EXAMPLE Test run duration = x min), EXAMPLE = Off

Label # Samples Ave Med 90% Min Max %err

T1. Transaction Controller – Perform authentication

T2. Transaction Controller - EXAMPLE manager

T3. Transaction Controller - EXAMPLE

T4. Get Pages - Initial Buffering (EXAMPLE)

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

T5.2 Get Pages - Scrolling (EXAMPLE)

T5.3 Create Thumbnail - EXAMPLE

TOTAL

Page 13: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 13 of 30

Test case 12 (EXAMPLE Test run duration = x min), EXAMPLE = Off

Label # Samples Ave Med 90% Min Max %err

T1. Transaction Controller – Perform authentication

T2. Transaction Controller - EXAMPLE manager

T3. Transaction Controller - EXAMPLE

T4. Get Pages - Initial Buffering (EXAMPLE)

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

T5.2 Get Pages - Scrolling (EXAMPLE)

T5.3 Create Thumbnail - EXAMPLE

TOTAL

Page 14: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 14 of 30

Test case 13 (EXAMPLE Test run duration = x min), EXAMPLE = Off

Label # Samples Ave Med 90% Min Max %err

T1. Transaction Controller – Perform authentication

T2. Transaction Controller - EXAMPLE manager

T3. Transaction Controller - EXAMPLE

T4. Get Pages - Initial Buffering (EXAMPLE)

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

T5.2 Get Pages - Scrolling (EXAMPLE)

T5.3 Create Thumbnail - EXAMPLE

TOTAL

Page 15: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 15 of 30

Test case 14 (EXAMPLE Test run duration = x min), EXAMPLE = Off

Label # Samples Ave Med 90% Min Max %err

T1. Transaction Controller – Perform authentication

T2. Transaction Controller - EXAMPLE manager

T3. Transaction Controller - EXAMPLE

T4. Get Pages - Initial Buffering (EXAMPLE)

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

T5.2 Get Pages - Scrolling (EXAMPLE)

T5.3 Create Thumbnail - EXAMPLE

TOTAL

Page 16: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 16 of 30

9. Stress Testing

Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off

Label

# Samples Ave Med 90% Min Max %err

T1. Transaction Controller – Perform authentication

T2. Transaction Controller - EXAMPLE manager

T3. Transaction Controller - EXAMPLE

T4. Get Pages - Initial Buffering (EXAMPLE)

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

T5.2 Get Pages - Scrolling (EXAMPLE)

T5.3 Create Thumbnail - EXAMPLE

TOTAL

Stress test monitoring on both application servers:

CPU = 90% Disk = 0 - 500 KB/sec I/O

Memory = 35% Physical Network = 20 Mbps I/O

Page 17: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 17 of 30

Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off

Page 18: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 18 of 30

Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off

Page 19: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 19 of 30

10. Resource Monitoring

Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off

Page 20: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 20 of 30

Page 21: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 21 of 30

11. Analysis

11.1. Impact of FPS on Initial Buffering on T4:

T4 Get Pages - Initial Buffering (EXAMPLE)

Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

10

12

14

16

18

20

T4 Get Pages - Initial Buffering (EXAMPLE)

Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

11

13

15

17

19

21

Page 22: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 22 of 30

T4 Get Pages - Initial Buffering (EXAMPLE)

Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

110

112

114

116

118

120

T4 Get Pages - Initial Buffering (EXAMPLE)

Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

111

113

115

117

119

121

Page 23: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 23 of 30

T4 Get Pages - Initial Buffering (EXAMPLE)

Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

210

212

214

216

218

220

T4 Get Pages - Initial Buffering (EXAMPLE)

Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

211

213

215

217

219

221

Page 24: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 24 of 30

11.2. Impact of FPS on EXAMPLE Playing at T5.1:

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

10

12

14

16

18

20

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

11

13

15

17

19

21

Page 25: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 25 of 30

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

110

112

114

116

118

120

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

111

113

115

117

119

121

Page 26: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 26 of 30

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

210

212

214

216

218

220

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE

Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

211

213

215

217

219

221

Page 27: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 27 of 30

11.3. Impact of number of virtual users on Get Pages:

T4 Get Pages - Initial Buffering (EXAMPLE)

Test cases where each user EXAMPLE, fps = 10:

Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

315

10

310

311

312

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

Test cases where each user EXAMPLE, fps = 10:

Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

315

10

310

311

312

Page 28: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 28 of 30

11.4. Impact of EXAMPLE on Get Pages:

T4 Get Pages - Initial Buffering (EXAMPLE)

Test cases where each user EXAMPLE, total 10 users, fps = 10:

Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

10 Off

110 On

210 EXAMPLE

T5.1 Get Pages - EXAMPLE Playing (EXAMPLE)

Test cases where each user EXAMPLE, total 10 users, fps = 10:

Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err

10 Off

110 On

210 EXAMPLE

Page 29: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 29 of 30

12. Conclusions

12.1. Under the load generated by 10 virtual users, ranging from 10 to 40 FPS, the following

happened …

12.2. The test duration range was approximately from 20 minutes per test case to EXAMPLE minutes.

12.3. The EXAMPLE parameter was not found to have a significant impact on the server response

time inside the tested range but it did have a strong positive influence on the percentage of

frames that arrived later than required (note the %err parameter on the result tables).

12.4. Test cases where all 10 users view EXAMPLE produced approximately the same results as test

cases where each user views a different EXAMPLE.

12.5. The maximum response times of GET pages (EXAMPLE) operations have been found to be

significantly larger than the average (and even the 90%) values of those operations.

That finding suggests that the slowest 10% might suffer EXAMPLE Playing discontinuities.

12.6. The maximum server response time measured was EXAMPLE seconds (Test case 221, FPS=40,

where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE).

Page 30: Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Performance and Load Test Report – Template – LTR

Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 30 of 30

13. References

13.1. Software Performance and Scalability: A Quantitative Approach, Henry H. Liu, Wiley 1st edition,

May 26, 2009.

13.2. The Software Verification and Validation: An Engineering and Scientific Approach, Marcus S.

Fisher, Springer 2007 edition, December 20, 2006.

13.3. Performance Testing With JMeter 2.9, Bayo Erinle, Packt Publishing, July 26, 2013.