SlideShare a Scribd company logo
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
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
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.
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
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 …
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.
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.
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…
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
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
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
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
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
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
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
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
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
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
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
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 20 of 30
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
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
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
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
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
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
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
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
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).
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.

More Related Content

What's hot (20)

PDF
Using JMeter and Google Analytics for Software Performance Testing
XBOSoft
 
PDF
Loadrunner vs Jmeter
Atul Pant
 
PPT
Advanced Load Runner
telab
 
PPTX
Load Runner
Vladimir Soghoyan
 
PPT
Performance Testing With Jmeter
Adam Goucher
 
PPTX
Performance Testing from Scratch + JMeter intro
Mykola Kovsh
 
PPTX
Load testing with J meter
Manoj Shankaramanchi
 
PPTX
Interpreting Performance Test Results
Eric Proegler
 
PPT
Performance testing and_reporting_with_j_meter by Le Van Nghi
eXo Platform
 
PPT
Performance testing with loadrunner by kc
krishna chaitanya
 
PPTX
Performance Testing using Jmeter and Capacity Testing
Akshay Patole
 
DOCX
Loadrunner interview questions and answers
Garuda Trainings
 
PDF
Load testing with Blitz
Lindsay Holmwood
 
PDF
Performance testing with JMeter
Mikael Kundert
 
PPT
Load Test Drupal Site Using JMeter and Amazon AWS
Vladimir Ilic
 
PDF
Jmeter Tester Certification
Vskills
 
PPTX
QA. Load Testing
Alex Galkin
 
DOC
Jmeter interviewquestions
girichinna27
 
PPTX
JMeter_ Cubet Seminar ppt
Cubet Techno Labs
 
PPTX
JMETER-SKILLWISE
Skillwise Consulting
 
Using JMeter and Google Analytics for Software Performance Testing
XBOSoft
 
Loadrunner vs Jmeter
Atul Pant
 
Advanced Load Runner
telab
 
Load Runner
Vladimir Soghoyan
 
Performance Testing With Jmeter
Adam Goucher
 
Performance Testing from Scratch + JMeter intro
Mykola Kovsh
 
Load testing with J meter
Manoj Shankaramanchi
 
Interpreting Performance Test Results
Eric Proegler
 
Performance testing and_reporting_with_j_meter by Le Van Nghi
eXo Platform
 
Performance testing with loadrunner by kc
krishna chaitanya
 
Performance Testing using Jmeter and Capacity Testing
Akshay Patole
 
Loadrunner interview questions and answers
Garuda Trainings
 
Load testing with Blitz
Lindsay Holmwood
 
Performance testing with JMeter
Mikael Kundert
 
Load Test Drupal Site Using JMeter and Amazon AWS
Vladimir Ilic
 
Jmeter Tester Certification
Vskills
 
QA. Load Testing
Alex Galkin
 
Jmeter interviewquestions
girichinna27
 
JMeter_ Cubet Seminar ppt
Cubet Techno Labs
 
JMETER-SKILLWISE
Skillwise Consulting
 

Similar to Ginsbourg.com - Performance and Load Test Report Template LTR 1.5 (20)

PDF
Load Runner Methodology to Performance Testing
ijtsrd
 
PPT
Performance testing material
Keylabstraining Bangalore
 
PPTX
QSpiders - Introduction to HP Load Runner
Qspiders - Software Testing Training Institute
 
PDF
Performance testing methodologies and tools
Alexander Decker
 
PDF
11.performance testing methodologies and tools
Alexander Decker
 
PDF
LoadRunner Performance Testing
Atul Pant
 
PPTX
Load and performance testing
Qualitest
 
PPT
Quick guide to plan and execute a load test
duke.kalra
 
PDF
1. PERFORMANCE TESTING ON WEB APPLICATION THROUGH HP LOAD1
Jatin Aggarwal
 
PDF
1. performance testing on web application through hp load1
Jatin Aggarwal
 
PPT
Getting Started with Apache Jmeter
Mindfire Solutions
 
PPT
Less11 3 e_loadmodule_1
Suresh Mishra
 
PPT
Performance testing jmeter
Bhojan Rajan
 
PPTX
Performance Testing
Selin Gungor
 
PPTX
QSpiders - Introduction to JMeter
Qspiders - Software Testing Training Institute
 
PPSX
HP LoadRunner
Fayis-QA
 
PDF
Are Your Teams Writing Quality Code
sentoh
 
PPT
advanced_load_runner.ppt
SunilKumar61580
 
PPSX
Wap Tpresentation
Rahul Sharma
 
PDF
Application Performance, Test and Monitoring
Dony Riyanto
 
Load Runner Methodology to Performance Testing
ijtsrd
 
Performance testing material
Keylabstraining Bangalore
 
QSpiders - Introduction to HP Load Runner
Qspiders - Software Testing Training Institute
 
Performance testing methodologies and tools
Alexander Decker
 
11.performance testing methodologies and tools
Alexander Decker
 
LoadRunner Performance Testing
Atul Pant
 
Load and performance testing
Qualitest
 
Quick guide to plan and execute a load test
duke.kalra
 
1. PERFORMANCE TESTING ON WEB APPLICATION THROUGH HP LOAD1
Jatin Aggarwal
 
1. performance testing on web application through hp load1
Jatin Aggarwal
 
Getting Started with Apache Jmeter
Mindfire Solutions
 
Less11 3 e_loadmodule_1
Suresh Mishra
 
Performance testing jmeter
Bhojan Rajan
 
Performance Testing
Selin Gungor
 
QSpiders - Introduction to JMeter
Qspiders - Software Testing Training Institute
 
HP LoadRunner
Fayis-QA
 
Are Your Teams Writing Quality Code
sentoh
 
advanced_load_runner.ppt
SunilKumar61580
 
Wap Tpresentation
Rahul Sharma
 
Application Performance, Test and Monitoring
Dony Riyanto
 
Ad

More from Shay Ginsbourg (11)

PPTX
From Vibe Coding to Vibe Testing - Complete PowerPoint Presentation
Shay Ginsbourg
 
PDF
Apache Jmeter 3.2 Performance & Load Testing 2017
Shay Ginsbourg
 
PDF
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
Shay Ginsbourg
 
PPTX
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
Shay Ginsbourg
 
PDF
Ginsbourg.com - Contract Review - Medical Device Verification Qualification
Shay Ginsbourg
 
PDF
Ginsbourg.Com - Performance and load test script template 1.2
Shay Ginsbourg
 
PPTX
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
Shay Ginsbourg
 
PPTX
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
Shay Ginsbourg
 
PPTX
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
Shay Ginsbourg
 
PPTX
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
Shay Ginsbourg
 
PDF
Human erythrocyte filterability at low driving pressure version 7.1
Shay Ginsbourg
 
From Vibe Coding to Vibe Testing - Complete PowerPoint Presentation
Shay Ginsbourg
 
Apache Jmeter 3.2 Performance & Load Testing 2017
Shay Ginsbourg
 
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
Shay Ginsbourg
 
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
Shay Ginsbourg
 
Ginsbourg.com - Contract Review - Medical Device Verification Qualification
Shay Ginsbourg
 
Ginsbourg.Com - Performance and load test script template 1.2
Shay Ginsbourg
 
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
Shay Ginsbourg
 
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
Shay Ginsbourg
 
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
Shay Ginsbourg
 
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
Shay Ginsbourg
 
Human erythrocyte filterability at low driving pressure version 7.1
Shay Ginsbourg
 
Ad

Recently uploaded (20)

PDF
Rewards and Recognition (2).pdf
ethan Talor
 
PDF
Code Once; Run Everywhere - A Beginner’s Journey with React Native
Hasitha Walpola
 
PPTX
Android Notifications-A Guide to User-Facing Alerts in Android .pptx
Nabin Dhakal
 
PPTX
CV-Project_2024 version 01222222222.pptx
MohammadSiddiqui70
 
PDF
Continouous failure - Why do we make our lives hard?
Papp Krisztián
 
PDF
Cloud computing Lec 02 - virtualization.pdf
asokawennawatte
 
PPTX
Introduction to web development | MERN Stack
JosephLiyon
 
PPTX
Iobit Driver Booster Pro 12 Crack Free Download
chaudhryakashoo065
 
PDF
Power BI vs Tableau vs Looker - Which BI Tool is Right for You?
MagnusMinds IT Solution LLP
 
PDF
The Rise of Sustainable Mobile App Solutions by New York Development Firms
ostechnologies16
 
PDF
What Is an Internal Quality Audit and Why It Matters for Your QMS
BizPortals365
 
PDF
How DeepSeek Beats ChatGPT: Cost Comparison and Key Differences
sumitpurohit810
 
PDF
LPS25 - Operationalizing MLOps in GEP - Terradue.pdf
terradue
 
PPTX
For my supp to finally picking supp that work
necas19388
 
PDF
Difference Between Kubernetes and Docker .pdf
Kindlebit Solutions
 
PPTX
IObit Uninstaller Pro 14.3.1.8 Crack Free Download 2025
sdfger qwerty
 
PDF
IDM Crack with Internet Download Manager 6.42 Build 41
utfefguu
 
PDF
WholeClear Split vCard Software for Split large vCard file
markwillsonmw004
 
PDF
Designing Accessible Content Blocks (1).pdf
jaclynmennie1
 
PDF
Building scalbale cloud native apps with .NET 8
GillesMathieu10
 
Rewards and Recognition (2).pdf
ethan Talor
 
Code Once; Run Everywhere - A Beginner’s Journey with React Native
Hasitha Walpola
 
Android Notifications-A Guide to User-Facing Alerts in Android .pptx
Nabin Dhakal
 
CV-Project_2024 version 01222222222.pptx
MohammadSiddiqui70
 
Continouous failure - Why do we make our lives hard?
Papp Krisztián
 
Cloud computing Lec 02 - virtualization.pdf
asokawennawatte
 
Introduction to web development | MERN Stack
JosephLiyon
 
Iobit Driver Booster Pro 12 Crack Free Download
chaudhryakashoo065
 
Power BI vs Tableau vs Looker - Which BI Tool is Right for You?
MagnusMinds IT Solution LLP
 
The Rise of Sustainable Mobile App Solutions by New York Development Firms
ostechnologies16
 
What Is an Internal Quality Audit and Why It Matters for Your QMS
BizPortals365
 
How DeepSeek Beats ChatGPT: Cost Comparison and Key Differences
sumitpurohit810
 
LPS25 - Operationalizing MLOps in GEP - Terradue.pdf
terradue
 
For my supp to finally picking supp that work
necas19388
 
Difference Between Kubernetes and Docker .pdf
Kindlebit Solutions
 
IObit Uninstaller Pro 14.3.1.8 Crack Free Download 2025
sdfger qwerty
 
IDM Crack with Internet Download Manager 6.42 Build 41
utfefguu
 
WholeClear Split vCard Software for Split large vCard file
markwillsonmw004
 
Designing Accessible Content Blocks (1).pdf
jaclynmennie1
 
Building scalbale cloud native apps with .NET 8
GillesMathieu10
 

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

  • 1. 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
  • 2. 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
  • 3. 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.
  • 4. 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
  • 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 …
  • 6. 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.
  • 7. 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.
  • 8. 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…
  • 9. 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
  • 10. 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
  • 11. 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
  • 12. 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
  • 13. 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
  • 14. 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
  • 15. 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
  • 16. 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
  • 17. 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
  • 18. 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
  • 19. 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
  • 20. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 20 of 30
  • 21. 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
  • 22. 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
  • 23. 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
  • 24. 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
  • 25. 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
  • 26. 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
  • 27. 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
  • 28. 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
  • 29. 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).
  • 30. 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.